div.sdmenu {
	width: 216px;
        margin-left: 8px;
	font-family: Arial, sans-serif;
	font-size: 12px;
	/* padding-bottom: 10px; */
	/* background: url(sidebar/bottom.gif) no-repeat  right bottom; */
	color: #000;
}
div.sdmenu div {
	background: url(sidebar/title.gif) repeat-x;
	overflow: hidden;
}
div.sdmenu div:first-child {
	background: url(sidebar/title.gif) repeat-x;
}
div.sdmenu div.collapsed {
	height: 25px;
}
div.sdmenu div span {
	display: block;
	padding: 5px 30px;
	font-weight: bold;
	color: #000;
	background: url(sidebar/expanded.gif) no-repeat 10px center;
	cursor: default;
	border-bottom: 1px solid #ddd;
}
div.sdmenu div.collapsed span {
	background-image: url(sidebar/collapsed.gif);
}
div.sdmenu div a {
	padding: 5px 10px;
	background: #eee;
	display: block;
	border-bottom: 1px solid #ddd;
	color: #333;
}
div.sdmenu div a.current {
	background : #ccc;
}
div.sdmenu div a:hover {
	background : #0871A8 url(sidebar/linkarrow.gif) no-repeat right center;
	color: #fff;
	text-decoration: none;
}
