#sidenav{ /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	font-family: arial, helvetica, serif;
	font-size:13px;
	background-color: #EEF;
	width: 10em;
}

#sidenav a{
	display: block;
	width: 10em;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	padding: 3;

}



#sidenav a:hover {
	color: #f00;
	BACKGROUND-COLOR: #CCF;
}

#sidenav li { /* all list items */
	float: none;
	width: 10em; /* width needed or else Opera goes nuts */
	BACKGROUND-COLOR: #EEF;

}


#menunav, #menunav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	font-family: arial, helvetica, serif;
	font-size:13px;
	width:780;
	background-color:#036; 

}

#menunav a {
	display: block;
	width: 10em;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	padding: 5;

}
#menunav a:hover {
	color: #f00;
}

#menunav li { /* all list items */
	float: left;
	width: 10em; /* width needed or else Opera goes nuts */
	BACKGROUND-COLOR: #036;

}

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

}

#menunav li:hover ul, #menunav li.sfhover ul, #menunav li.sfhover { /* lists nested under hovered list items */
	left: auto;
	BACKGROUND-COLOR: #369;

}


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



#menunav li li a {
	padding: 0.2em 10px;
	BACKGROUND-COLOR: #036;
	font-weight: normal;

}

#menunav li li a:hover {
	padding: 0.2em 5px;
	BACKGROUND-COLOR: #369;


}




/** Support for the "iehover-fix.js" **/
#menunav iframe {
position: absolute;
left: 0;
top: 0;
z-index: -1;
width: 10em;
filter: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0);
}
/** end **/
