div.sdmenu {
	height:100%;
	width: 160px;
	font-family: Arial, sans-serif;
	font-size: 11px;
	padding-bottom: 0px;
	background: no-repeat  right bottom;
	color: #fff;
	text-align: left;
}
div.sdmenu div {
	background: url(sd_img/title_2.gif) repeat-x;
	overflow: hidden;
}
div.sdmenu div:first-child {
	background: url(sd_img/title_2.gif) no-repeat;
}
div.sdmenu div.collapsed {
	height: 25px;
}
div.sdmenu div span {
	display: block;
	padding: 5px 20px;
	font-weight: bold;<img src="sd_img/title_2.gif" alt="" width="2" height="25" border="0">
	color: white;
	background: url(sd_img/expanded.gif) no-repeat 5px center;
	cursor: default;
	border-bottom: 1px solid #ddd;
	
}
div.sdmenu div.collapsed span {
	background-image: url(sd_img/collapsed.gif);
}
div.sdmenu div a {
	padding: 5px 10px;
	background: #eee;
	display: block;
	border-bottom: 1px solid #ddd;
	color: #066;
	text-decoration: none;
}
div.sdmenu div a.current {
	background : #ccc;
}
div.sdmenu div a:hover {
	background : #066 url(sd_img/linkarrow.gif) no-repeat right center;
	color: #fff;
	text-decoration: none;
}

