@charset "gb2312";
/* CSS Document */

#nav {
	width:1000px;
	min-height:98px;
	height:auto;
	font-size:12px;
	overflow:hidden;
	margin:0px auto;
	background-image: url(../images/nav.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.nav_div {
	width:158px;
	float:left;
	display:inline;
	padding-bottom:11px;
	margin-left:7px;
	margin-top:8px;
}
.nav_div strong {
	float:left;
	display:inline;
	height:26px;
	width:100%;
	line-height:26px;
	text-align:center;
	color: #000;
	font-size: 14px;
	background-color: #EFF3FF;
	cursor: pointer;
}
.nav_div ul {
	float:left;
	display:inline;
	padding-top:7px;
	height:45px;
	width:158px;
	text-align:center;
	background-color: #fff;
}
.nav_div ul li {
	display:inline;
	line-height:20px;
	width:100%;
	float:left;
	height:20px;
	overflow:hidden;
}
.nav_div ul li a {
	color: #000;
	padding-right:3px;
}
.nav_div var {
	position:relative;
	z-index:3;
	float:left;
	display:block;
	height:11px;
	width:158px;
	background-color: #EFF3FF;
	cursor: pointer;
	background-image: url(../images/nav_var1.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
.nav_div span {
	width:158px;
	position:relative;
	margin-top:-5px;
	z-index:2;
	float:left;
	display:none;
	text-align:center;
	background-color: #FFF;
}
.nav_div span a {
	color: #000;
	display:inline;
	line-height:20px;
	padding-right:3px;
}