#menu {
width: 100%;
float: left;
background: #006666;
color: #003366;
}

#menu ul {
list-style: none;
margin: 0;
padding: 0;
float: left;
width: 150px;
background: #006666;
}

#menu ul li ul {
width: 150px;
}

#menu a {
font: 14px Verdana;
display: block;
border-bottom-width: 1px;
border-bottom-color: #cccccc;
border-bottom-style: solid;
margin: 0;
padding: 2px 3px;
color: #ffffff;
text-decoration: none;
background: #006666;
text-align: left;
}

#menu a.main_menu {
font: 14px Verdana;
display: inline;
color: #ffffff;
border-right-width: 1px;
border-right-color: #ffffff;
border-left-width: 1px;
border-left-color: #ffffff;
border-style: solid;
text-align: center;
background: #006666;
}

#menu a.main_current{
color: #ffffff;
background: #006666;
}

#menu a.current{
color: #ffffff;
background: #006666;
}

#menu a:hover {
color: #ffffff;
background: #333333;
}

#menu a.main_menu:hover {
color: #ffffff;
background: #333333;
}

#menu li { position: relative; }

#menu ul ul {
position: absolute;
z-index: 500;
}

#menu ul ul ul {
top: 0;
left: 100%;
}


