div.sdmenu {
	width: 217px;
	font-size: 11px;
	color: #fff;
}
div.sdmenu div {
	background: url(title.gif) repeat-x;
	overflow: hidden;
}
div.sdmenu div:first-child {
	background: url(title.gif) repeat-x;
}
div.sdmenu div.collapsed {
	height: 25px;
}
div.sdmenu div span {
	display: block;
	padding: 5px 25px;
	font-weight: bold;
	color: white;
	background: url(expanded.gif) no-repeat 10px center;
	cursor: default;
	border-bottom: 1px solid #ddd;
}
div.sdmenu div.collapsed span {
	background-image: url(collapsed.gif);
}



div.sdmenu h2 { 
  float: left;  
  font-size: 12px;
  margin:0px; 
  /*width:100%;  */
  width: 218px;
}

/* div.sdmenu div a.mebMenuItem:active, div.sdmenu div a.mebMenuItem:hover, div.sdmenu div a.mebMenuItem:link, div.sdmenu div a.mebMenuItem:visited {*/

a.current{
	background: url(../images/private/menuItem.png) no-repeat left top;
    background-position: right top;
	color: black;
	display: block;
    font-size: 12px;
	font-weight: bold;	
	height: 23px;
	line-height: 24px;
	text-indent: 24px;
	text-decoration: none;
	width: 217px;	

}
a.mebMenuItem:link, a.mebMenuItem:visited {
	background: url(../images/private/menuItem.png) no-repeat left top;
	color: black;
	display: block;
    font-size: 12px;
	font-weight: bold;	
	height: 23px;
	line-height: 24px;
	text-indent: 24px;
	text-decoration: none;
	width: 217px;	
}

a.mebMenuItem, a.mebMenuItem:hover {
    background-position: right top;
	border-bottom: 1px solid #ddd;
	color: black;	
	display: block;
    font-size: 12px;
	font-weight: bold;
	height: 23px;
	line-height: 24px;
	text-decoration: none;
	text-indent: 24px;	
}
