.bg {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: dotted;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #777777;
	border-right-color: #777777;
	border-bottom-color: #777777;
	border-left-color: #777777;
}
.an {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 25px;
	font-weight: bold;
	background-image: url(img/menu-bg.gif);
	text-align: center;
	font-size: 12px;
	margin: auto;
	white-space: nowrap;
}

.al-1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}
.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 22px;
}a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
}
a:hover {
}
.tm {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
.bd {
	border: 1px solid #333333;
}
.pr {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
/*--------------------------------删除原样式---------------------------------*/

#pr-1 a {
	display: block;
	text-decoration: none;
	margin-bottom: 1px;
	background-color: #9C9C9C;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-left: 1px;
	margin-top: 1px;
	background-attachment: scroll;
	background-repeat: repeat-x;
	height: 20px;
	text-align: left;
}
#pr-1 a span {
	background-image: url(img/icon.gif);
	height: 20px;
	width: 20px;
	float: left;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center center;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	background-image: url(img/pr-bg.gif);
	color: #FF0000;
	text-decoration: underline;
}
/*---------------------------------------左边导航样式-------------------------------------*/
UL {
	list-style-type: none;
}UL,LI,A,span {
	margin: 0px;
	padding: 0px;
}
#leftMenu {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
}

#leftMenu li {
	font-size: 12px;
	line-height: 20px;
}
#leftMenu a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(img/icon.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
	text-align: left;
	display: block;
	color: #FFFFFF;
	background-color: #9C9C9C;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	height: 20px;
	text-indent: 15px;
	line-height: 20px;
}
#leftMenu a.on {
	background-image: url(img/icon_1.gif);
}

#leftMenu a:hover {
    background-color:#75ACFF;
}
#leftMenu span {
	background-image: url(img/r_j.gif);
	position: absolute;
	width: 5px;
	top: 5px;
	right: 2px;
	background-repeat: no-repeat;
	background-position: center;
}

#leftMenu li ul {
	display: none;
}
#leftMenu li.click ul {
	display: block;
}
#leftMenu li.click li ul {
	display: none;
}
#leftMenu li li.click ul {
	display: block;
}
#leftMenu li li a {
	background-position: 10px;
	font-size: 11px;
	text-indent: 20px;
}
#leftMenu li li li a {
	background-position: 15px;
	background-image: none;
}

