div.sdmenu {
	width: 182px;
	font-family: Arial, sans-serif;
	font-size: 12px;
	/*padding-bottom: 10px;*/
	background: url(bottom.gif) no-repeat  right bottom;
	
}
div.sdmenu div {
	overflow: hidden;
	background-image: url(tabs_over.jpg);
	background-repeat: no-repeat;
	color: #3D6C0C;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;	
	
}
div.sdmenu div:first-child {
/*	background: url(tabs_over.jpg) no-repeat;*/
}
div.sdmenu div.collapsed {
	height: 28px;
	background: url(tabs.jpg) no-repeat;
	color: #ffffff;
}
div.sdmenu div span {
	display: block;
/*padding: 7px ;*/
	font-weight: bold;
	
	cursor: default;
	height:28px;
	/*background-image: url(tabs_over.jpg);*/
	background-repeat: no-repeat;
	background-position: center bottom;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-bottom-color: #ddd;
}
div.sdmenu div.collapsed span {
	/*background-image: url(tabs.jpg);*/
	
}
div.sdmenu div a {
padding: 5px 10px;
	background: #E5F6D1;
	display: block;
	
	color: #7A7F74;
	text-decoration: none;
}
div.sdmenu div a.current {



}
div.sdmenu div a:hover
{
	
	
	text-decoration: none;
	font-weight: none;
}