
#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	white-space: nowrap;
	font: 8px;
	font-family: arial, helvetica, sans-serif;
}

#nav a {
	display: block;
	width: 68px;
	white-space: nowrap;
	text-decoration: none;
	font: 8px;
	font-family: arial, helvetica, sans-serif;
}

#nav li { /* all list items */
	float: left;
	width: 68px; /* width needed or else Opera goes nuts */
	white-space: nowrap;
}

#nav li ul { /* second-level lists */
	position: absolute;
	background: #ffffff;
	width: 100px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	white-space: nowrap;
	font: 8px;
	font-family: arial, helvetica, sans-serif;
}

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

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

#nav .navmm:hover {
	background: #972D1F;
    color: #000000;
}

#nav .navmm:hover {
	background: #972D1F;
    color: #ffffff;
	text-decoration: none;
}

