div.sdmenu {
	width: 140px;
	font-family: Arial, sans-serif;
	font-size: 12px;
	background:#fff;
	text-align:left;
}
div.sdmenu div {
	overflow: hidden;
}
div.sdmenu div.collapsed {
	height: 20px;
}
div.sdmenu div span {
	width:140px;
	display: block;
	padding-top:5px;
	font-weight: bold;
	color: #ff7f01;
	cursor:hand;
}
div.sdmenu div.collapsed span {
	background-image: url(collapsed.gif);
}
div.sdmenu div a {
	padding:2px 10px;
	display: block;
	color:#666;
}
div.sdmenu div a:hover {
	background :url(linkarrow.gif) no-repeat right center;
	color:#000;
	text-decoration: none;
}
a.top:link,a.top:visited{
	  padding:0px 0px;
	  text-decoration: none;
}
a.top:hover{
	background :url(linkarrow.gif) no-repeat right center;
	
} 
div.sdmenu div ul{ border-bottom:1px solid #eee; padding-bottom:5px;}