div.sdmenu {
	width: 175px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:0.9em;
	font-weight: bold;
	padding-top:9px;
	padding-bottom: 9px;
	color: #2c1a6d;
	padding-left:65px;
	padding-top:20px;
	letter-spacing: 0.02em;
	word-spacing: 0.02em;
}
div.sdmenu div {
	overflow: hidden;
}

div.sdmenu div.collapsed {
	height: 30px;
}
div.sdmenu div span {
	display: block;
	font-size:0.9em;
	font-weight: bold;
	color: #2c1a6d;
	background: url(../images/expanded_rood.gif) no-repeat 10px center;
	cursor: pointer;
	border-bottom: 1px solid #ddd;
	padding-top: 9px;
	padding-right: 30px;
	padding-bottom: 9px;
	padding-left: 30px;
}
div.sdmenu div.collapsed span {
	background-image: url(../images/collapsed.gif);
	background-repeat: no-repeat;
	color: #2c1a6d;
}
div.sdmenu div a {
	display: block;
	font-size:0.9em;
	font-weight: normal;
	color: #2c1a6d;
	padding-top: 9px;
	padding-right: 10px;
	padding-bottom: 9px;
	padding-left: 10px;
	border-bottom: 1px solid #ddd;
	text-decoration: none;	
}

div.sdmenu div a.sl, div.sdmenu div a.current {
	background-image: url(../images/collapsed.gif);
	display: block;
	padding-top: 9px;
	padding-right: 10px;
	padding-bottom: 9px;
	padding-left: 10px;
	background-position: right center;
	border-bottom: 1px solid #ddd;
	color: #ba2e9c;
	font-weight: normal;
	background-repeat: no-repeat;
	
}

div.sdmenu div a:hover, a:active {
	color: #ba2e9c;
	font-size:0.9em;
	font-weight: normal;
	text-decoration: none;
	background-image: url(../images/collapsed.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-top: 9px;
	padding-right: 10px;
	padding-bottom: 9px;
	padding-left: 10px;
}

div.sdmenu div a.sl:hover {
	color: #ba2e9c;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: right center;
	background-image: url(../images/collapsed.gif);
}

