#mainlevel-sf, #mainlevel-sf ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	font-weight:bold;
	z-index: 9;
	}

#mainlevel-sf a {
	display: block;
	width: auto;
color: #eef2d0;
text-decoration: none;
padding: 0;
}

#mainlevel-sf li { /* all list items */
	float: left;
	width: 3 em; /* width needed or else Opera goes nuts */
margin-right: 15px;
padding: 0 5px 0 5px;
list-style-type: none;
background: none;
}

#mainlevel-sf li:hover { /*hover level 1 */
	background-color: #666;
}

#mainlevel-sf li ul { /* second-level lists */
	position: absolute;
	background: orange;
	width: 10em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#mainlevel-sf li:hover ul, #mainlevel-sf li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
background: #373737;
border: 1px solid #666;
text-decoration: none;
padding: 0;
}

#content {
	clear: left;
	color: #ccc;
}


#mainlevel-sf a.mainlevel-nav, 
#mainlevel-sf a.mainlevel-nav:link,
#mainlevel-sf a.mainlevel-nav:visited {
color: #eef2d0;
text-decoration: none;
padding: 3px 6px 4px 6px;
}



/* 1st Sublevel Up */
#mainlevel-sf li:hover li a,
#mainlevel-sf li.sfhover li a {
	color: #eee;
	margin: 0;
	padding: 0px 5px;
	font-size: 12px;
	font-style: normal;
	line-height: 23px;
	font-weight: normal;
	font-variant: normal;
	border-bottom: 1px solid #aaa;
	width: 8em;
}
/* 1st Sublevel Over */
#mainlevel-sf li:hover li a:hover,
#mainlevel-sf li:hover li:hover a,
#mainlevel-sf li.sfhover li a:hover,
#mainlevel-sf li.sfhover li.sfhover a {
	font-size: 12px;
	font-style: normal;
	line-height: 23px;
	font-weight: normal;
	font-variant: normal;
	color: #eee;
	margin: 0;
	padding: 0px 5px;
	background-color: #666;
	width: 8em;
}