
#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 10px;

}

#nav a.norm {
	display: block;
	width: 17em;
	border:0px;
	background-color: #FBB8BC;
	line-height:2em;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight:normal;
	color:#000000;
	text-decoration:none;
	text-align:left;
	margin: 0;
	padding: 2px 5px 2px 5px;

}

#nav a.norm:hover {
	background-color: #D91924;
	font-weight:normal;
	text-decoration:none;
	color:#FFFFFF;
}


#nav a.graphic {
	display: block;
	width: auto;
	text-decoration:none;
}

#nav li { /* all list items */
	float: left;
	width: auto; /* width needed or else Opera goes nuts */
	border-bottom:1px solid #ffcccc;
		
	
}

#nav li ul { /* second-level lists */
	font-size: 9px;
	position: absolute;
	background: #FBB8BC;
	width: 17em;
	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;
}
