a:active {  font-family: Arial, Helvetica, sans-serif; font-size: small; text-decoration: none; color: #000000}
a {  text-decoration: none; color: #000000}
a:hover { font-family: Arial, Helvetica, sans-serif; font-size: small; text-decoration: none }
a:link { font-family: Arial, Helvetica, sans-serif; font-size: small; text-decoration: none ; color: #000000}
a:visited { font-family: Arial, Helvetica, sans-serif; font-size: small; text-decoration: none ; color: #000000}
body {  background-color: #FFFFFF; font-family: Arial, Helvetica, sans-serif; color: #000000; font-size: 10px}
#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}
#nav a {
	display: block;
	width: 10em;
}
#nav li { /* all list items */
	float: left;
	width: 10em; /* width needed or else Opera goes nuts */
}
#nav li ul { /* second-level lists */
	position: absolute;
	background: #FFCC66;
	width: 10em;
	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;
}
#content {
	clear: left;
	color: #ccc;
}


