#menu {
width: 100%;
float: left;
background-color: #990000;
}

#menu ul {
float: left;
background-color: #990000;
}

#menu ul li ul {
}

#menu a {
font-size: 16pt;
font-family: Arial;
border-top-width: 0px
border-right-width: 0px
border-bottom-width: 0px
border-left-width: 0px
border-style: solid;
background-color: #990000;
text-align: left;
}

#menu a.main_menu {
font-weight: bold;
font-size: 16pt;
font-family: Arial;
display: inline;
border-top-width: 1px;
border-top-color: #99CC00;
border-right-width: 1px;
border-right-color: #99CC00;
border-bottom-width: 1px;
border-bottom-color: #99CC00;
border-left-width: 1px;
border-left-color: #99CC00;
border-style: solid;
text-align: left;
background-color: #990000;
}

#menu a.main_current {
}

#menu a.current {
}

#menu a:hover {
}

#menu a.main_menu:hover {
}

#menu li { position: relative;}

#menu ul ul {
position: absolute;
z-index: 500;
}

#menu ul ul ul {
top: 0;
left: 100%;
}


