#menu {
width: 100%;
float: left;
background-color: #000099;
}

#menu ul {
float: left;
width: 121px;
background-color: #000099;
}

#menu ul li ul {
width: 121px;
}

#menu a {
font-size: 10pt;
border-bottom-width: 1px;
border-left-width: 1px;
border-right-width: 1px;
border-top-width: 1px;
border-style: solid;
color: white;
background-color: #000099;
text-align: center;
}

#menu a.main_menu {
font-weight:bold; 
font-size: 10pt;
display: block;
color: white;
border-bottom-width: 1px;
border-left-width: 1px;
border-right-width: 1px;
border-top-width: 1px;
border-style: solid;
text-align: center;
background-color: #000099;
}

#menu a.main_current{
color: #000099;
background-color: #faf8eb;
}

#menu a.current{
color: #000099;
background-color: #faf8eb;
}

#menu a:hover {
color: #000099;
background-color: white;
}

#menu a.main_menu:hover {
color: #000099;
background-color: white;
}

#menu li { position: relative; }

#menu ul ul {
position: absolute;
z-index: 500;
}

#menu ul ul ul {
top: 0;
left: 100%;
}

