﻿#menu {
width: 190px;
background: #c5dae7;
}

#menu ul {
list-style: none;
margin: 0;
padding: 0;
}

#menu ul li ul {
width: 150px;
text-align: center;
}

#menu a {
font: 12px Verdana;
display: block;
margin: 0;
padding: 2px 3px;
color: #FFFFFF;
text-decoration: none;
background: #A54625;
text-align: left;
}

#menu a.main_menu {
font: bold 12px Verdana;
display: block;
color: #000000;
border-bottom-width: 1px;
border-bottom-color: #79544f;
border-style: solid;
text-align: left;
background: #c5dae7;
}

#menu a.main_current{
color: #000000;
background: #d7e5ee;
}

#menu a.current{
color: blue;
background: #FFFFFF;
}

#menu a:hover {
color: #FFFFFF;
background: green;

}

#menu a.main_menu:hover {
color: #000000;
background: #d7e5ee;
}

#menu li { position: relative; }

#menu ul ul {
position: absolute;
top: 0;
left: 100%;
width: 100%;
text-align:center;
border-bottom-color:#ffffff;
border-bottom-width: 1px;
border-style: solid;
}
#menu ul ul li{
text-align:center;
border-bottom-color:#ffffff;
border-bottom-width: 1px;
border-style: solid;
}
