div.sdmenu {
	width: 156px;
	font-family: Arial, sans-serif;
	font-size: 11px;
	padding-bottom: 10px;
	background: no-repeat  right bottom;
	color: #fff;
}
div.sdmenu div {
	background: url(title.png) repeat-x;
	overflow: hidden;
}
div.sdmenu div:first-child {
	background: url(title.png) repeat-x;
}
div.sdmenu div.collapsed {
	height: 25px;
}


div.sdmenu div span {
	display: block;
	padding: 5px 5px;
	color: #115701;
	background: no-repeat 10px center;
	cursor: default;
	border-bottom: 1px solid #BCC29E;
	height: 25px;
}
div.sdmenu div.collapsed span {
	background-image: ;
}
div.sdmenu div a {
	padding: 5px 10px;
	background: #eee;
	display: block;
	border-bottom: 1px solid #BCC29E;
	color: #115701;
}
div.sdmenu div a.current {
	background : #BCC29E;
}
div.sdmenu div a:hover {
	background : #115903 url(linkarrow.gif) no-repeat right center;
	color: #fff;
	text-decoration: none;
}
div.first {
	width: 156px;
	vertical-align:middle;
	text-align:left;
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight:bold;
	background: url(title1.png) repeat-x;
	color: #3D5128;
	height:19px;
	padding-top:2px;
}
