@charset "utf-8";
/* CSS Document */
/* 威邦网络科技  www.cnwei.net */

#nav_d {
	background: url("../index/nav.jpg") no-repeat top; 
	margin: 0px auto; 
	width: 1000px; 
	height: 34px;
}
#nav {
	margin: 0px auto; 
	width: 980px; 
	height: 34px;
}
#nav dl {
	margin: 0px; 
	padding: 0px; 
	width: 107px; 
	float: left; 
	position: relative;
	font-family: Arial, "宋体", Helvetica, sans-serif;
}
#nav dl dt a {
	margin: 0px; 
	width: 107px; 
	height: 34px; 
	text-align: center; 
	color: #fff; 
	line-height: 36px; 
	font-size: 13px;
	font-weight:bold; 
	display: block;
	font-family: Arial, "宋体", Helvetica, sans-serif;
}
#nav dl dt a:hover {
	background: url("../index/nav-bg2.jpg") top; 
	color: #333; 
	text-decoration: none;
}
#nav dl dt a.current {
	background: url("../index/nav-bg2.jpg") top; 
	color: #333; 
	text-decoration: none;
}
#nav dl dd {
	margin: 0px 0px 0px -4px; 
	padding: 0px; 
	width: 500px; 
	overflow: hidden; 
	display: none; 
	position: absolute; 
	z-index: 200; 
	filter: alpha(opacity=80); 
	-moz-opacity: 0.8; 
	opacity: 0.8; 
}
#nav dl ul {
	list-style: none; 
	margin: 0px; 
	padding: 0px 2px 2px; 
	border-top-color: currentColor; 
	border-top-width: medium; 
	border-top-style: none;
}
#nav dl li {
	float: left;
	font-family: Arial, "宋体", Helvetica, sans-serif;
}
#nav dl dd a {
	background: url("../index/nav_bg.png") no-repeat bottom; 
	margin: 0px; 
	width: 70px; 
	text-align: center; 
	color: #666; 
	line-height: 30px; 
	padding-bottom: 2px; 
	padding-left: 5px; 
	text-decoration: none; 
	float: left; 
	display: block;
}
#nav dl dd a:hover {
	color: #f00;
}
#nav .start {
	background: url("../index/nav_bg.png") no-repeat left bottom;
}
#nav .last {
	background: url("../index/nav_bg3.png") no-repeat right bottom; 
	border-bottom-color: currentColor; 
	border-bottom-width: medium; 
	border-bottom-style: none;
}
#ge {
	background: url("../index/nav_ge.png") no-repeat center bottom; 
	width: 3px; 
	height: 32px; 
	float: left; 
	display: block;
}
.ge {
	background: url("../index/nav-line.jpg") no-repeat top; 
	width: 2px; 
	height: 34px; 
	float: left; 
	display: block;
}


