div.sdmenu {
	width: 142px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	padding-bottom: 5px;
	color: #FFF;
	background-image: url(bottom.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	position: relative;
}
div.sdmenu div {
	overflow: hidden;
	background-image: url(title.png);
	background-repeat: repeat-x;
}
div.sdmenu div:first-child {
	background-image: url(toptitle.png);
	background-repeat: no-repeat;
}
div.sdmenu div.collapsed {
	height: 27px;
}
div.sdmenu div span {
	font-weight: bold;
	color: #FFF;
	cursor: pointer;
	background-image: url(expanded.png);
	background-repeat: no-repeat;
	background-position: 10px center;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #DDD;
	display: block;
	padding-top: 8px;
	padding-right: 27px;
	padding-bottom: 5px;
	padding-left: 27px;
}
div.sdmenu div.collapsed span {
	background-image: url(collapsed.png);
	cursor: pointer;
}

div.sdmenu div a {
	display: block;
	color: #0a960a;
	text-decoration: none;
	background-color: #333;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
div.sdmenu div a.current {
	background : #ccc;
}
div.sdmenu div a:hover {
	color: #0F6;
	text-decoration: none;
	background-image: url(linkarrow.png);
	background-repeat: no-repeat;
	background-position: right center;
}

