div.sdmenu {
	width: 200px;
	font-family: Arial, sans-serif;
	font-size: 15px;
	/*padding-bottom: 10px;
	background: url(bottom.gif) no-repeat  right bottom;*/
	color: #fff;
}
div.sdmenu div {
	background: url(title.gif) repeat;
	overflow: hidden;
	cursor:pointer;
}
div.sdmenu div span:hover {
	color:#CCC;
}
div.sdmenu div:first-child {
	background: url(title.gif) repeat;
}
div.sdmenu div.collapsed {
	height: 30px;
}
div.sdmenu div span {
	height: 30px;
	line-height:30px;
	vertical-align:middle;
	display: block;
	padding-left:25px;
	font-weight: bold;
	color: white;
	background: url(expanded.gif) no-repeat 10px center;
	/*cursor: hand;*/
	border-bottom: 1px solid #ddd;
	
}
div.sdmenu div.collapsed span {
	background-image: url(collapsed.gif);
}
div.sdmenu div a {
	padding: 5px 10px;
	display: block;
	color: #C00;
	background-color: #e7dede;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ddd;
	font-size:14px;
}
div.sdmenu div a.current {
	color: #fff;
	text-decoration: none;
	background-color: #ed9595;
	background-image: url(linkarrow.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
div.sdmenu div a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #e66c6c;
	background-image: url(linkarrow.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
div.sdmenu div a:visited {
	text-decoration: none;
}

