/* =-=-=-=-=-[左侧竖型滑动导航 <div class="cn_dh_hd_sx"><%call cn_dh_hd_sx(2)%></div> -=-=-=-=-=-=-=- */
#cn_dh_hd_sx ul li a {
	text-decoration: none;
	font-size: 14px;
	font-family:"宋体";
	font-weight: 600;
	text-align: left;
	color: #336699;   /*文字平时颜色*/
	height:30px;/*左侧弯角图片高度*/
	background: url(images/cn1_dh_hd_hx1_dyw.gif) no-repeat left top; /*左侧弯角图片*/}
#cn_dh_hd_sx ul li span {/*按钮层*/
	width: 174px;/*按钮总宽*/
	margin-left: 4px;/*左侧弯角图片宽度*/
	height:30px;/*右侧图片高度*/
	padding-top: 9px;/*文字离顶部距离*/
	padding-left: 30px;/*文字左部距离*/
	background: url(images/cn1_dh_hd_hx_dyw.gif) no-repeat right top;/*右侧图片*/
}
#cn_dh_hd_sx ul li .yw {/*英文小字*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: lighter;
	line-height: 10px;
}
#cn_dh_hd_sx #current a span {
    background-position: 100% -30px;
}
#cn_dh_hd_sx ul li a:hover span {
    color: #f00;
    background-position: 100% -30px;/*动作幅度*/
}
#cn_dh_hd_sx #current a {
    background-position: 0 -30px;
}
#cn_dh_hd_sx ul li a:hover {
    background-position: 0 -30px;/*弯角动作幅度*/
}