/*主要样式*/
.subNavBox{
	width: 230px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #e5e3da;
}
.subNav{
	border-bottom: solid 1px #e5e3da;
	cursor: pointer;
	font-weight: bold;
	font-size: 14px;
	color: #000;
	line-height: 40px;
	background-position: 20px center;
	font-family: Verdana, "微软雅黑";
	text-align: left;
	display: block;
	height: 40px;
	width: 230px;
	margin: 0px;
	padding: 0px;
	background-image: url(images/jiantou1.jpg);
	background-repeat: no-repeat;
}
.subNav a {
	font-weight: bold;
	font-size: 14px;
	color: #000;
	line-height: 40px;
	font-family: Verdana, "微软雅黑";
	text-align: left;
	display: block;
	height: 40px;
	width: 180px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 50px;
	text-decoration: none;
}
.subNav a:hover {
	font-weight: bold;
	font-size: 14px;
	color: #FFF;
	line-height: 40px;
	font-family: Verdana, "微软雅黑";
	text-align: left;
	display: block;
	height: 40px;
	width: 180px;
	background-color: #F90;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 50px;
	text-decoration: none;
}

.currentDd{
	color: #FF9900
}
.currentDt{background-image:url(images/jiantou.jpg);}
.navContent{
	display: none;
	margin: 0px;
	padding: 0px;
	width: 230px;
}
.navContent li {
	width: 190px;
	text-align: left;
	font-size: 12px;
	line-height: 36px;
	color: #000;
	font-family: Verdana, "宋体";
	background-image: url(images/icon2.png);
	background-repeat: no-repeat;
	background-position: 20px center;
	margin: 0px;
	padding: 0px;
}
.navContent li a{
	display: block;
	width: 150px;
	text-align: left;
	font-size: 12px;
	line-height: 36px;
	color: #000;
	font-family: Verdana, "宋体";
	padding-left: 40px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	height: 36px;
}
.navContent li a:hover {
	display: block;
	width: 150px;
	text-align: left;
	font-size: 12px;
	line-height: 36px;
	color: #FFF;
	font-family: Verdana, "宋体";
	padding-left: 40px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	height: 36px;
	text-decoration: none;
	background-color: #F90;
}
