div.sdmenu {
	text-align:left;
	width: 210px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 8pt;
	padding-bottom: 10px;
	/*background: url(sdmenu/bottom.gif) no-repeat  right bottom;*/
	color: #fff;
}
div.sdmenu div {
	background-color: #bed0af; /*OriginalDarkOrange-ffd9b7-NewDarkGreen-bed0af*/
	overflow: hidden;
}
div.sdmenu div:first-child {
	/*background: url(sdmenu/toptitle.gif) no-repeat;*/
	
}
div.sdmenu div.collapsed {
	height: 25px;
	background:#fff;
}
div.sdmenu div span {
	display: block;
	padding: 6px 2px;
	font-weight: bold;
	color: #0060b5;
	/*background: url(sdmenu/expanded.gif) no-repeat 10px center;*/
	cursor: default;
	border-bottom: 1px solid #fff;
}
div.sdmenu div.collapsed span {
	/*background-image: url(sdmenu/collapsed.gif);*/
}

div.sdmenu a {
	text-decoration:none;
}

div.sdmenu a:hover {
	text-decoration: none;
}



div.sdmenu div a.sectiontitle {
	text-align:left;
	background: #ffffff;/*OriginalpaleOrange-fff5ed-NewpaleGreen-eef3eb*/
	color: #0060b5;
	font-weight:bold;
	text-decoration:none;
	text-indent:inherit;
}

div.sdmenu div a {
	padding: 5px 2px;
	background: #eef3eb;/*OriginalpaleOrange-fff5ed-NewpaleGreen-eef3eb*/
	display: block;
	border-bottom: 1px solid #fff;
	color: #0060b5;
	font-weight:normal;
	text-decoration:none;
	text-indent: 12px;
}

div.sdmenu a.current {
	text-decoration:none;
}
div.sdmenu div a.current {
	background : #fff;
	font-weight: bold;
	text-indent: 12px;
}
div.sdmenu div a:hover {
	/*background : #066 url(sdmenu/linkarrow.gif) no-repeat right center;*/
	color: #0060b5;
	text-decoration: none;
	font-weight:bold;
}

div.sdmenu a.currentsection {
	text-decoration:none;
}
div.sdmenu div a.currentsection {
	background : #bed0af;
	font-weight: bold;
	text-align:left;
	color: #0060b5;
	text-decoration:none;
	text-indent:inherit;
}

