

.nav2 {
	width: 826px;
	height: 38px;
	float:right;
	clear: both;
	font: 16px/38px arial, 'hiragino sans gb', 'microsoft yahei', 'Simsun', sans-serif;
	color: #363636;
	margin-top:0px;
	overflow:hidden;
	
}
.nav2 ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.nav2 ul li {
	float: left;
	width: 118px;
	height: 38px;
	text-align: center;
	font: 16px/38px arial, 'hiragino sans gb', 'microsoft yahei', 'Simsun', sans-serif;
	color: #363636;
}
.nav2 ul li:hover {
	color: #fff;
	background: #015BB3;
	display: block;
	text-decoration: none;
	text-align: center;
	line-height: 38px;
	cursor: pointer;
	border-radius:10px;
}
.nav2 ul li.inline {
	float: left;
	width: 2px;
	height: 48px;
}

