div.sdmenu {
	width: 150px;
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
        white-space: nowrap; 
	padding-bottom: 10px;
	background: url(../images/icons/bottom.gif) no-repeat  right bottom;
	color: #fff;
}
div.sdmenu div {
	background: url(../images/icons/title.gif) repeat-x;
	overflow: hidden;
}
div.sdmenu div:first-child {
	background: url(../images/icons/toptitle.gif) no-repeat;
}
div.sdmenu div.collapsed {
	height: 25px;
}
div.sdmenu div span {
	display: block;
	padding: 5px 25px;
	font-weight: bold;
	color: white;
	background: url(../images/icons/expanded.gif) no-repeat 10px center;
	cursor: default;
	border-bottom: 1px solid #ddd;
}
div.sdmenu div.collapsed span {
	background-image: url(../images/icons/collapsed.gif);
}
div.sdmenu div a {
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	padding: 10px 6px;
	background: #eee;
	display: block;
	border-bottom: 1px solid #ddd;
	color: #066;
        text-decoration: none;
        white-space: nowrap; 
}
div.sdmenu div a.current {
	background : #ddd;
        padding: 12px 10px;
}
div.sdmenu div a:hover {
        background : #ccc;
	color: #222;
}