div.sdmenu {	width: 248px;font-family: verdana;	font-size: 16px;	 color:grey;	background-color: #000;	text-decoration: none;}div.sdmenu div {	overflow: hidden;}div.sdmenu div:first-child {background-color: #000;}div.sdmenu div.collapsed {	height: 32px;		background-color: #000;}div.sdmenu div span {	display: block; width:248px; text-align:center;font-weight:bold; font-family: verdana;font-size: 16px;color: #7a96df; height: 32px;	background-image: url(img/bg1a.gif);	cursor: crosshair;		background-color: #000;}div.sdmenu div.collapsed span {	background-image: url(img/bg1.gif);		background-color: #000;		 width:248px; text-align:center;font-weight:bold; font-family: verdana;font-size: 16px;color: #7a96df; height: 32px;cursor: crosshair;}div.sdmenu div a {	text-indent:20px;	background: #eee;	display: block;	text-decoration: none; color:grey;		background-color: #000;		height:20px;}div.sdmenu div a.current {		background-color: #000;		text-indent:20px;}div.sdmenu div a:hover { color:white;	font-weight:bold;	text-decoration: none;	background-image: url(img/bg2.gif);	  text-indent:20px;}