div.sdmenu {
	width: 180px;
	font-family: Arial, sans-serif;
	font-size: 9pt;
	padding-bottom: 0;
	/* background: url(bottom.gif) no-repeat  right bottom;  */
	color: #fff;
}
div.sdmenu div {
	background: url(title_01.gif) repeat-x bottom;
	overflow: hidden;
}
div.sdmenu div:first-child {
	background: url(title_01.gif) repeat-x bottom;
}
div.sdmenu div.collapsed {
	height: 25px;
}
div.sdmenu div span {
	display: block;
	padding: 5px 10px;
	font: bold 9pt Tahoma, Arial, Helvetica, sans-serif;
	color: #DB261B;
	background: url(expanded_01.gif) no-repeat right;
	cursor: pointer;
	border-bottom: 0;
}
div.sdmenu div.collapsed span {
	background-image: url(collapsed_01.gif);
}
div.sdmenu div a {
	padding: 5px 10px;
	background: url(/images/left_bg_02.gif) no-repeat bottom;
	display: block;
	border-bottom: 0;
	color: #0048DD;
	font-size: 8pt;
	text-decoration: none;
}
div.sdmenu div a.current {
	background: url(/images/left_bg_03.gif) no-repeat bottom;
	color: #DB261B;
}
div.sdmenu div a:hover {
	background : #0048DD;
	color: #fff;
	text-decoration: none;
}