div.sdmenu {
	/*width: 150px;*/
	/*font-family: Arial, sans-serif;*/
	font-size: 0.75em;
	/*padding-bottom: 10px;*/
	color: #0c5429;
	margin-left: 25px;
}

div.sdmenu ul {
	list-style: none;
	margin: 5px auto 10px 10px; 
	line-height: 1.6;
	font-size: 0.90em;
}

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 {
}
div.sdmenu div span {
	display: block;
	padding: 5px 10px;
	font-weight: bold;
	color: #0c5429;
	background: url(../img/bullet_down.gif) no-repeat 0px center;
	cursor: default;
	text-decoration: underline;
}
div.sdmenu div.collapsed span {
	background-image: url(../img/bullet_up.gif);
}
div.sdmenu div a {
	padding: 2px 10px;
	margin: 3px 0px;
	/*display: block;*/
	color: #0c5429;
}
div.sdmenu div a.current {
	background : #ccc;
}
/*div.sdmenu div a:hover {
	background : #066 url(linkarrow.gif) no-repeat right center;
	color: #fff;
	text-decoration: none;
}*/