@charset "utf-8";
div.sdmenu {
	width: 248px;
	/*font-family: Arial, sans-serif;*/
	font-size: 13px;
	padding-bottom: 10px;
	/*background: url(bottom.gif) no-repeat  right bottom;*/
	color: #fff;
	height:auto;
	border:1px solid #eee;
}
div.sdmenu div {
	/*background: url(title.gif) repeat-x;*/
	overflow: hidden;
}
div.sdmenu div:first-child {
	/*background: url(toptitle.gif) no-repeat;*/
}
div.sdmenu div.collapsed {
	height: 50px;
}
div.sdmenu div span {
	display: block;
	cursor: default;
	font-size:13px;
	color:#333;
	font-weight:bold;
	background-image:url(../images/anli.gif);
	background-repeat:no-repeat;
	background-position:10px center;
	background-size:auto 35%;
	padding-left:35px;
	height:50px;
	line-height:50px;
	border-bottom:1px solid #eee;
}
div.sdmenu div.collapsed span {
	/*background-image: url(../images/cplb1.jpg);*/
}
div.sdmenu div a {
	/*padding: 5px 10px;*/
	margin-left:10px;
	font-size:13px;
	color:#333;
	font-weight:normal;
	background-image: url(../images/anli1.jpg);
	background-repeat: no-repeat;
	background-position: 0px center;
	/*background-size:auto 70%;*/
	margin-left:25px;
	padding-left:15px;
	display:block;
	height:50px;
	line-height:50px;
    border-bottom:1px solid #eee;
}
div.sdmenu div a.current {
}
div.sdmenu div a:hover {
	color: #ff0000;
	text-decoration: none;
}
div.sdmenu div span a{
font-size:13px;
	color:#333;
	font-weight:bold;
	text-decoration:none;
	padding:0px;
	margin:0px;
}