@charset "utf-8";
body {
	padding: 0px;
	margin: 0px;
}
li {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	list-style-image: none;
}

/*导航条菜单设置*/
.navi {
	width:1200px;
	height:48px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#header {
	z-index:100;
	position: relative;
	min-height:48px;
	width:1200px;
	float: left;
	_height:48px
}
#menu {
	padding-bottom: 0px;
	list-style-type: none;
	margin: 0px;
	padding-left: 0px;
	width:1200px;
	padding-right: 0px;
	float: left;
	height: 48px;
	list-style-image: none;
	padding-top: 0px
}
#menu li {
	position: relative;
	text-align: center;
	line-height: 48px;
	width: 171px;
	float: left;
	height: 48px
}
#menu #first {
	width:1px;
	float:left
}
#menu #end {
	width:2px;
	float: right
}
#menu li a {
	display: block;
	background: url(/uploads/image/dbteimages/menu_back.jpg) repeat-x left bottom;
	color:#fff;
	font-family: "微软雅黑";
	font-size: 15px;
	line-height: 48px;
	text-decoration: none;
	font-weight: normal;
}
#menu li a:hover {
	display: block;
	background: url(/uploads/image/dbteimages/menu_hover.jpg) no-repeat center top;
	color:#007943;
	text-decoration: none;
	font-family: "微软雅黑";
	font-size: 15px;
	line-height: 48px;
	font-weight: normal;
}
#menu li a.on{
	display: block;
	background: url(/uploads/image/dbteimages/menu_hover.jpg) no-repeat center top;
	color:#fff;
	text-decoration: none;
	font-family: "微软雅黑";
	font-size: 15px;
	line-height: 48px;
	font-weight: normal;
}
#menu li a.now{
	display: block;
	background: url(/uploads/image/dbteimages/menu_hover.jpg) no-repeat center top;
	color:#fff;
	text-decoration: none;
	font-family: "微软雅黑";
	font-size: 15px;
	line-height: 48px;
	font-weight: normal;
}
#menu li ul {
	position: absolute;
	filter: alpha(opacity=100);
	margin: 0px;
	padding-left: 0px;
	width:120px;
	display: none;
	top: 48px;
	padding-top: 0px;
	left: 0px;
	-moz-opacity: 1.0;
	opacity: 1.0
}



/*下拉菜单设置*/
#menu li ul {
	width:171px;
}
#menu li ul li {
	text-align: center;
	width:171px;
	height: auto;
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 0px;
	background-color:#007943;
}
#menu li ul li a {
	display: block;
	color: #fff;
	font-family: "微软雅黑";
	font-size: 14px;
	font-weight: normal;
	line-height: 40px;
	background-image:none;
}
#menu li ul li a:hover {
	font-family: "微软雅黑";
	font-size: 14px;
	font-weight: normal;
	color:#007943;
	text-decoration: none;
	background-image: none;
	line-height: 40px;
	background-color:#eee;
}
