div.sdmenu {
	width: 210px;
	height:365px;
	margin-left:10px;
	margin-top:10px;
	font-family: Arial, sans-serif;
	font-size: 12px;
	padding-bottom: 10px;
	color: #fff;
	text-decoration: none;
}
div.sdmenu div {
	overflow: hidden;
}
div.sdmenu div.collapsed {
	height: 25px;
}
div.sdmenu div span {
	display: block;
	padding: 5px 25px;
	font-weight: bold;
	color: white;
	background: url(002.gif);
	cursor: default;
	border-bottom: 1px solid #ddd;
	text-decoration: none;
}
div.sdmenu div.collapsed span {
	background-image: url(001.gif);
	text-decoration: none;
}
div.sdmenu div a {
	padding: 5px 10px;
	background: #eee;
	display: block;
	border-bottom: 1px solid #ddd;
	color: #083075;
	text-decoration: none;
}
div.sdmenu div a.current {
	background : #fff;
}
div.sdmenu div a:hover {
	background : #fbfbfb url(linkarrow.gif) no-repeat right center;
	color: #f69546;
	text-decoration: none;
}