menutitel {
	font-size:7px;
}
div.sdmenu {
	width: 200px;
	font-family: Arial, sans-serif;
	font-size: 12px;
	padding-bottom: 10px;
	/*background: url(bottom.gif) no-repeat  right bottom;*/
	color: #fff;
}
div.sdmenu div {
	background: #444;
	overflow: hidden;
}
div.sdmenu div:first-child {
	background: #444;
}
div.sdmenu div.collapsed {
	height: 25px;
}
div.sdmenu div span {
	display: block;
	padding: 5px 25px;
	font-weight: bold;
	color: white;
	background: url(expanded.gif) no-repeat 10px center;
	cursor: pointer;
	border-bottom: 3px solid #9C997C;  /*#9A6000*/
	border-top: 3px solid #222;
}
div.sdmenu div.collapsed span {
	background-image: url(collapsed.gif);
}
div.sdmenu div a {
	padding: 5px 10px;
	background: #89866F;
	display: block;
	padding: 8px 0 8px 12px;
	border-bottom: 1px solid #696755;
	color: black;
	text-decoration: none;
	font-size: 11px;
}
div.sdmenu div a.current {
	background : #F3F3F3  url(linksame.gif) no-repeat right center; /*#AAA897  #9B9B87*/
	color : #000000;
}
div.sdmenu div a:hover {
	/*background : #994 ;*/
	background : #9C997C url(linkarrow.gif) no-repeat right center;
	color: #fff;
	text-decoration: none;
}