#menu, #menu_level_2
{
width: 190px;
color: ;
}

#menu ul, #menu_level_2 ul
{
list-style: none;
margin: 0;
padding: 0;
}

#menu ul ul, #menu_level_2 ul ul
{
display: none;
}

#menu ul li:hover > ul, #menu_level_2 ul li:hover > ul
{
display: block;
}
#menu li, #menu_level_2 li {
position: relative;
padding: 0 0 0 15px;
text-decoration: none;
list-style-type: none;
list-style-image: none;
list-style-position: outside;
padding: 3px 2px 3px 15px;
line-height: 1em;
margin: 0;
}

#menu ul li ul, #menu_level_2 ul li ul
{
width: 150px;
}

#menu ul ul, #menu_level_2 ul ul
{
position: absolute;
z-index: 500;
top: 0;
left: 100%;
}

#menu a, #menu_level_2 a
{
font: 1.4em Arial;
display: block;
color: #ffffff;
text-decoration: none;
text-align: left;
}

#menu ul li ul li a {
}

#menu a.main_menu, #menu_level_2 a.main_menu
{
font: 1.4em Arial;
color: #ffffff;
text-align: left;
}

#menu a.main_current, #menu_level_2 a.main_current
{
color: #a5d768;
background: ;
}

#menu a.current, #menu_level_2 a.current
{
color: #a5d768;
}

#menu a:hover, #menu_level_2 a:hover
{
color: #a5d768;
cursor: pointer;
}

#menu a.main_menu:hover, #menu_level_2 a.main_menu:hover {
color: #a5d768;
cursor: pointer;
}
