div.sdmenu {
	width: 247px; 
	font-family: Arial, sans-serif;
	font-size: 12px;
	padding-bottom: 10px;
	/*background: url(bottom.gif) no-repeat  right bottom;*/
	text-align:left;
	color:#000000;
}
div.sdmenu div {
	background: url(title.gif) repeat-x;
	overflow: hidden;
}

div.sdmenu div.collapsed {
	height: 29px;
	background:url(title.gif);
}
div.sdmenu div span {
	display: block;
	padding-left:30px; padding-top:7px;
	
	font-size:14px;
	width:220px;
	height:25px; 
	background: url(expanded.gif) no-repeat 10px center;
	cursor: default;
	cursor:hand;
}
div.sdmenu div.collapsed span {
	background-image: url(collapsed.gif);
	
}
div.sdmenu div a {
    padding-left:30px;
	height:24px;
	padding-top:7px;
	
	display: block;
	
	color: #232323;
}
div.sdmenu div a.current {
	background : #ccc;
}
div.sdmenu div a:hover {
	background : #efefef url(linkarrow.gif) no-repeat right center;
	color: #1568AB;
	text-decoration: none;
}
div.sdmenu div a:active {
	background : #efefef url(linkarrow.gif) no-repeat right center;
	color: #1568AB;
	text-decoration: none;
}
div.sdmenu div a:visited {
	
	color: #1568AB;
	text-decoration: none;
}