body
{
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    background-color: #F8F8F8;
    
}

div.sdmenu {
	width: 170px;
	font-family: Tahoma, 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:first-child {
 	background: url(toptitle.gif) no-repeat; 
}
div.sdmenu div.collapsed {
	height: 25px;
}
div.sdmenu div span {
	display: block;
	padding: 5px 25px;
	font-weight: bold;
	color: white;
 /*	background: url(edit_action.png) no-repeat 10px center; */
	cursor: default;
	border-bottom: 1px solid #ddd;
}
div.sdmenu div.collapsed span {
/* 	background-image: url(edit_action.png); */
}
div.sdmenu div a {
	padding: 5px 10px;
	background: #eee;
	display: block;
	border-bottom: 1px solid #ddd;
	color:rgb(100,98,98);
	font-family: Tahoma, sans-serif;
	font-size: 12px;
  	text-decoration: none; 
}
div.sdmenu div a.current {
	background : #ccc;
}
div.sdmenu div a:hover {
 /* background : rgb(100,98,98) url(edit_action.png) no-repeat right center; */
  background : rgb(100,98,98)  ; 
	color: #fff;
	text-decoration: none;
}






 