.header .nav-bg {
	background: #182b67;
}
.header .nav li a i:before {
	margin-right: -6px;
}
.thuicon-angle-down {
	display: inline-block;
	width: 10px;
	height: 10px;
	background: url(/_upload/tpl/00/02/2/template2/htmlRes/nav_res/angle_down.png) no-repeat;
}
#nav ul {
	background: #182b67;
	position: absolute;
	top: 35px;
	left: 0;
	width: 154px;
	z-index: 2;
	padding: 0;
	display: none;
	z-index: 1000;
}
#nav ul li {
	float: none;
	display: block;
	padding: 0;
	margin: 0;
}
#nav ul li a {
	line-height: 38px;
	font-size: 14px;
	color: #fff;
	text-align: center;
	border-bottom: 1px solid #fff;
}
#nav ul li a:hover {
	background: #061237;
}
#nav ul li:last-child a {
	border-bottom: 0 none;
}
