div.sdmenu {
	width: 211px;
	font-family: Arial, sans-serif;
	font-size: 12px;
	padding-bottom: 10px;
}
div.sdmenu div {
	overflow: hidden;
}
div.sdmenu div:first-child {
	/*background:url(../images/09.jpg) left no-repeat;*/
	color:#565656;
	font-weight:normal;
}
div.sdmenu div.collapsed {
	height: 25px;
	padding-bottom:1px;
	padding-top:1px;
	border-bottom: 1px #a5a5a5 dotted;
}
div.sdmenu div span {
	display: block;
	font-weight: bold;
	color:#ffffff;
	background: url(../images/11.jpg) no-repeat center;
	cursor: default;
	padding-bottom:1px;
	padding-top:1px;
	padding-left:25px; 
	text-align:left; 
	line-height:25px;
	border-bottom: 1px #a5a5a5 dotted;
	display:block;
	cursor:pointer;
}
div.sdmenu div.collapsed span {
	background:url(../images/09.jpg) left no-repeat;
	height:25px;
	padding-bottom:1px;
	padding-top:1px;
	border-bottom: 1px #a5a5a5 dotted;
	display:block;
	color:#565656;
	font-weight:normal;
}
div.sdmenu div a {
	width:186px;
	height:25px;
	padding-left:25px;
	text-align:left;
	line-height:25px;
	color:#565656;
	text-decoration:none;
	display: block;
	border-bottom:1px #a5a5a5 dotted;
}
div.sdmenu div a.current {
	background : none;
}
div.sdmenu div a:hover {
	color: #565656;
	text-decoration: none;
}