#menu
{
width: 100%;
float: left;
background: none;
position: relative;
z-index: 600;
}

#menu ul
{
list-style: none;
margin: 0;
padding: 0;
background: none;
}

#menu ul li
{
	float: left;
	background-image: url(../images/sce/menu_divider.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 1px;
	height: 44px;
}

#menu ul li ul li
{
	float: none;
	height: auto;
	background-image: none;
}

#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
{
	display: block;
	color: #ffffff;
	text-decoration: none;
	background: #05213d;
	text-align: left;
	font-family: "Lucida Sans Unicode", Arial, sans-serif;
	font-size: 12px;
}

#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: 4px;
	padding-top: 14px;
	padding-right: 4px;
	padding-bottom: 0px;
	font-family: "Lucida Sans Unicode", Arial, sans-serif;
	font-size: 12px;
	height: 30px;
}

#menu a.main_current
{
color: #FFFFFF;
background: none;
color: #FFFFFF;
	cursor: pointer;
	background-image: url(../images/sce/menu-bg-r.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

#menu a.current
{
color: #ffffff;
background: #3a6591;
}

#menu a:hover
{
color: #ffffff;
background: #3a6591;
cursor: pointer;
}

#menu a.main_menu:hover {
	color: #FFFFFF;
	cursor: pointer;
	background-image: url(../images/sce/menu-bg-r.jpg);
	background-repeat: repeat-x;
	background-position: top;
}


