﻿#menu {
width: 156px;
background: #353B99;
}

#menu ul {
list-style: none;
margin: 0;
padding: 0;
}

#menu ul li ul {
width: 100px;
left: 126px
}

#menu a {
font: bold 13px Arial;
display: block;
border-top-width: 0px;
border-top-color: #ffffff;
border-top-style: solid;
border-right-width: 0px;
border-right-color: #ffffff;
border-right-style: solid;
border-bottom-width: 0px;
border-bottom-color: #ffffff;
border-bottom-style: solid;
border-left-width: 0px;
border-left-color: #ffffff;
border-left-style: solid;
margin: 0;
padding: 2px 3px;
color: #ffffff;
text-decoration: none;
background: #353B99;
text-align: left;
}

#menu a.main_menu {
font: bold 13px Arial;
display: block;
color: #FFFFFF;
text-align: left;
background: #353B99;
}

#menu a.main_current{
color: #37AA7F;
background: #FFFFFF;
}

#menu a.current{
color: #ffffff;
background: #353B99;
}

#menu a:hover {
color: #ffffff;
background: #7E84CC;
}

#menu a.main_menu:hover {
color: #ffffff;
background: #7E84CC;
}

#menu li { position: relative; }

#menu ul ul {
position: absolute;
top: 0;
left: 100%;
width: 100%;
}

