@charset "utf-8";
/* CSS Document */
.zd dl, dt, dd{ margin:0; padding:0;} 
.zd dt {
	/*	padding:0px;
	margin:1px;*/
	cursor: pointer;
	font-size: 12px;
	text-align: center;
	padding:0px;
	margin:0px;
	line-height: 28px;
}
.bg01{
	background: url(../images/01s.jpg) no-repeat;
	height:28px;
}
.bg02{
	background: url(../images/02s.jpg) no-repeat;
	height:28px;
}
.bg03{
	background: url(../images/03s.jpg) no-repeat;
	height:28px;
}
.bg04{
	background: url(../images/04s.jpg) no-repeat;
	height:28px;
}

.zd dd {
	display:block;
}
.zd dd a{
	display:block;
	text-decoration:none;
}

/**tab*/
.munulistul{border-bottom:1px solid #cfcfcf; width:230px; height:27px;}
.cur{color:#2f4050;background: #FFF;display:block;}
.cur a:link {
	color:#000;
	text-decoration:none;
} 
.cur  a:visited {color:#2f4050;text-decoration:none;} 
.cur a:hover{	color:#1D334A; text-decoration:none;} 
.cur a:active {color: #F00;text-decoration:underline;}



.munulist{
	width:100px;
	color:#1D334A;
	float:left;
	padding:2px;
	border: 1px solid #cfcfcf;
	border-bottom: 0px solid #fff;
	background: #e7e7e7;
	text-align: center;
	font-size: 13px;
	line-height: 22px;
	font-weight: bold;
}

.side_list{
	padding: 2px 10px;
	text-align: left;
}
.side_list ul{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

.side_list li{
	background: url(../images/arrow.jpg) no-repeat 0 8px;	/*列表左边的箭头图片*/
	width: 100%;
	LINE-HEIGHT: 26px;
}
.side_list li a{
	display: block;
	padding-left:15px;
	
}
