﻿
/*网站头部*/

.col960 {
	width:750px;
	margin:0 auto;
}
.navbg {
	height:36px;
	width: 750px;
	font-size:14px;
	position:absolute;
	z-index:99;
	left:50%;
	margin-left:-250px
}
#navul li {
	float: left;
	width:118px;
	height:36px;
	position:relative;
	text-align:center;
	background:url(../images/z1.jpg) no-repeat center top;
	line-height:36px;
}

#navul li a:link, #navul li a:visited {
	color:#FFFFFF;
}

#navul li.navmoon {
	background:url(../images/z2.jpg) no-repeat center top;
	width:118px;
	height:36px;
	line-height:36px;
}
#navul li.navmoon a {
	color:#000;
}
#navul li.navhome a:hover {
	color:#FCFF00;
}
