<style type="text/css">
<!--

#nav {
	list-style-type: none; 
	background:none;
	float:left;
	margin-left:0px;
	margin-top:0px;
	width:100%;
	z-index:1000000;
}
#nav a {
 display: block;
 width:119px;
 text-align:center;
}
#nav a:link  {
 color:#666; 
 text-decoration:none;
}
#nav a:visited  {
 color:#666;
 text-decoration:none;
}
#nav a:hover  {
 color:#8e0000;
 text-decoration:none;
 font-weight:bold;
}
#nav li {
float:left;
 width:120px; 
}
#nav li a:hover{
background:none;
}
#nav li ul {
 line-height:30px;  
 list-style-type: none;
 text-align:left;
 left: -999em; 
 width:119px; 
 background-color:none;
 position: absolute; 
 margin-left:0px;	
 z-index:10;
}
#nav li ul li{
 float: left; 
 width: 119px;
 height:33px;
 background: #eebb52; 
}
#nav li ul a{
 display: block; width: 119px;text-align:center; height:35px;
}
#nav li ul a:link  {
 color:#8e0000; 
 text-decoration:none;
 line-height:35px;
}
#nav li ul a:visited  {
 color:#8e0000;text-decoration:none; 
}
#nav li ul a:hover  {
 color:yellow;
 text-decoration:none;
 font-weight:normal;
 background:#8e0000;
 border-color:#00F;
 line-height:35px;
}
#nav li:hover ul {
 left: auto;
}
#nav li.sfhover ul {
 left: auto;
}
-->
</style>