div.sdmenu {
	width: 160px;
	font-family: Arial, sans-serif;
	font-size: 12px;
	padding-bottom: 10px;
	background: url(bottom.gif) no-repeat  right bottom;
	/*color: #9AA5C9;*/
	color: #3F8DFF;
}

div.sdmenu div {
	background: url(title.gif) repeat-x;
	overflow: hidden;
}
div.sdmenu div:first-child {
	background: url(toptitle.gif) no-repeat;

}
div.sdmenu div.collapsed {
	height: 25px;
}
div.sdmenu div span {
	display: block;
	padding: 5px 25px;
	font-weight: bold;
	color: white;
	background: url(expanded.gif) no-repeat 10px center;
	cursor: default;
	border-bottom: 1px solid #ddd;
}
div.sdmenu div.collapsed span {
	background-image: url(collapsed.gif);
}
div.sdmenu div a {
	padding: 5px 10px;
	/*background: #9AA5C9;*/
	background: #3F8DFF;
	display: block;
	border-bottom: 1px solid #ddd;
	color: #FFF;
}
div.sdmenu div a.current {
	/*background : #CDD2E7;*/
	background : #FFFF33;
}
div.sdmenu div a:hover {
	/*background : #CDD2E7 url(linkarrow.gif) no-repeat right center;*/
	background : #FFFF33;
	color: #330099;
	text-decoration: none;
	font-weight:bold;
}


#sddbhead{background-image:url(../img/db-down.gif);
	width:150px;
	height:22px;
	background-repeat:no-repeat;
	
	
	}
	
#sddphead{background-image:url(../img/dp-on.gif);
	width:150px;
	height:22px;
	background-repeat:no-repeat;
	
	}
#sdhbhead{background-image:url(../img/hb-on.gif);
	width:150px;
	height:22px;
	background-repeat:no-repeat;

	
	}
#sdcphead{background-image:url(../img/cp-on.gif);
	width:150px;
	height:22px;
	background-repeat:no-repeat;
	
	}