#nav, #nav ul { /* all lists */
	margin: 0px;
	list-style: none;
	font-size: 10px;
	color: #ffffff;
	font-family: arial, verdana;
	font-weight: bold;
	text-decoration: none;
	list-style: none;
	line-height: 26px;
	/*height: 26px;*/
}
#nav li a {
	padding-left: 5px;
	padding-right: 5px;
	font-size: 10px;
	color: #ffffff;
	font-family: arial, verdana;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	list-style: none;
	display: block;
	width: auto;
	text-align: center;
}
#nav a:hover, .nav-on {
background-color: #cc9900;
}
#nav li ul a:hover {
background-color: #660000;
width: 100%;
text-transform: none;
font-size: 11px;
}
#nav li ul {
	padding: 0px;
	text-transform: none;
	font-size: 11px;
	background-color: #cc9900;
	font-weight: normal;
	text-align: left;
}
#nav li ul a {
	text-transform: none;
	font-size: 11px;
	line-height: 12px;
	padding-bottom: 4px;
	padding-top: 4px;
	background-color: #cc9900;
	border-right: 1px solid #cc9900;
  	border-left: 1px solid #cc9900;
	border-bottom: 1px solid #cc9900;
	font-weight: normal;
	text-align: left;
}
#nav li { /* all list items */
	float: left;
	width: 1; /* width needed or else Opera goes nuts */
}
#nav li ul { /* second-level lists */
	position: absolute;
	height: 16px;
	background-color: #660000;
	*margin-left:-50px; 
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}
#nav li:hover, #nav li.sfhover { /* lists nested under hovered list items */
	position: relative; 
}
#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	background: #cc9900;
}
#content {
	clear: left;
	color: #ccc;
}