div.sdmenu {
	width: 178px;
	font-family: Arial, sans-serif;
	font-size: 11px;
	background: url(../../../../images/bottom.gif) no-repeat  right bottom;
	color: #fff;
	margin-right: auto;
	margin-left: auto;
}
div.sdmenu div {
	background: url(../../../../images/title.gif) repeat-x;
	overflow: hidden;
}
div.sdmenu div:first-child {
	background: url(../../../../images/toptitle178.gif) no-repeat;
}
div.sdmenu div.collapsed {
	height: 25px;
}
div.sdmenu div span {
	display: block;
	padding: 5px 25px;
	color: white;
	background: url(../../../../images/expanded.gif) no-repeat 10px center;
	cursor: default;
	border-bottom: 1px solid #ddd;
}
div.sdmenu div.collapsed span {
	background-image: url(../../../../images/collapsed.gif);
}
div.sdmenu div a {
	padding: 5px 10px;
	display: block;
	color: #179ad4;
	text-decoration: none;
	background-color: #d7efff;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #97d5f7;
}
div.sdmenu div a.current {
	background-color: #F1F4F5;
}
div.sdmenu div a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #179ad4;
	background-image: url(../../../../images/linkarrow.gif);
	background-repeat: no-repeat;
	background-position: right center;
}

