#nav{
	height: 40px;
}

#nav ul{
	margin: 30px 0 0 60px;
	
}
#nav ul li{
	float: left;
	height: 40px;
	line-height: 40px;
	margin-right: 35px;
	font-size: 16px;
	padding: 0 2px;
}
#nav ul li.active,#nav ul li:hover{
	border-bottom: 2px solid #e01222;
	box-sizing: border-box;
}
#nav ul li.active a,#nav ul li:hover a{
	color:#e01222;
}