#menu
{
width: 110px;
float: left;
position: relative;
left: 1px;
background: #fef9d1;
color: ;
}

#menu ul
{
list-style: none;
margin: 0;
padding: 0;
}

#menu ul ul
{
display: none;
}

#menu ul li:hover > ul
{
display: block;
}
#menu li
{
position: relative;
}

#menu ul li ul
{
width: 190px;
}

#menu ul ul
{
position: absolute;
z-index: 500;
top: 0;
left: 100%;
}

#menu a
{
height: 1%;
font: 12px Verdana;
display: block;
border-top-width: 1px;
border-top-color: #000000;
border-top-style: solid;
border-right-width: 1px;
border-right-color: #000000;
border-right-style: solid;
border-bottom-width: 1px;
border-bottom-color: #000000;
border-bottom-style: solid;
border-left-width: 1px;
border-left-color: #000000;
border-left-style: solid;
color: #996633;
text-decoration: none;
background: #ffff99;
text-align: left;
}

#menu ul li ul li a {
padding-left: 4px;
padding-top: 2px;
padding-right: 2px;
padding-bottom: 2px;
}

#menu a.main_menu
{
font: italic bold 12px Verdana;
color: #996633;
border-top-width: 2px;
border-top-color: #fef9d1;
border-right-width: 2px;
border-right-color: #fef9d1;
border-bottom-width: 2px;
border-bottom-color: #996633;
border-left-width: 2px;
border-left-color: #fef9d1;
border-style: solid;
text-align: left;
background: #fef9d1;
padding-left: 3px;
padding-top: 3px;
padding-right: 3px;
padding-bottom: 3px;
}

#menu a.main_current
{
color: #996633;
background: #fef9d1;
}

#menu a.current
{
color: #fef9d1;
background: #A54625;
}

#menu a:hover
{
color: #ffff99;
background: #996633;

}

#menu a.main_menu:hover {
color: #FFFFFF;
background: #996633;

}

