#menu {
        height:30px;
        background-image: url(/images/nav_greenrev4.gif);

        
}

#nav, #nav ul 
{
line-height:1.8;
width: 800;
list-style: none;
font-weight: bold;
padding: 0;
border: solid #666;
border-width: 0px;
margin: 1 1 ;
text-indent: 0;
}

#nav a {
display: block;
font-size:10.5pt;
font-weight:bold;
color: #fff;
text-decoration: none;
padding: 2px 10px;
margin-bottom:0;
width:100px;
}

#nav a:hover {
background-image: url(/images/nav_greenrev5.gif); 
display: block;
color: #fff;
bgcolor: #ffffff;
text-decoration: none;

width:100px;
padding: 2px 10px;
}

#nav li {
 float: left;
 padding: 0;

margin: 0;
        text-indent: 0;
}

#nav li ul {
position: absolute;
background-color: #cccccc;
left: -999em;
width:170px;
font-weight: normal;
border-width: 2px;
margin: 0 0;

}

#nav li li {
padding-right: 2px;
background-image: url(/images/nav_greenrev4.gif); 
height:32;
 width: 180px;
}

#nav li ul a {
width: 180px;
text-align:left;
font-size: 10.5pt;
font-weight: normal;
}

#nav li ul a:hover {
 width: 180px;
height:30;
background-image: url(/images/nav_greenrev5.gif); 
}

#nav li ul ul {
 margin: -2px 0 0 5px;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
 left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
 left: auto;
}

#nav li:hover, #nav li.sfhover {
 background: #666;
}