#nav li {
	
	float: left;
	line-height: 1.2em;
	margin-bottom: -1px;
	margin-right: -1px;
	position: relative; /* all list items */
	width: 9em; /* width needed or else Opera goes nuts */
	font-family: Arial, Helvetica, sans-serif;
	background-color: White;
}

#nav li a, span.nolink {
	
	color: #000000;
	display: block;
	font-weight: bold;
	padding: 0 0.5em;
	text-decoration: none;
	background-color: White;
}
.subnav{
	background-color: #FFFFFF;
	border-bottom-color: #000000;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	width: 110px;
	padding: 2px 2px;
}
#nav li a:hover {
	background-color: #b2ce00;
	color: #FFFFFF;
}

#nav li ul {
	left: -999em;
	position: absolute; /* second-level lists */
}

#nav li ul ul {
	left: -999em; /* third-and-above-level lists */
	margin-left: 11.05em;
	margin-top: -1.35em;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

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

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