/* home nav */
#hsf, #hsf ul { /* all lists */
	width: 900px;
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#hsf li a {
text-align:center;
	margin-left: 23px;
	line-height: 20px;
	display: block;
	width: auto;
	font-family:Verdana;
	font-size:11px;
	color:#ffffff;
	text-decoration:none;
}

#hsf li a:hover {
	line-height: 20px;
	font-family:Verdana;
	font-size:11px;
	color:#b3b26c;
	text-decoration:none;
	display: block;
	width: auto;
}

#hsf li ul li a { /* all list items */
	text-align:left;
	line-height: 20px;
	display: block;
	width: auto;
	font-family:Verdana;x`
	font-size:11px;
	color:#ffffff;
	text-decoration:none;
}

#hsf li ul li a:hover {
	line-height: 20px;
	font-family:Verdana;
	font-size:11px;
	color:#b3b26c;
	text-decoration:none;
	display: block;
	width: auto;
}

#hsf li { /* all list items */
	float: left;
	width: auto; /* width needed or else Opera goes nuts */
	background-image:url("menu_gradient.gif");
	background-repeat: repeat-x;
}

#hsf li ul li { /* all list items */
	float: left;
	width: 210px; /* width needed or else Opera goes nuts */
	text-align:left;
	margin-left:10px;
	background:#183151;
}

#hsf li ul { /* second-level lists */
	position: absolute;
	text-align:center;
	width: 92px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#hsf li:hover ul, #hsf li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

