.listmenu{
	width: 200px; /*width of accordion menu*/
}

.listmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
	color: #FFFFFF;
	margin-bottom: 5px; /*bottom spacing between header and rest of content*/
	text-transform: uppercase; /*header text is indented 10px*/
	cursor: hand;
	cursor: pointer;
	margin-top: 20px;
	font-size: 12px;
	font-weight: bold;
}

.listmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
	color: #FFFFFF;
}

.listmenu ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}

.listmenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.listmenu ul li a{
	color: #FFFFFF; /*custom bullet list image*/
	display: block;
	padding-left: 20px; /*link text is indented 19px*/
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	height: 24px;
}
.listmenu ul li a:hover{ /*hover state CSS*/
	color: #FF9900;
}
.actief {
	color: #D52824; /*custom bullet list image*/
	display: block;
	padding-left: 20px; /*link text is indented 19px*/
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	height: 24px;
}
.actief a{
	color: #D52824; /*custom bullet list image*/
	display: block;
	padding-left: 20px; /*link text is indented 19px*/
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	height: 24px;
}
.menuheader a{
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}
.menuheader a:hover{
	text-decoration: none;
	font-weight: bold;
	color: #FF9900;
}

.current {color: #D52824}
