#rs_menu {
	min-height:44px;
	max-height:44px;
	height:44px; 
	line-height:44px;
	background:#06c;
}
#rs_nav span.oneline {
	position:relative;
	top:7px;
}
#rs_nav span.twoline {
	position:inherit;
	top:7px;
}
#rs_nav {
	width:910px;
}
#rs_nav, #rs_nav ul {
	padding:0;
	font-family:Trebuchet MS;
	list-style:none;
	margin:0 auto;
	
}
#rs_nav a.arrow {
	background:url(/media/menu/arrow.gif) center right no-repeat;
}
#rs_nav a {
	display:block;
	font-weight:bold;
	color:#FFF;
	text-decoration:none;
	font-size:small;
	line-height:14px;
	height:44px auto;
	text-align:center;
}
#rs_nav ul li a {
	font-weight:bold;
	height:auto;
	font-size:smaller;
	line-height:normal;
	text-align:left;
	padding:4px 8px 4px 8px;
}
#rs_nav li:hover, #rs_nav li.sfhover {
	background:0 0 #06c;
	
}
#rs_nav li:hover ul li a:hover, #rs_nav li.sfhover ul li a:focus {
	text-decoration:underline;
	text-indent:2px;
	
}
#rs_nav li:hover a:hover, #rs_nav li.sfhover a:focus {

}
#rs_nav li {
	float:left;
	background:#06c;
	width:130px;
	text-align:left;
}
#rs_nav li ul {
	position:absolute;
	border:none;
	width:130px;
	left:-999em;
	background:#06c;

}
#rs_nav li ul ul {
	margin:-18px 0 0 100px;
	background:none;

}
#rs_nav li:hover ul ul, #rs_nav li.sfhover ul ul {
	left:-999em;
}
#rs_nav li:hover ul, #rs_nav li li:hover ul, #rs_nav li.sfhover ul, #rs_nav li li.sfhover ul {
	left:auto;
	text-align:left;
	
}
