body {
	behavior: url("http://www.sdqingyushebei.com/hover.htc")
}
* {
	margin: 0px;
	padding: 0px;
}
.dingclr {
	clear: both;
}
ul, li {
	list-style-type: none;
}
img {
	border: 0pt none;
}
a {
	text-decoration: none;
}
#dingnav {
	margin: 0px auto 0px;
	width:960px;
}
#dingnav ul {
	height: 38px;
	border-left: 1px solid #235A92;
}
#dingnav ul li {
	float: left;
	position: relative;
	border-right: 1px solid   #235A92;
}
#dingnav ul li:hover {
	text-decoration: underline;
	background-color: #AE1111;
	background-repeat: repeat-x;
	background-position: center;
}
#dingnav ul li a {
	display: block;
	height: 38px;
	width: 110px;
	text-align: center;
	line-height: 38px;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
}
#dingnav ul li:hover a {
	color: #FFFFFF;
	font-weight: bold;
}
#dingnav ul li:hover ul {
	visibility: visible;
}
#dingnav ul li ul {
	background:silver;
	visibility: hidden;
	position: absolute;
	z-index:960;
	left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	height: auto;
	width: auto;
}
#dingnav ul li ul li {
	clear: left;
	padding-right: 0px;
	border-width: 0px;
}
#dingnav ul li ul li a {
	color:#000;
	white-space:nowrap;
	text-overflow:ellipsis;
	font-size:12px;
	height: 26px;
	line-height: 26px;
	width: 110px;
	font-weight: normal;
	background-color: #235A92;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #fff;
}
#dingnav ul li ul li a:hover {
	color:#fff;
	text-decoration:none;
	background-color: #ae1111;
}
#NavNow {
	background-color:#AE1111;
}

