#nav {
padding : 0;
margin : 0;
list-style : none;
line-height : 1;
position : relative;
left : 40px;
top : 146px;
font-size: 12px;
z-index:99;
}
#nav ul {
padding : 0;
margin : 0;
width: 140px;
list-style : none;
line-height : 1;
}
#nav a {
display : block;
}
#nav li {
float : left;
padding-right: 26px;
line-height : 29px;
height : 29px;
position : relative;
}
#nav li ul li {
width: 140px;
line-height : 18px;
height : 16px;
padding: 2px 0px;
color: #5c3500;
font-weight: bold;
}
#nav li a {
color : rgb(255, 255, 254);
font-weight : bold;
text-decoration : none;
font-size: 13px;
font-weight: bold;
}
#nav li a:hover {
color : rgb(100, 100, 100);
font-weight : bold;
text-decoration : none;
}
#nav li ul {
position : absolute;
background-color : rgb(250, 167, 28);
left : -999em;
padding:0px 10px 0px 10px;
border-top: 0px;
border-bottom: 1px solid #Cd9704;
border-left: 1px solid #Cd9704;
border-right: 1px solid #Cd9704;
}
#nav li ul li a {
color : rgb(255, 254, 255);
text-decoration : none;
display : block;
font-size: 11px;
font-weight: bold;
}
#nav li ul li a:hover {
color : rgb(255, 0, 0);
font-weight : bold;
text-decoration : none;
display : block;
background-color : rgb(254, 255, 255);
}
#nav li:hover ul, #nav li.sfhover ul {
left : auto;
}
