
/* 导航菜单2 */
.nav1 {
	height:28px;
	float:left;
	width:940px;
}
.nav1 ul {
	list-style:none;
	width:790px;     /* 注意此处数值*/
	margin:0 auto;
}
.nav1 ul li {
	float:left;
	text-align:center;
	padding:2px 0 0 0;
}
.nav1 ul li a {
	height:28px;
	line-height:28px;
	text-decoration:none;
	color:#000;
	float:left;
	width:80px;
}
.nav1 ul li a:hover {
	color:#B70D0D;
}
