#menu_index {
	display:none;
	}

div.sdmenu {
	width: 150px;
	font-variant: small-caps;
	font-size:14px;
	padding-bottom: 5px;
	background: transparent no-repeat right bottom;
	color: #993300;
}
div.sdmenu div {
	background: transparent repeat-x;
	overflow: hidden;
}
div.sdmenu div:first-child {
	background: transparent  no-repeat;
}
div.sdmenu div.collapsed {
	height: 20px;
}
div.sdmenu div span {
	display: block;
	padding-bottom: 2;
	font-weight: bold;
	color: #993300;
	background: transparent no-repeat 10px center;
	cursor: default;
}
div.sdmenu div a {
	display: block;
	padding-left: 5;
	text-decoration: none;
	font-size:smaller;
	color:#333333;
}
div.sdmenu div a.current {
	color:#993300;
}
div.sdmenu div a:hover {
	padding-left:0;
	color: #993300;
	text-decoration: none;
}
