div.sdmenu {
	width: 200px;
	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-position:  left bottom; background-repeat:repeat-x; background-attachment:scroll; background-image:url('title.gif')
}
div.sdmenu div.collapsed {
	height: 31px;
}
div.sdmenu div span {
	background-position: 10px center; display: block;
	font-weight: bold;
	color: #FFFFCC;
	cursor: default;
	border-bottom: 1px solid #DDDDDD; padding-left:25px; padding-right:25px; padding-top:5px; padding-bottom:5px; font-family:Book Antiqua; font-size:12pt; text-align:left; background-image:url('title.gif'); background-repeat:repeat-x; background-attachment:scroll
}
div.sdmenu div.collapsed span {
	background-image: url('title.gif');
}
div.sdmenu div a {
	background: #FFFFFF;
	display: block;
	border-bottom: 1px solid #DDDDDD;
	color: #800000;padding-left:10px; padding-right:10px; padding-top:5px; padding-bottom:5px; font-family:Book Antiqua; font-size:12pt; font-weight:bold; text-align:left
}
div.sdmenu div a.current {
	font-family:Book Antiqua; font-size:12pt; color:#800000; font-weight:bold; text-align:left; background-color:#FFFFCC
}
div.sdmenu div a:hover {
	color: #800000;
	text-decoration: none; background-color:#FFCC99; font-family:Book Antiqua; font-size:12pt; font-weight:bold; text-align:left; 
}