div.sdmenu {
	width: 201px;
	font-family: verdana, sans-serif;
	font-size: 10px;
	padding-bottom: 0px;
	color: #fff;
}
div.sdmenu div.main{
	width: 201px;
	cursor: pointer;
}
div.sdmenu div span {
	display: block;
	padding: 0px 0px;
	font-weight: normal;
	color: white;
	cursor: default;
	border-bottom: 1px solid #616265;
	height: 18px;

}
div.sdmenu div a {
	padding: 0px 0px;
	background: #eee;
	font-weight: normal;
	display: block;
	color: #887A68;
	height: 18px;
	line-height: 18px; 
	text-align:center;
	text-decoration:none;
	border-bottom: 1px solid #616265;
	border-right: 1px solid #616265;
	border-left: 1px solid #616265;
}
div.sdmenu div a.current {
	background : #ccc;
	text-decoration:none;
	height: 18px;
}
div.sdmenu div a:hover {
	background : #70567A;
	font-weight: normal;
	color: #F3E2BC;
	text-decoration: none;
	height: 18px;
}