#menu {
width: ;
float: left;
background:;
color:#666666;
}

#menu ul {
list-style-type: none;
margin: 0px;
padding: 0px;
float: left;
width: ;
background:;
}

#menu ul li ul li{
display:inline;
list-style-type:none;
display: bold;
font: bold 12px Verdana;
color:#666666;
}

#menu a {
font: 12px Verdana;
margin: 0;
padding: 0px 0px;
color:#666666;
text-decoration: none;
background: ;
text-align: left;
line-height: 2em;
display: bold;
}

#menu a.main_menu {
font: bold 12px Verdana;
display: ;
color:#666666;
border-top-width: ;
border-top-color: ;
border-right-width:;
border-right-color: ;
border-bottom-width:;
border-bottom-color: ;
border-left-width: ;
border-left-color: ;
border-style: solid;
text-align: center;
background: ;
}

#menu a.main_current{
color:#666666;
background: #FFFFFF;
}

#menu a.current{
color:#666666;
background: #FFFFFF;
}

#menu a:hover {
color:red;
background: ;
}

#menu a.main_menu:hover {
color: #A54625;
background: #FFFFFF;
}

#menu li { position: relative; }

#menu ul ul {
position: absolute;
z-index: 500;
}

#menu ul ul ul {
top: 0;
left: 100%;
}

