div.sdmenu {
	width: 170px;
	padding-bottom: 10px;
	padding-left:5px;
}
div.sdmenu div {
	overflow: hidden;
}

.title  { display:block; padding:8px 4px;    }

.title a, .title a:visited { color:#3b3d2f; font-family:Trebuchet MS, Geneva, Arial, Helvetica, sans-serif; font-size:1.2em;  }
.title a:hover { color: #997003;  }


div.sdmenu div:first-child {
}
div.sdmenu div.collapsed {
	height: 27px;
	
}
div.sdmenu div span {
	display: block;
	padding: 8px 4px 8px 12px;
	font-weight: bold;
	color: #911d25;
	cursor: default;
	font-family:Trebuchet MS, Geneva, Arial, Helvetica, sans-serif; 
	font-size:1.2em; 
	 background:url(../../../images/bg-menu.png) center left no-repeat;
	
	}
div.sdmenu div.collapsed span {
	 
	 color:#3b3d2f;
	 background:url(../../../images/collapsed.gif) center left no-repeat;
}

div.sdmenu div.collapsed span:hover {
	cursor:pointer;
	 color:#997003;
}

div.sdmenu div a, div.sdmenu div a:visited {
	font-family:Trebuchet MS, Geneva, Arial, Helvetica, sans-serif; 
	font-size:1.2em; 
	padding:2px 0px 2px 10px;
	display: block;
	background:url(../../../images/filet-menu.png) bottom left no-repeat;
	color: #997003;
	font-weight:normal;
}


div.sdmenu div a.current, div.sdmenu .title a.current {
color: #997003;
 background:url(../../../images/bg-menu.png) center left no-repeat;
}


div.sdmenu div a:hover {
	color: #997003;
	text-decoration: none;
}
