div.sdmenu {
	width: 197px;	/* was 210 */
	font-family: Arial, sans-serif;
	font-size: 11px;
	padding-bottom: 3px;
	background: url(bottom.gif) no-repeat  right bottom;
	color: #ccc;
}
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: 4px 25px;
	font-weight: bold;
	color: white;
	background: url(expanded.gif) no-repeat 10px center;
	cursor: default;
	border-bottom: 1px solid #ddd;
}
div.sdmenu div.collapsed span {
	background-image: url(collapsed.gif);
}
div.sdmenu div a {
	/* padding: 3px 20px;		 parameter 2 is the submenu text indent */
	padding: 3px 20px;
	background: #fff;
	display: block;
	border-bottom: 1px solid #ddd;
	color: #000000;			/* submenu text colour */
	font-weight: bold;
}
div.sdmenu div a.current {
	background : rgba(0, 0, 0, 0);	
}
div.sdmenu div a:hover {
	/* background : rgba(0, 0, 0, 0); url(linkarrow.gif) no-repeat right center; */
    background : url(linkarrow.gif) no-repeat right center; 
	color: #000000;
	text-decoration: none;
}