div.sdmenu {
	width: 100%;
	font-family: Arial;
	font-size: 10px;
	font-weight:bold;
	background:#C4E2D8 no-repeat  right bottom;
	color: #ffffff;
	text-align:left;
}
div.sdmenu div 
{
	background: url(menu_bottom.png) no-repeat ;
	overflow: hidden;
}
div.sdmenu div:first-child {
	background: url(menu_bottom.png) no-repeat;
}
div.sdmenu div.collapsed {
	height: 20px;
}
div.sdmenu div span {
	display: block;
	padding: 4px 20px;
	font-weight: bold;
	color: white;
	background: url(expanded.png) no-repeat 4px center;
	cursor: default;
	border-bottom: 1px solid #A4C38E;
}
div.sdmenu div.collapsed span {
	background-image: url(collapsed.png) no-repeat 1px center;
}
div.sdmenu div a {
	padding: 5px 10px;
	background: #6B9D46;
	background: url(bg_menucontrai.png) repeat-y ;
	display: block;
	
	color: #fff;
	font-weight:bold;
	text-decoration: none;
}
div.sdmenu div a.current {
	background : #fff;
	font-weight:bold;
	color: #798E6D;
	text-decoration: none;
}
div.sdmenu div a:hover {
	background : #fff url(linkarrow.gif) no-repeat right center;
	color: #798E6D;
	font-weight:bold;
}
