div.sdmenu {
	width: 200px;
	font-family: Arial, sans-serif;
	font-size: 9pt;
	padding-bottom: 10px;
	/* background: url(bottom.gif) no-repeat  right bottom;  */
	color: #fff;
}
div.sdmenu div {
	background: url(/images/sd_title_01.gif) repeat-x bottom;
	overflow: hidden;
}
div.sdmenu div:first-child {
	background: url(/images/sd_title_01.gif) repeat-x bottom;
}
div.sdmenu div.collapsed {
	height: 25px;
}
div.sdmenu div span {
	display: block;
	padding: 5px 5px 5px 15px;
	font: bold 9pt Arial, Helvetica, sans-serif;
	color: #333;
	background: url(/images/sd_expanded_01.gif) no-repeat right;
	cursor: pointer;
	border-bottom: 0;
}
div.sdmenu div.collapsed span {
	background-image: url(/images/sd_collapsed_01.gif);
}
div.sdmenu div a {
	padding: 5px 5px 5px 15px;
	background: url(/images/sd_left_bg_02.gif) no-repeat bottom;
	display: block;
	border-bottom: 0;
	font: normal 8pt Tahoma, Arial, Helvetica, sans-serif;
	color: #0048DD;
	text-decoration: none;
}
div.sdmenu div a.current {
	background: url(/images/sd_left_bg_03.gif) no-repeat bottom;
	color: #DB261B;
}
div.sdmenu div a:hover {
	background : #D30B00;
	color: #FFF;
	text-decoration: none;
}