.arrowlistmenu{
	width: 199px; /*width of accordion menu*/
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-top-color: #D6C678;
	border-right-color: #D6C678;
	border-bottom-color: #D6C678;
	border-top-style: solid;
	border-bottom-style: solid;
	color: #6E0E02;
	}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
	font: 1.0em Verdana, Tahoma, Arial, Helvetica, sans-serif;
	color: #3B0701;
	margin-bottom: 2px; /*bottom spacing between header and rest of content*/
	text-transform: none;
	padding: 4px 0 4px 6px; /*header text is indented 10px*/
	cursor: pointer;
	cursor: pointer;
	background-color: #f7f5e8;
	background-position: left center;
	background-image: url(../test/skripte/titlebar1.png);
}

h3.menuheader{
	margin:0;
	padding:0;
}



.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
	background-image: url(../test/skripte/titlebar_active.png);
	color: #FFFFFF;
}




.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-bottom: 15px;
}

.arrowlistmenu ul li{
	padding-bottom: 2px;
}

.arrowlistmenu ul li a{
	color: #3B0701; /*custom bullet list image*/
	display: block;
	padding: 2px 0;
	padding-left: 5px; /*link text is indented 19px*/
	text-decoration: none;
	font-size: 100%;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F9F9F7;
}

.arrowlistmenu ul li a:visited{
	color: #3D0901;
}

.arrowlistmenu ul li a:hover{ 
	color: #6E0E02;
	background-color: transparent;
}
.arrowlistmenu ul li a:active{ 
	color: #6E0E02;
	background-color: transparent;
}

.menuheader a{
	color: #540B01;
	font-weight: normal;
}

