div.sdmenu {
	width: 150px;
	font-family: Arial, sans-serif;
	font-size: 12px;
	padding-bottom: 10px;
	color: #fff;
	background-color: #666666;
	background-image: none;
	background-repeat: no-repeat;
	background-position: right bottom;
}
div.sdmenu div {
	overflow: hidden;
	background-color: #666666;
	background-image: url(picts/title.gif);
	background-repeat: repeat-x;
}
div.sdmenu div:first-child {
	background-color: #666666;
	background-image: url(picts/toptitle.gif);
	background-repeat: no-repeat;
}
div.sdmenu div.collapsed {
	height: 25px;
	background-color: #666666;
}
div.sdmenu div span {
	display: block;
	padding: 5px 25px;
	font-weight: bold;
	color: white;
	cursor: default;
	background-color: #666666;
	background-image: url(picts/expanded.gif);
	background-repeat: no-repeat;
	background-position: 10px center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}
div.sdmenu div.collapsed span {
	background-image: url(picts/collapsed.gif);
	background-color: #666666;
}

div.sdmenu div a {
	padding: 5px 10px;
	display: block;
	color: #FFFFFF;
	background-color: #666666;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}

div.sdmenu div a.current {
	background-color: #333333;
}

div.sdmenu div a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #999999;
	background-image: url(picts/linkarrow.gif);
	background-repeat: no-repeat;
	background-position: right center;
}

div.sdmenu div spanlink {
}

div.sdmenu div b a {
	display: block;
	padding: 5px 25px;
	font-weight: bold;
	color: white;
	cursor: default;
	background-image: none;
	background-repeat: no-repeat;
	background-position: 10px center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}

div.sdmenu div spanlink a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #066;
	background-image: url(picts/linkarrow.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
