*{ padding:0; margin:0; list-style:none;}
.xl-all{ 
	width:1000px; 
	height:40px; 
	margin:0px auto; 
}
.xl-all a{
	color: #fff;
	text-decoration: none;
	display: block;
}
.xl-all a:hover{
	background: #4194CA;
}
.xl-all li{ 
	font-size: 14px;
	width:140px; 
	height:40px; 
	background:#166BA2; 
	line-height:40px; 
	text-align:center; 
	float:left;
	_display:inline; 
	position:relative;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
.xl-all li:last-child{
	border-right: none;
}
.xl-all ul{ 
	position:absolute; 
	left:0; 
	top:40px; 
	display:none;
}
.xl-all li.menu-item{
	border-bottom: 1px solid #fff;
}
.xl-all ul li{
	border-right: none;
	background: #E4E4E4;
}
.xl-all ul li a{
	color: #333;
}
.xl-all ul li a:hover{
	color: #fff;
	background:#166BA2; 
}
.xl-all ul{
	border-bottom: 3px solid #166BA2;
}