div.sdmenu {
	width: 150px;
	font-family: Arial, sans-serif;
	font-size: 12px;
	padding-bottom: 10px;
	background:#fff url(../images/menu/bottom.gif) no-repeat  right bottom;
	color: #000;
}
div.sdmenu div {
	background: url(../images/menu/tl.png) ;
	background-repeat:no-repeat;
	overflow: hidden;
	
}

div.sdmenu div.collapsed {
	height: 30px;
}
div.sdmenu div span {
	display: block;
	padding: 5px 5px;
	text-align:center;
	font-weight: bold;
	
	color: #2d2d2d;	
	cursor:pointer;
	border-bottom: 1px solid #ddd;
}
div.sdmenu div span:hover{ text-decoration:underline; color:#c60}
div.sdmenu div a 
{
	margin-left:3px;
	padding: 5px 10px;
	background: #d4d4d4;
	display: block;
	border-bottom: 1px solid #ddd;
	color: #4d4d4d;
}
div.sdmenu div a.current {
	background : #ccc;
}
div.sdmenu div a:hover {
	background : #adadad url(../images/menu/linkarrow.gif) no-repeat right center;
	color: #fff;
	text-decoration: none;
}

