div.sdmenu {	width: 180px;	font-family: Arial, 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(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 div a { background-color: #eee; background-repeat: repeat; background-attachment:                scroll; display: block; color: #990000;                border-bottom: 1px solid #ddd; padding-left: 10px;                padding-right: 10px; padding-top: 5px; padding-bottom: 5px;                background-position: 0% }div.sdmenu div a.current {	background : #ccc;}div.sdmenu div a:hover { background-color: #CCFFCC; background-image: url('linkarrow.gif');                background-repeat: no-repeat; background-attachment: scroll;                color: #990000; text-decoration: none; font-weight: bold;                background-position: right center }