div.sdmenu {
	width: 190px;
	padding-bottom: 10px;
	color: #fff;
	padding-left:5px;
	position:relative;
	padding-top:5px;
}
div.sdmenu div {
	overflow: hidden;
}

.title a, .title a:visited { 	padding: 5px 25px; display: block; color: #000; background:url(../images/BG_MENU_TITLE.jpg) no-repeat; 	border-bottom:1px solid #FEF4DC;  }
.title a:hover { color:#FEF4DC;; text-decoration:none; text-indent:10px; }


div.sdmenu div:first-child {
}
div.sdmenu div.collapsed {
	height: 24px;

	
}
div.sdmenu div span {
	display: block;
	padding: 5px 25px;
	font-weight: bold;
	color: #000;
	cursor: default;
	background:url(../images/BG_MENU_TITLE_hover.jpg) left center no-repeat;
	border-bottom:1px solid #FEF4DC;
	}
div.sdmenu div.collapsed span {
	background:url(../images/BG_MENU_TITLE.jpg) left center no-repeat;

 }

div.sdmenu div a, div.sdmenu div a:visited {
	padding: 2px 25px;
	display: block;
	color: #000;
	font-weight:normal;
}

div.sdmenu div a:hover {
text-decoration:none;
color:#F9B615;
text-indent:10px;
}

div.sdmenu div a.current, div.sdmenu .title a.current { font-weight:bold;  }