div.sdmenu {
	width: 210px;
	font-family: Arial, sans-serif;
	font-size: 13px;
	padding-bottom: 10px;
	background-color: white;
	color: #fff;
	_padding-top:10px;
	_margin: -10px;
	margin-left: 18px;
	
}
div.sdmenu div {
	background-color: #E4E2ED;
	overflow: hidden;
	width:217px;
  text-indent: 5px;
	font-size: 13px;
	border-bottom: 1px solid white;
	
}
div.sdmenu div:first-child {
	background-color: #E4E2ED;
	width: 217px;
	text-indent: 5px;
	font-size: 13px;
	cursor: Pointer;
}
div.sdmenu div.collapsed {
	height: 25px;
	font-size: 13px;
	cursor: Pointer;
}
div.sdmenu div span {
	display: block;
	padding: 5px 25px;
	font-weight: bold;
	color: #031f73;
	background: url(expanded.gif) no-repeat 10px center;
	cursor: default;
	border-bottom: 1px solid #ddd;
	cursor: Pointer;
		
}
div.sdmenu div.collapsed span {
	background-image: url(collapsed.gif);
	cursor: Pointer;
	
}
div.sdmenu div a {
	padding: 5px 10px;
	background: #eee;
	display: block;
	border-bottom: 1px solid #ddd;
	color: #031f73;
	font-size: 12px;
	font-family: Arial, sans-serif;
	text-indent: 20px;
}
div.sdmenu div a.current {
	background : #ccc;
}
div.sdmenu div a:hover {
	background : #E4E2ED url(linkarrow.gif) no-repeat right center;
	color: red;  
	text-decoration: none;
}