div.sdmenu {
	width: 100%;
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #fff;
	text-align:left;
}
div.sdmenu div {	
	overflow: hidden;
}
div.sdmenu div:first-child {	
}
div.sdmenu div.collapsed {
	height: 25px;	
}
div.sdmenu div span {
	display: block;
	padding: 5px 28px;
	font-weight: bold;
	color: #006829;
	background: url(../images/item_left.jpg) no-repeat 0px center;
	cursor: default;
	border-bottom: 1px solid #b1ddfd;
	cursor:pointer;
}
div.sdmenu div.collapsed span {
	background-image: url(../images/item_left_ex.jpg);		
}
div.sdmenu div a {
	padding: 5px 20px;
	background: url(../images/item_left_h1.jpg) no-repeat 0px center;
	display: block;
	border-bottom: 1px solid #ddd;
	color: #066;
}
div.sdmenu div a.current {
	background: url(../images/item_left_hov.jpg) no-repeat 0px center;
}
div.sdmenu div a:hover {
	background: url(../images/item_left_hov.jpg) no-repeat 0px center;
	color: #005088;
	text-decoration: none;
}