body {
	font-family: arial, helvetica, serif;
}

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

#nav a {
	display: block;
	width: 10em;
	text-decoration: none;
	color: #fff;
}

#nav li { /* all list items */
	
	background: #850101;
	float: left;
	width: 10em; /* width needed or else Opera goes nuts */
}

#nav li ul { /* second-level lists */
	border: 1px solid #F59308;
	position: absolute;
	padding: 5px;
	background: #850101;
	width: 10em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li ul li {
	padding-bottom: 5px;
}

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

#nav li:hover, #nav li.sfhover {
	background: #F59308;
}

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

#bar	{
	width: 900px;
	background: #850101;
	height: 27px;
}
