div.sdmenu {
	width: 170px;
	font-family: Arial, sans-serif;
	font-size: 1em;
	padding-bottom: 10px;
	color: #333;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 12px;
	padding-left: 0px;
	letter-spacing: normal;
}
div.sdmenu div {
	background: url(../images/title.gif) repeat-x;
	overflow: hidden;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #97181d;
	padding-top: 7px;
	padding-bottom: 5px;
}
div.sdmenu div:first-child {
	background-image: url(../images/toptitle.gif);
	background-repeat: repeat-x;
}
div.sdmenu div.collapsed {
	height: 25px;
}
div.sdmenu div span {
	display: block;
	font-weight: bold;
	color: #333;
	cursor: default;
	background-image: url(../images/expanded.gif);
	background-repeat: no-repeat;
	background-position: 140px center;
	padding-top: 3px;
	padding-right: 25px;
	padding-bottom: 3px;
	padding-left: 10px;
	text-transform: uppercase;
	font-size: 1em;
}
div.sdmenu div.collapsed span {
	background-image: url(../images/collapsed.gif);
}
div.sdmenu div a {
	display: block;
	color: #999999;
	text-decoration: none;
	background-color: #fefbf4;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	font-size: .85em;
}

div.sdmenu div a.current {
	/*background : #ccc;*/
	background : #f4e7c4 url(linkarrow.gif) no-repeat right center;
	color: #333;
	font-weight: bold;
}
div.sdmenu div a:hover {
	color: #333333;
	text-decoration: none;
	background-color: #f4e7c4;
	background-repeat: no-repeat;
	background-position: right center;
	font-weight: bold;
}