div.sdmenu {
	width: 150px;
	font-family: Arial, sans-serif;
	font-size: 12px;
	padding-bottom: 10px;
	color: #fff;
	margin-bottom: 30px;
	margin-right: 12px;
	margin-top: 0px;
	margin-left: 5px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	background-image: url(../images/bottom.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	float: left;
}
div.sdmenu ul.cp-category {
	padding: 0px;
	float: left;
	clear: both;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
div.sdmenu ul.cp-category img{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
}
div.sdmenu div {
	overflow: hidden;
	float: left;
	width: 150px;
	background-color: #222;
}
div.sdmenu div:first-child {
	background-image: url(../images/toptitle.gif);
	background-repeat: no-repeat;
}
div.sdmenu div.collapsed {
	height: 30px;
}
div.sdmenu div span {
	display: block;
	padding: 5px 22px;
	font-weight: bold;
	color: white;
	cursor: default;
	border-bottom: 1px solid #ddd;
	text-transform: uppercase;
	background-repeat: no-repeat;
	background-position: 10px 8px;
	background-image: url(../images/expanded.png);
}
div.sdmenu div.collapsed span {
	background-image: url(../images/collapsed.png);
	text-transform: uppercase;
}
div.sdmenu div a {
	padding: 5px 10px;
	background: #CCC;
	display: block;
	border-bottom: 1px solid #ddd;
	color: #333;
	text-decoration: none;
}
div.sdmenu div a.current {
	color: #FFF;
	background-color: #777;
	background-image: url(../images/linkarrow.png);
	background-repeat: no-repeat;
	background-position: 135px center;
}
div.sdmenu div a:hover {
	text-decoration: none;
	background-image: url(../images/linkarrow.png);
	background-repeat: no-repeat;
	background-position: 135px center;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #222;
}

