div.sdmenu {
	width: 170px;
	font-family: Arial, sans-serif;
	font-size: 13px;
	padding-bottom: 10px;
	background: url(bottom.gif) no-repeat  right bottom;
	color: #fff;
	text-align:left;
}
div.sdmenu div {
	background-color:#5395d1;
	overflow: hidden;
	border-bottom:1px solid #98c0e4;
}
div.sdmenu div:first-child {
	background: url(toptitle.gif) no-repeat;
}
div.sdmenu div.collapsed {
	height: 25px;
}
div.sdmenu div span {
	display: block;
	padding: 5px 5px;
	font-weight: bold;
	color: white;
	background: url(expanded.gif) no-repeat 10px center;
	cursor: default;
}

div.sdmenu div.collapsed span {
	background-image: url(collapsed.gif);
}
div.sdmenu div a {
	padding: 5px 20px;
	background: #76b7e0;
	display: block;
	color: #ffffff;
	text-decoration:none;
	font-size:12px;
	text-decoration: none !important;
}
div.sdmenu div a.current {
	background : #2f68af url(linkarrow.gif) no-repeat left center;
	text-decoration: none !important;
}
div.sdmenu div a:hover {
	background : #2f68af url(linkarrow.gif) no-repeat left center;
	color: #fff;
	text-decoration: none !important;
}
