﻿#menu {
width: 100%;
float: center;
background-color: #384f74;
}

#menu ul {
float: left;
width: 107px;
background-color: #384f74;
}

#menu ul li ul {
width: 175px;
}

#menu a {
font-size: 8pt;
font-family: Verdana;
border-top-width: 0px;
border-top-color: #ffffff;
border-right-width: 1px;
border-right-color: #ffffff;
border-bottom-width: 1px;
border-bottom-color: #ffffff;
border-left-width: 1px;
border-left-color: #ffffff;
border-style: solid;
color: #ffffff;
padding-top: 5px;
background-color: #00004a;
text-align: left;
}

#menu a.main_menu {
font-weight:bold; 
font-size: 8pt;
font-family: Verdana;
display: block;
color: #ffffff;
border-top-width: 0px;
border-top-color: #384f74;
border-right-width: 0px;
border-right-color: #384f74;
border-bottom-width: 0px;
border-bottom-color: #384f74;
border-left-width: 1px;
border-left-color: #B39346;
border-style: solid;
padding-top: 5px;
text-align: center;
background-color: #384f74;
}

#menu a.main_current{
color: #ffffff;
background-color: #0A0B6A;
}

#menu a.current{
color: #ffffff;
background-color: #0A0B6A;
}

#menu a:hover {
color: #ffffff;
background-color: #384f74;
}

#menu a.main_menu:hover {
color: #ffffff;
background-color: #00004a;
}

#menu li { position: relative; }

#menu ul ul {
position: absolute;
z-index: 500;
}

#menu ul ul ul {
top: 0;
left: 100%;
}

