#menu
{
}

#menu ul
{
list-style: none;
margin: 0;
padding: 0;
background: none;
}

#menu ul li
{
	float: left;
	margin-right: 2px;
}

#menu ul li ul li
{
	float: none;
	margin-right: 0px;
}

#menu ul ul
{
display: none;
}

#menu ul li:hover > ul
{
display: block;
}
#menu li
{
position: relative;
}

#menu ul li ul
{
width: 150px;
}

#menu ul ul
{
position: absolute;
z-index: 500;
}

#menu ul ul ul
{
top: 0;
left: 100%;
}

#menu a
{
	font: 14px Arial;
	display: block;
	color: #ffffff;
	text-decoration: none;
	text-align: left;
	background-color: #414c6b;
}

#menu ul li ul li a {
padding-left: 4px;
padding-top: 4px;
padding-right: 4px;
padding-bottom: 4px;
}

#menu a.main_menu
{
	color: #ffffff;
	text-align: left;
	background: none;
	padding-left: 5px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	background-color: #414c6b;
	background-image: url(../images/sce/menu_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	height: 26px;
	font-family: Arial;
	font-size: 14px;
	text-transform: uppercase;
}

#menu a.main_current
{
color: #1c2a52;
background: none;
background-color: #414c6b;
	background-image: url(../images/sce/menu_bg-r.jpg);
	background-repeat: repeat-x;
	background-position: top;
	height: 26px;
}

#menu a.current
{
color: #1c2a52;
background: #FFFFFF;
}

#menu a:hover
{
color: #1c2a52;
background: #ffffff;
cursor: pointer;
}

#menu a.main_menu:hover {
color: #1c2a52;
background: none;
cursor: pointer;
background-color: #414c6b;
	background-image: url(../images/sce/menu_bg-r.jpg);
	background-repeat: repeat-x;
	background-position: top;
	height: 26px;
}


