div.sdmenu {
	width: 235px;
	font-family: Arial, sans-serif;
	font-size: 12px;
	padding-bottom: 10px;
	background: url(bottom.gif) no-repeat  bottom;
	color: #757575;
}
div.sdmenu div {
	background: url(title.gif) repeat-x;
	overflow: hidden;
}

div.sdmenu div.collapsed {
	height: 25px;
}
div.sdmenu div span {
	display: block;
	padding: 5px 25px;
	font-weight: bold;
	color: #757575;
	background: url(expanded.gif) no-repeat 10px center;
	cursor: default;
	
}
div.sdmenu div.collapsed span {
	background-image: url();
}
div.sdmenu div a {
	padding: 5px 0;
    text-indent: 5px;
    margin-left:0px;
    margin-top:2px;
    font: 11px tahoma,verdana,sans-serif;
    display: block;
    border-bottom: 1px solid #DDD;
    color: #0066FF;
    text-decoration: none;
}
div.sdmenu div a.current {
	background : white;
}
div.sdmenu div a:hover {
	margin-left:5px;
   margin-top:2px;
   font: 11px tahoma,verdana,sans-serif;
   color: #757575;
   text-decoration:underline;
   cursor:pointer;
}
