div.sdmenu {
	width: 180px;
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #fff;
}
div.sdmenu div {
	overflow: hidden;
}
div.sdmenu div.collapsed {
	height: 22px;
}
div.sdmenu div span {
	display: block;
	font-weight: bold;
	color: white;
	cursor: default;
}
div.sdmenu div a {
	height: 20px;
	display: block;
	color: #000000;
	background: url(mssub_bg.jpg) no-repeat;
}
div.sdmenu div a:hover {
	color:#FF0000;
	text-decoration: none;
}