
ul.menu_top{
	width:702px;
	height:29px;
	background:url(../images/menu_bg.png) no-repeat;
	float:left;
	padding-left:27px;
	position: relative;
	z-index: 100;
}
ul.menu_top li{
	list-style:none;
	float:left;
	position:relative;
	height:29px;
	background:url(../images/menu_line.jpg) no-repeat right center;
	padding-right:18px;
	margin-right:17px;
}

ul.menu_top a {
	float:left;
	height:29px;
	line-height:29px;
	font-size:10px;
	text-transform:uppercase;
	color:#ffffff;
	text-align:left;
	white-space:nowrap;
}
ul.menu_top a:hover,ul.menu_top a.active,ul.menu_top a.active1 {
	color:#ffc300;
	text-decoration:none;
	background:url(../images/menu_active.jpg) no-repeat bottom center;
}

ul.menu_top ul{
	left:-14px;
	position:absolute;
	top:29px;
	width:208px;
	display:none;
	z-index:99999;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background:#999999;
	behavior: url(javascripts/PIE.htc);	
	border:3px solid #fff;
	-webkit-box-shadow: #d2d9dc 0px 0px 2px 2px;
	-moz-box-shadow: #d2d9dc 0px 0px 2px 2px;
	box-shadow: #d2d9dc 0px 0px 2px 2px;
}
ul.menu_top ul li{
	width:192px;
	position:relative;
	margin:0;
	padding:5px 8px;
	height:auto;
	border-bottom:1px solid #acacac;
	background:none;
}
ul.menu_top li ul a,ul.menu_top ul ul li a{
	float:left;
	width:197px;
	color:#fff;
	display:block;
	height:auto;
	font-size:11px;
	text-transform:none;
	line-height:normal;
	text-shadow:none;
	font-family:Arial, Helvetica, sans-serif;
	text-indent:7px;
	padding-right:6px;
		
}
ul.menu_top ul a:hover,ul.menu_top ul a.active,ul.menu_top ul a.active1,ul.menu_top ul ul a:hover,ul.menu_top ul ul a.active,ul.menu_top ul ul a.active1 {
	color:#000;
	text-shadow:none;
}
ul.menu_top ul ul{
	display: none !important;
	left:209px;
	width:240px;
	top:-5px;
}	
ul.menu_top ul ul li{
	width:240px;

}
ul.menu_top ul ul li a{
	width:2224px;
}

/*=================================== MENU HIDEN UL ====================================*/
ul.menu_bottom{
	width:996px;
	margin:auto;
	height:55px;
	border-bottom:1px solid #e7e1ce;
}
ul.menu_bottom li{
	float:left;
	height:55px;
}
ul.menu_bottom li a{
	height:55px;
	line-height:55px;
	float:left;
	color:#4a4e5a;
	text-transform:uppercase;
	margin-right:16px;
	margin-left:15px;
}
ul.menu_bottom li a:hover,ul.menu_bottom li a.active{
	color:#016595;
	text-decoration:none;
}
