#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 top;
	height: 73px;
	padding-right: 1px;
}

#menu ul li ul li
{
float: none;
height:auto;
padding-right:0px;
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: #027fb6;
	text-decoration: none;
	background: #000000;
	text-align: left;
	font-family: Arial;
	font-size: 14px;
	text-transform: none;
}

#menu ul li ul li a {
padding-left: 4px;
padding-top: 4px;
padding-right: 4px;
padding-bottom: 4px;
height:auto;
}

#menu a.main_menu
{
	color: #027fb6;
	text-align: left;
	background: none;
	padding-left: 9px;
	padding-top: 30px;
	padding-right: 10px;
	padding-bottom: 0px;
	height: 43px;
	font-family: Arial;
	font-size: 14px;
	text-transform: uppercase;
}

#menu a.main_current
{
	color: #92e1ff;
	background-image: url(../images/sce/menu_arrow.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color:none;
	height: 43px;
	padding-top: 30px;
}

#menu a.current
{
color: #92e1ff;
background: #000000;
background-image:none;
}

#menu a:hover
{
color: #92e1ff;
cursor: pointer;
background-image:none;
}

#menu a.main_menu:hover {
	color: #92e1ff;
	cursor: pointer;
	background-image: url(../images/sce/menu_arrow.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color:none;
	height: 43px;
	padding-top: 30px;
}


