div.sdmenu {

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

div.sdmenu div.collapsed {
	height: 35px;
	line-height:35px;
	
}
div.sdmenu div span {
/*border-top: 1px solid #7C6849;*/
	display: block;
	padding: 0px 11px;
	font-weight: bold;
	color: white;
	/*background: url(expanded.gif) no-repeat 10px center;*/
	cursor: default;
	/*border-bottom: 1px solid #ddd;*/
	height: 35px;
	line-height:35px;
cursor:pointer;
}
div.sdmenu div.collapsed span {
	/*background-image: url(collapsed.gif);*/
}
div.sdmenu div a {
	/*padding: 5px 10px;*/
	/*padding-top:0px;*/
	background: #C5C571;
	display: block;
	line-height:25px;
	/*border-bottom: 1px solid #ddd;
	color: #066;*/
	padding-left:11px;
}
div.sdmenu div a.current {
	background : #C5C571; /* to show the current page that users in */ 
}
div.sdmenu div a:hover {
	background : #C5C571 /*url(linkarrow.gif)*/ no-repeat right center;
	color: #6C5635;
	text-decoration: none;
}