div.sdmenu {
	width: 238px;
	font-family: Arial, sans-serif;
	font-size: 12px;
	padding-bottom: 40px;
	background: url("images/bottom.gif") no-repeat  right bottom;
	color: #fff;
}
div.sdmenu div {
	background: url("images/titl.gif") repeat-x;
	overflow: hidden;
}
div.sdmenu div:first-child {
	background: url("images/toptitl.gif") no-repeat;
}
div.sdmenu div.collapsed {
	height: 40px;
}
div.sdmenu div span {
	font:normal 18px/20px "Century Gothic", Helvetica, sans-serif;
	display: block;
	padding: 15px 35px;
	color:#555454;
	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;
	background: #fefefec;
	display: block;
	border-bottom: 1px solid #ddd;
	color: #066;
}
div.sdmenu div a.current {
	background : #0f6b3c;
}
div.sdmenu div a:hover {
	background : #0f6b3c url("images/linkarrow.gif") no-repeat right center;
	color: #fff;
	text-decoration: none;
}