#menu {
width: 100%;
float: left;
background: #ffffff;
color: #006666;
}

#menu ul {
list-style: none;
margin: 0;
padding: 0;
float: left;
width: px;
background: #ffffff;
}

#menu ul li ul {
width: 150px;
}

#menu a {
font: 0.95em Verdana;
display: block;
margin: 0;
padding: 2px 3px;
color: #006666;
text-decoration: none;
background: #FFFFFF;
text-align: left;
}

#menu a.main_menu {
font: bold 0.95em Verdana;
display: inline;
color: #006666;
text-align: center;
background: #ffffff;
}

#menu a.main_current{
color: #006666;
background: #FFFFFF;
}

#menu a.current{
color: #006666;
background: #FFFFFF;
}

#menu a:hover {
color: #009999;
background: #FFFFFF;
}

#menu a.main_menu:hover {
color: #009999;
background: #FFFFFF;
}

#menu li { position: relative; }

#menu ul ul {
position: absolute;
z-index: 500;
}

#menu ul ul ul {
top: 0;
left: 100%;
}

