#menu {
width: 150px;
background: #062A5C;
}

#menu ul {
list-style: none;
margin: 0;
padding: 0;
}

#menu ul li ul {
width: 150px;
}

#menu a {
font: 10pt sans-serif;
display: block;
border-top-width: 1px;
border-top-color: #049EDE;
border-top-style: solid;
border-right-width: 1px;
border-right-color: #049EDE;
border-right-style: solid;
border-bottom-width: 1px;
border-bottom-color: #049EDE;
border-bottom-style: solid;
border-left-width: 1px;
border-left-color: #049EDE;
border-left-style: solid;
margin: 0;
padding: 2px 3px;
color: #F4D10E;
text-decoration: none;
background: #062A5C;
text-align: left;
}

#menu a.main_menu {
font: 10pt sans-serif;
display: block;
color: #F4D10E;
border-top-width: 1px;
border-top-color: #FFFFFF;
border-right-width: 1px;
border-right-color: #049EDE;
border-bottom-width: 1px;
border-bottom-color: #049EDE;
border-left-width: 1px;
border-left-color: #049EDE;
border-style: solid;
text-align: center;
background: #062A5C;
}

#menu a.main_current{
color: #F4D10E;
background: #049EDE;
}

#menu a.current{
color: #F4D10E;
background: #049EDE;
}

#menu a:hover {
color: #F4D10E;
background: #049EDE;
}

#menu a.main_menu:hover {
color: #F4D10E;
background: #049EDE;
}

#menu li { position: relative; }

#menu ul ul {
position: absolute;
top: 0;
left: 100%;
width: 100%;
}

