#tabs ul {
width: 662px;
height: 40px;
/*border:1px solid red;*/
margin-bottom: 20px;
	
}
#tabs ul li{
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	border:1px solid #ccc;
	float: left;
	display: inline-block;
	width: 33%;
	line-height: 40px;
}
#tabs ul li a{
	width: 100%;
	line-height: 40px;
	display: block;
	text-decoration: none;
	color: #007397;
}
#tabs ul li:hover{
	/*border-bottom:3px solid #007397;*/
	background: #007397;

}

#tabs ul li a:hover{
	/*border-bottom:3px solid #007397;*/
	color:white;

}

#tabs .second{
	border-left: none;
}

#param{
	margin-top: 20px;
}
