#menu {
width: 100%;
float: left;
background-color: #000000;
}

#menu ul {
float: left;
width: 179px;
background-color: #000000;
}

#menu ul li ul {
}

#menu a {
font-size: 12px;
font-family: Arial;
border-top-width: 0px;
border-right-width: 0px;
border-bottom-width: 0px;
border-left-width: 0px;
border-style: solid;
}

#menu a.main_menu {
font-size: 12px;
font-family: Arial;
display: block;
color: #FFFFFF;
border-top-width: 1px;
border-top-color: #ffffcc;
border-right-width: 1px;
border-right-color: #ffffcc;
border-bottom-width: 1px;
border-bottom-color: #ffffcc;
border-left-width: 1px;
border-left-color: #ffffcc;
border-style: solid;
text-align: center;
background-color: #000000;
}

#menu a.main_current{
color: #0000FF;
background-color: #FFFFcc;
}

#menu a.current{
}

#menu a:hover {
}

#menu a.main_menu:hover {
color: #000000;
background-color: #FFFFCC;
}

#menu li { position: relative; }

#menu ul ul {
position: absolute;
z-index: 500;
}

#menu ul ul ul {
top: 0;
left: 100%;
}

