div.sdmenu {
	width: 100%;
	font-family: Arial, sans-serif;
	font-size: 10px;
	padding-bottom: 10px;
	background: url(bottom1.gif) no-repeat  right bottom;
	color: #2f251b;
}
div.sdmenu div {
	background: url(http://www.tfportal.de/phpBB3/styles/tf-portal-stuff/theme/images/cellpic3.gif) repeat-x;
	overflow: hidden;
}
div.sdmenu div:first-child {
    width: 100%;
    border-bottom: 1px solid #2f251b;
	background: url(toptitle.png) no-repeat;
}
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: default;
	border-bottom: 1px solid #2f251b;
}
div.sdmenu div.collapsed span {
	background-image: url(collapsed.gif);
}
div.sdmenu div a {
	padding: 5px 10px;
	background: #5d4b39;
	display: block;
	border-bottom: 1px solid #2f251b;
	color: white;
}
div.sdmenu div a.current {
	background : #0511ce;
}
div.sdmenu div a:hover {
	background : #2f251b url(linkarrow.gif) no-repeat right center;
	color: #fff;
	text-decoration: none;
}
