div.sdmenu {
	width: 150px;
	font-family: Arial, sans-serif;
	font-size: 13px;
/*	 padding-bottom: 10px;
	 background: url(../images/bottom.gif) no-repeat  right bottom; */
	color: #000;
	border:1px solid #C2C2C2;
}
div.sdmenu div {
	background: url(../images/left-nav-gradient.gif) repeat-x;
	overflow: hidden;

}
div.sdmenu div:first-child {
	background: url(../images/left-nav-gradient.gif) repeat-x;
}
div.sdmenu div.collapsed {
	height: 25px;
	border-bottom: 1px solid #2CAD6D;

}

div.sdmenu div span {
	display: block;
	padding:5px 25px 5px 10px;
	white-space:nowrap;
	font-weight: bold;
	color: white;
	background: url(../images/left-nav-arrow.gif) no-repeat 125px 9px;
	cursor: default;
	cursor:pointer;
}

div.sdmenu div div a {
	display: block;
	padding:2px 25px 0px 10px;
	white-space:nowrap;
	font-weight: bold;
	color: white;
	background: url(../images/left-nav-arrow.gif) no-repeat 125px 9px;
	
	text-decoration:none;
	font-size:13px;
}

div.sdmenu div div a:hover {
	display: block;
	padding:2px 25px 0px 10px;
	white-space:nowrap;
	font-weight: bold;
	color: white;
	background: url(../images/left-nav-arrow.gif) no-repeat 125px 9px;
	
	text-decoration:underline;
	font-size:13px;
}


div.sdmenu div span.image-none {margin:7px 0 0 0; background-image:none;}

div.sdmenu div.collapsed span {
	background:url(../images/left-nav-arrow.gif) no-repeat 125px 9px;
}


div.sdmenu div a {
	font-size:11px;
	width:125px;
	display:block;
	color: #0E7A55;
	text-decoration:none;
	background:url(../images/round-bullet.gif) no-repeat 0 5px;
	padding:0 0 5px 10px;
	margin:0 0 5px 0;
	white-space:normal;
	cursor:pointer;
	border-bottom: 1px solid #ddd;
	/* background: #eee;
	padding: 5px 10px 5px 0px;
	 */

}
div.sdmenu div a.current {
	/* background : #ccc; */
	color:#E24300;
}
div.sdmenu div a:hover {
	color: #E24300;
	text-decoration: none;
}


