div.sdmenu {
	width: 150px;
	font-family: Trebuchet, Trebuchet MS, Helvetica, Arial, sans-serif;
	font-size: 16px;
	padding-bottom: 10px;
	color: #5C2946
}
div.sdmenu div {
	overflow: hidden;
}
div.sdmenu div:first-child {

}
div.sdmenu div.collapsed {
	height: 25px;
}
div.sdmenu div span {
	display: block;
	font-size: 16px;
	font-weight: bold;
	cursor: pointer;
	border-bottom: 1px solid #ffffff;
	font-family: Trebuchet, Trebuchet MS, Helvetica, Arial, sans-serif;
	text-align: right;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 25px;
}
div.sdmenu div.collapsed span {
}
div.sdmenu div a {
	background: #ffffff;
	display: block;
	border-bottom: 1px solid #ffffff;
	font-family:Trebuchet, Trebuchet MS, Helvetica, Arial, sans-serif;
	font-size: 12px;
	text-align: right;
	padding-top: 0px;
	padding-bottom: 5px;
	padding-left: 10px;
	color: #5C2946
	cursor: pointer
	text-decoration: none;
}
div.sdmenu div a.current {
	background : #ffffff;
}
div.sdmenu div a:hover {
	color: #5C707C;
	text-decoration: none;
	cursor: pointer;
}
.column-menu-link {
	font-size: 16px;
	font-weight: bold;
	cursor: pointer;
}
