div.sdmenu {
	width: 175px;
	font-family: georgia, times new roman,times,serif;
	font-size: 12px;
	padding-top: 0px;
	padding-bottom: 15px;
	/*background: url(/template/images/sdmenu/bottom.gif) no-repeat  right bottom;*/
	/*color: #fff;*/
	text-transform: uppercase;
	font-weight: normal;
}
div.sdmenu div {
	/*background: url(/template/images/sdmenu/title.gif) repeat-x;*/
	overflow: hidden;
}
div.sdmenu div:first-child {
	/*background: url(/template/images/sdmenu/toptitle.gif) no-repeat;*/
}
div.sdmenu div.collapsed {
	height: 25px;
}
div.sdmenu div span {
	display: block;
	padding: 3px 0px 3px 25px;
	font-weight: bold;
	color: #786235;
	background: url(/template/images/sdmenu/expanded.gif) no-repeat 10px center;
	cursor: default;
	border-bottom: 3px solid #786235;
}
div.sdmenu div.collapsed span {
	background-image: url(/template/images/sdmenu/collapsed.gif);
}
div.sdmenu div a {
	margin: 5px 0px 5px 20px;
	/*background: #e1dcd4;*/
	display: block;
	font-size: 12px;
	border-bottom: 1px dotted #fff;
	color: #9d917c;
	font-weight: normal;
}
div.sdmenu div a.current {
	font-weight: bold;
	color: #786235;
}
div.sdmenu div a:hover {
	background : url(/template/images/sdmenu/linkarrow.gif) no-repeat right center;
	color: #786235;
	text-decoration: none;
}