/* [ORIENTATION]=Vertical; */
#menu
{
display:block;
width: 190px;
float: left;
position: relative;
font-size: 13px;
font-weight: bold;
font-family: Verdana;
color: black;
}

#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;
margin-left:3px;
}

#menu ul li ul
{
width: 190px;
}

#menu ul ul
{
position: absolute;
z-index: 500;
top: 0;
left: 100%;
}

#menu a
{
display: block;
color: #000000;
text-decoration: none;
background-color: #cccccc;
text-align: left;
line-height:180%;
width: 100%;
}

#menu a.main_menu {
font-family: Arial;
text-align: left;
line-height:180%;
}

#menu a.main_current {
color: #ffffff;
background-color: #000000;
}

#menu a.current {
color: #ffffff;
background-color: black;
line-height:180%;
width: 100%;
}

#menu a:hover {
color: #ffffff;
background-color: black;
line-height:180%;
cursor: pointer;
}

#menu a.main_menu:hover {
color: #ffffff;
background-color: #000000;
cursor: pointer;
width: 100%;
}



