/* [ORIENTATION]=Horizontal; */
#menu
{
width: em;
float: left;
position: relative;
left: 1px;
text-transform: uppercase;
background: ;
}

#menu ul {
	list-style: none;
	margin: 0;
	}

#menu ul ul
{
display: none;
}

#menu ul li:hover > ul
{
display: block;
}
#menu li {
	position: relative;
	padding-left: 20px;
	padding-right: 20px;
	}

#menu ul li ul
{
width: em;
}

#menu ul ul
{
position: absolute;
z-index: 500;
top: 0;
left: 100%;
}

#menu a
{
display: block;
color: #898989;
text-decoration: none;
background-color: ;
text-align: left;
}

#menu a.main_menu {
font-size: 14px;
font-family: Arial;
font-stretch: wider;
color: #898989;
text-align: left;
}

#menu a.main_current {
color: #20398D;
}

#menu a.current {
color: #20398D;
}

#menu a:hover {
color: #20398D;
cursor: pointer;
}

#menu a.main_menu:hover {
color: #20398D;
cursor: pointer;
}


