/* CSS Document */
#top{
width:1001px;
height:180px;
padding:0;
margin:0;
}

#navMain{
	width:1001px;
	height:31px;
	background:url(../images/nav_bg.gif) 0 repeat-x;
	text-align:left;
}
#nav{
	width:1001px;
	height:31px;
	margin:0 auto;
}
#nav ul{
	width:960px;
	height:31px;
	padding:0;
	margin:0;
}
#nav ul li{
	float:left;
	width:110px;
	height:31px;
	padding:0 2px 0 0;
	margin:0;
	list-style:none;
	text-align:center;
}
#nav ul li.fenge{
	display:block;
	width:2px;
	height:31px;
	background:url(../images/nav_div.gif) 0 0 no-repeat;
}
#nav ul li a{
	display:block;
	font:bold 14px/31px "ËÎÌå";
	color:#ffffff;
	background-color:inherit;
	text-transform:uppercase;
	text-decoration:none;
	padding:0;
	margin:0;
}
#nav ul li a:hover{
	background:url(../images/hover_bg.gif) 0 0 no-repeat;
}
#nav ul li input.admin{
background:url(../images/adminbut.gif) 0 0 no-repeat;
width:73px;
height:21px;
border:none;
cursor:pointer;
margin:5px 0 0 0;
float:right;
}


