#menu {
width: 100%;
float: left;
background: #FFFFFF;
color: ;
}

#menu ul {
list-style: none;
margin: 0;
padding: 0;
float: left;
width: auto;
background: #FFFFFF;
}

#menu ul li ul {
width: 150px;
}

#menu a {
font: px Verdana;
display: block;
border-top-width: 1px;
border-top-color: #7d331c;
border-right-width: 1px;
border-right-color: #7d331c;
border-bottom-width: 1px;
border-bottom-color: #7d331c;
border-left-width: 1px;
border-left-color: #7d331c;
border-style: solid;
margin: 0;
padding: 2px 3px;
color: #FFFFFF;
text-decoration: none;
background: #7d331c;
text-align: left;
}

#menu a.main_menu {
font: px Verdana;
display: inline;
color: ;
text-align: center;
background: #FFFFFF;
}

#menu a.main_current{
color: ;
background: ;
}

#menu a.current{
color: #000000;
background: #7d331c;
}

#menu a:hover {
color: #7d331c;
background: #d1b7af;
}

#menu a.main_menu:hover {
color: ;
background: ;
}

#menu li { position: relative; }

#menu ul ul {
position: absolute;
z-index: 500;
}

#menu ul ul ul {
top: 0;
left: 100%;
}

