 #nav, #nav ul {
padding: 0;
margin: 0;
list-style: none;
}

#nav li {
float:left;
width: 238px;
}

#nav ul {
position: absolute;
width: 238px;
left: -1000px;
} 

 #nav li:hover ul,#nav li.ie_does_hover ul {
left: auto;
background-position: 0 0;
} 
#nav a {
display: block; 
margin: 5px 8px 5px 8px;
text-decoration: none;
font-family:Garmand, Arial, Helvetica, sans-serif;
font-size: 1em;
}

ul ul a:link{
font-weight: bold;
color:#866217 ;
cursor: default;
}

ul ul a:link, ul ul a:visited{
font-weight: normal; 
color:#9D5F00;
cursor: pointer;
}

ul ul a:hover, ul ul a:active{
font-weight: bold;
color:#74501D;
color:#663300;
cursor: pointer;
}

ul li{
background-color:#333333;
border-left: 3px solid #71A583;
}

ul ul li{
background-color:#333333;
border-top: 3px solid #71A583;
border-left: 0;
}