div.sdmenu {
	width: 170px;
	font-family: Arial, sans-serif;
	font-size: 12px;






	background: ;
	color: #fff;
}
div.sdmenu div {
	overflow: hidden;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #631165;
	border-top-style: none;
	background-repeat: repeat-x;
}
div.sdmenu div:first-child {
	background-repeat: no-repeat;
}
div.sdmenu div.collapsed {
	height: 25px;
}
div.sdmenu div span {
	display: block;
	font-weight: bold;
	color: white;
	cursor: pointer;
	background-color: #f96801;
	background-repeat: no-repeat;
	background-position: 5px center;
	background-image: url(website_images/sdmenu/expanded.gif);
	border-right-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-right-color: #631165;
	border-left-color: #631165;
	border-top-width: 1px;
	border-top-color: #631165;
	padding-top: 5px;
	padding-right: 1px;
	padding-bottom: 5px;
	padding-left: 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
div.sdmenu div.collapsed span {
	background-image: url(http://www.shop4ebooks.net/website_images/sdmenu/collapsed.gif);
}
div.sdmenu div a {
	padding: 5px 10px;
	display: block;
	color: #000000;
	background-color: #eb90ed;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #631165;
	border-left-color: #631165;
	text-decoration: none;
}
div.sdmenu div a.current {
	background : #eb90ed;
}
div.sdmenu div a:hover {
	color: #000000;
	text-decoration: none;
	background-color: #06E701;
	background-repeat: no-repeat;
	background-position: right center;
}
