/*顶部导航开始*/
#topNavC{
	background-color:#f9f9f9;
	padding-bottom:3px;
	border-bottom:1px solid #e6e6e6;
}
#topNav{
	    width:960px;
		margin:0 auto;
		padding-top:3px;
		overflow:hidden;
	    }
		#topNav ul{
			float:right;
		}
		#topNav li{
			float:left;
			color:#d8d8d8;
		}
		#topNav li a{
			margin:0 10px;
		}
/*container*/
#container{	
    position:relative;
}
#header{
	width:960px;
	margin:0 5px;
	height:100px;
	overflow:hidden;
	background:url(/style/images/Sprites_header.png) no-repeat 0 30px;
}
#logo{
    position:absolute;
	left:5px;
	top:0;
	z-index:4;
}
#menu{
	width:740px;
	height:52px;
	margin:0 0 0 230px;
	overflow:hidden;
}
    #menu li{
		float:left;
	}
	#menu li a{
		font:bold 14px/1.5 "微软雅黑","宋体";
		display:block;
		width:80px;
		height:30px;
		margin:22px 0 0 5px;
		text-align:center;
		line-height:30px;
		color:#093;
		background:url(/style/images/Sprites_header.png) no-repeat -140px -80px;
	}
	    #menu li a h2{
			line-height:30px;
		}
	#menu li a.a90{
		width:90px;
		text-align:left;
		text-indent:12px;
		background:url(/style/images/Sprites_header.png) no-repeat -320px -80px;
	}
	#menu li a:hover{
		color:#fff;
		text-decoration:none;
		background:url(/style/images/Sprites_header.png) no-repeat -230px -80px;
	}
	#menu li a.a90:hover{
		color:#093;
		background:url(/style/images/Sprites_header.png) no-repeat -420px -80px;
	}
	    #menu li a.home{
			color:#fff;
			width:60px;
			cursor:text;
			background:url(/style/images/Sprites_header.png) no-repeat 0 -80px;
		}
/*下拉菜单*/
#menu .nav-a{
	position:relative;
	z-index:3;
}
    /*网站导航*/
#menu div{
	width:330px;
	position:absolute;
	visibility:hidden;/*here*/
	z-index:2;
}
#menu .show div{ 
	visibility:visible;/*and here*/
}
#menu .show div.nav-div{ 
	border:2px solid #fcb52b;
    background-color:#fff;
	margin:-2px 0 0 5px;
	border-bottom:0;
}
	#menu .show .nav-a{
		background:url(/style/images/Sprites_header.png) no-repeat -420px -80px;
	}
		.nav-ul2{
			overflow:hidden;
			padding:5px 0;
			width:320px;
			margin:0 10px 0 0;
		}
			#menu .nav-ul2 li{
				float:left;
				background:none;
				padding:0;
				margin:0;
			}
				#menu .nav-ul2 li a{
					font-size:12px;
					width:70px;
					color:#5f5f5f;
					background:none;
					margin:0 0 0 10px;
					border-bottom:1px dashed #ccc;
					background:url(/style/images/Sprites_header.png) no-repeat -956px -77px;
				}
				#menu .nav-ul2 li a:hover{
					color:#f60;
					background:none;
					background:url(/style/images/Sprites_header.png) no-repeat -956px -103px;
				}
	#menu .box-bottom{
		width:334px;
		margin-left:-2px;
		background:url(/style/images/Sprites_header.png) no-repeat 0 -115px;
	}
#header-box{
	clear:both;
	overflow:hidden;
	height:48px;
	position:relative;
}
#ad-menu-left{
	position:absolute;
	left:4px;
	top:35px;
}
#ad-menu-right{
	position:absolute;
	top:0;
	right:0;
}
#search{
	position:absolute;
	left:328px;
	top:10px;
	width:380px;
	height:30px;
	background:url(/style/images/Sprites_header.png) no-repeat -560px -78px;
}  
	    #searchbox{
			float:left;
			font-size:14px;
			color:#ccc;
			border:none;
			background:none;
			width:270px;
			height:30px;
			line-height:30px;
			margin-left:30px;
		}
		#submits{
			float:left;
			cursor:pointer;
			border:0;
			background:none;
			width:80px;
			height:30px;
			outline:none;
		}

