div.sdmenu {
	width: 240px;
	font-family: Arial, sans-serif;
	font-size: 13px;
	color: #ffffff;
}
div.sdmenu div {
	background: url(title.gif) no-repeat top center;
	overflow: hidden;
}
div.sdmenu div:first-child {
	background: url(title.gif) no-repeat top center;
}
div.sdmenu div.collapsed {
	height: 28px;
}

div.sdmenu div span {
	cursor:pointer;
	margin-bottom: 10px;	
	margin-top: 1px;
	margin-left: 2px;
	padding:2px 2px;
	text-align: center;
	font-weight: bold;
	font-size: 12px; font-family: Verdana, Arial, Helvetica;
	color: #666;
	display: block;
}

div.sdmenu div a {
	cursor:pointer;
	margin-bottom: 3px;
	margin-left: 25px;
	color: #555;
	width:180px;
	padding:1px;
	text-align:center;
	font-weight:bold;
	font-size: 12px; font-family: Verdana, Arial, Helvetica;
	display: block;

}
div.sdmenu div a.current {
	background : #ccc;
}
div.sdmenu div a:hover {
	background : #888;
	color: #fff;
	text-decoration: none;
}
