

.navitem {
text-align: left;
vertical-align:top;
}

.topnav_spacing {
vertical-align:top;
padding-top:0px;
height:11px;
}

A.subnavlink:link {text-decoration: none; color:#5E5E5E;}
A.subnavlink:visited {text-decoration: none; color:#5E5E5E;}
A.subnavlink:hover {text-decoration: none; color:#4D8E00;}

.subnav_li {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align:left;
	vertical-align:top;
	line-height:16px;
}

#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#nav a {
	display: block;
	width: auto;
}

#nav li { /* all list items */
	padding: 0;
	margin: 0;
	float: left;
	width: auto; /* width needed or else Opera goes nuts */
}

#nav li ul { /* second-level lists */
	position: absolute;
	background: #ffffff;
	border: solid 1px #ececec;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#ececec;
	width: 160px;
	height:auto;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}