div.sdmenu {
	width: 150px;
	font-family: Arial, sans-serif;
	font-size: 12px;
	padding-bottom: 10px;
/*	background: url(bottom.gif) no-repeat  right bottom; */
	color: #A3A5A4;
}
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 {
	height: 25px;
}
div.sdmenu div span {
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
	padding-right: 0px;
	font-weight: bold;
	color: #A3A5A4;
	background: url(expanded.png) no-repeat 10px center;
	cursor: default;
/*	border-bottom: 1px solid #ddd; */
}
div.sdmenu div.collapsed span {
	background-image: url(collapsed.png);
}
div.sdmenu div a {
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
	background: #FFF;
	display: block;
/*	border-bottom: 1px solid #ddd; */
	color: #018708;
	text-decoration:none;
}
div.sdmenu div a.current {
	background : #EEE;
}
div.sdmenu div a:hover {
	background : #018708 url(linkarrow.gif) no-repeat right center;
	color: #fff;
	text-decoration: none;
}

div.sdmenu div a:visited {
	text-decoration:none;
}

