#menu {
width: 750px;
background: #eee;
float: left;
background: #fff url("images/nav.jpg")  bottom left repeat-x;
}
#menu ul {
list-style: none;
margin: 0;
padding: 0;
width: 81px;
float: left;
}

#menu a, #menu h2, #menu h2 a{
font: bold 11px/25px "Lucida Grande", verdana, sans-serif;
display: block;
margin: 0;
padding: 0 3px;
border-top: 1px solid #A8B090;
border-bottom: 1px solid #A8B090;
border-left: 1px solid #A8B090;
}

#menu h2 {
color: #333;
background: #fff url("images/nav.jpg")  bottom left repeat-x;
height: 25px;
line-height: 25px; 
text-align: center;
padding: 0;
}

#menu h2 a {
color: #333;
background: #fff url("images/nav.jpg")  bottom left repeat-x;
border: none;
padding: 0;
height: 25px;
line-height: 25px;
}

#menu h2 a:hover {
color:#fff; 
background: #fff url("images/nav_hov.jpg")  bottom left repeat-x;
}

#menu a {
color: #859797;
background: #fff;
text-decoration: none;
border-right: 1px solid #A8B090;
}

#menu a:hover {
color: #fff;
background: #859797;
}

#menu li {position: relative; z-index: 500 !important;}

#menu ul ul {
position: absolute;
z-index: 500 !important;
}

#menu ul ul ul {
top: 0;
left: 98.5%;
}

div#menu ul ul,
div#menu ul li:hover ul ul,
div#menu ul ul li:hover ul ul
{display: none;}

div#menu ul li:hover ul,
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{display: block;}

#menu #current h2 a { background: #fff url("images/nav_dw.jpg")  bottom left repeat-x; }

#menu ul .last {width: 98px;} 