@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/dctcimages/menu_back.jpg) repeat-x left bottom;
	color:#333;
	font-family: "微软雅黑";
	font-size: 16px;
	line-height: 48px;
	text-decoration: none;
	font-weight: normal;
}
#menu li a:hover {
	display: block;
	background: url(/uploads/image/dctcimages/menu_hover.jpg) no-repeat center top;
	color:#822d30;
	text-decoration: none;
	font-family: "微软雅黑";
	font-size: 16px;
	line-height: 48px;
	font-weight: normal;
}
#menu li a.on{
	display: block;
	background: url(/uploads/image/dctcimages/menu_hover.jpg) no-repeat center top;
	color:#822d30;
	text-decoration: none;
	font-family: "微软雅黑";
	font-size: 16px;
	line-height: 48px;
	font-weight: normal;
}
#menu li a.now{
	display: block;
	background: url(/uploads/image/dctcimages/menu_hover.jpg) no-repeat center top;
	color:#822d30;
	text-decoration: none;
	font-family: "微软雅黑";
	font-size: 16px;
	line-height: 48px;
	font-weight: normal;
}
#menu li ul {
	position: absolute;
	filter: alpha(opacity=90);
	margin: 0px;
	padding-left: 0px;
	width:171px;
	display: none;
	top: 48px;
	padding-top: 0px;
	left: 0px;
	-moz-opacity: 1.0;
	opacity: 1.0
}



/*下拉菜单设置*/
#menu li ul li {
	text-align: center;
	padding-bottom: 0px;
	margin: 0px;
	width:171px;
	height: auto;
	padding-top: 0px;
	background-color:#fff;
}
#menu li ul li a {
	display: block;
	color: #333;
	font-family: "微软雅黑";
	font-size: 14px;
	font-weight: normal;
	line-height: 30px;
	background-image:none;
}
#menu li ul li a:hover {
	font-family: "微软雅黑";
	font-size: 14px;
	font-weight: normal;
	color:#822d30;
	text-decoration: none;
	background-image: none;
	line-height: 30px;
	background-color:#eeece0;
}
