a.levelmenu:link{color: #DCDCDC;text-decoration: none;}
a.levelmenu:visited{color: #DCDCDC;text-decoration: none;}
a.levelmenu:active{color: #DCDCDC;text-decoration: none;}
a.levelmenu:hover{color: #FFFACD;text-decoration: none;}

#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	border-bottom: 0px;
}

#nav a {
	display: block;
	width: 7em;
	list-style: none;
}


#nav li {
	margin-top: 1px;
	float: left;
	width: 7em;
	background-color:#790001;
	border-bottom: 0px dashed #DCDCDC;
	font-family: Arial, Helvetica, sans-serif;
	color: white;
	font-size: small;
	font-weight: bold;
	font-stretch: wider;
}
#nav li ul {
	position: absolute;
	width: 10em;
	left: -999em;
	
}

#nav li:hover ul {
	left: auto;

}
#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}