#menu_center { z-index: 9999; }
#menu_center ul
{
	margin:0px;
	padding:0px;
	list-style-type: none;
}

#menu_center .menu li {
	height: 30px;
	float: left;
	margin-right: 16px;
}

#menu_center .menu li a{
	color: #FFF;
	text-decoration: none;
	height: 30px;
	line-height: 30px;
	display: block;
	float: left;
	padding: 0 14px 0 10px;
	background-image: url('../images/nav_icon_arrow.png');
	background-repeat: no-repeat;
	background-position: right;
}

#menu_center .menu li a:hover
{ 
	color: #edbe61;
}

#menu_center ul .submenu {
	z-index: 9999;
	border: solid 1px #006699;
	border-top: none;
	background-color: #eaf2f6;
	position: absolute;
	top: 30px;
	padding: 6px 0;
	clear: both;
	display: none;
	width: 110px;
}

#menu_center .submenu li{
	background: none;
	display: block;
	float: none;
	padding: 6px 6px;
	margin: 0;
	border: 0;
	height: auto;
	color: #105cbe;
	line-height: normal;
	cursor: pointer;
}

#menu_center .submenu li:hover{
 background: #e3edef; 
 color: #edbe61;
 cursor: pointer;
 }



#menu_center ul .submenu li{
	background: none;
	display: block;
	float: none;
	margin: 0 6px;
	border: 0;
	height: auto;
	line-height: normal;
	border-top: solid 1px #DEDEDE;
}
