﻿body {
	behavior: url("/hover.htc")
}
* {
	margin: 0px;
	padding: 0px;
}
.dingclr {
	clear: both;
}
ul, li {
	list-style-type: none;
}
img {
	border: 0pt none;
}
#dingnav {
	margin: 0px auto 0px;
	width: 967px;
	height: 53px;
}
#dingnav ul {
	background: url(/tpl/yunfei/images/index_07.jpg) repeat-x;
}
#dingnav ul li {
	float: left;
	position: relative;
}
#dingnav ul li:hover {
	background: url(/tpl/yunfei/images/dh.jpg) no-repeat center;
}
#dingnav ul li:hover span {
	font-size: 16px;
	font-weight: bold;
}
#dingnav ul li a {
	display: block;
	height: 53px;
	width: 107px;
	text-align: center;
	line-height: 53px;
	font-size: 14px;
	font-weight: bold;
	color: #F2F2F2;
	background: url(/tpl/yunfei/images/index_06.jpg) no-repeat right;
	text-decoration: none;
}
#dingnav ul li:hover a {
	color: #ffffff;
	font-weight: 900;
}
#dingnav ul li:hover ul {
	visibility: visible;
}
#dingnav ul li ul {
	background:silver;
	visibility: hidden;
	position: absolute;
	z-index: 999;
	left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	height: 26px;
	width: 160px;
}
#dingnav ul li ul li {
	clear: left;
	padding-right: 0px;
	border-width: 0px;
}
#dingnav ul li ul li a {
	color:#ffffff;
	white-space:nowrap;
	text-overflow:ellipsis;
	font-size:12px;
	text-align: left;
	height: 26px;
	line-height: 26px;
	width: 160px;
	background-color: #A5261F;
	border-bottom: 1px solid #CC0000;
	font-weight: normal;
	text-indent: 10px;
}
#dingnav ul li ul li a:hover {
	color:#ffffff;
	text-decoration:none;
	font-size:12px;
	text-align: left;
	text-indent: 10px;
	height: 26px;
	line-height: 26px;
	width: 160px;
	background-color: #CC0000;
}
