.spec-section {
	width:990px;
	margin:5px auto;
}
.otherMenu {
	width:990px;
	margin:0 auto;
	line-height:30px;
	height:30px;
	list-style:none;
	overflow:hidden;
	background-color: #4B6BB2;
	border-top: 1px solid #C2CDE5;
}
.otherMenu li {
	float:left;
	border-right: 1px solid #C2CDE5;
	text-align:left;
}
.otherMenu li:hover, .otherMenu li.active {
	background:#637FBC;
}
.otherMenu li a {
	color:#FFF;
	display:block;
	font-size:12px;
	padding:0 16px;
	font-weight:bold;
}
.otherMenu li a:hover {
	text-decoration:none;
}