/* ************************* OVERAL GELDIGE CSS *****************************************/

.arrowlistmenu{
	width: 100%; /*width of accordion menu*/
}

.arrowlistmenu h3{
	text-decoration:none;
	display: block;
}

.arrowlistmenu h3:hover{
	 color:white;
}

.arrowlistmenu a{
	text-decoration:none;
	display: block;
}

.arrowlistmenu a:hover{
	color:white;
}

/* ************************** CSS class for TOPLEVEL menu headers in general (expanding or not!)************************************ */
.arrowlistmenu .menuheader{ 
	text-align: center;
	font: bold 13px Arial;
	color: #103b66;
	background-color: #0197d0 ;
	margin: 0; /*bottom spacing between header and rest of content*/
	padding: 0; 
	cursor: hand;
	cursor: pointer;
	height:35px;
	background-color:#e2f6ff;	
}

.arrowlistmenu .menuheader h3:hover{
	color: #00AEEF;
}

.arrowlistmenu .menuheader a:hover{
	color: #00AEEF;
}

.arrowlistmenu .textHeader {
	height: 25px;
	padding-top: 12px;
}

.arrowlistmenu .imgHeader {
	
}

.arrowlistmenu .openheader{ 
	background: #c0ebfb;
}

.arrowlistmenu .actief { /* css voor huidige actieve link */
	color: white ;
	background-color: #00AEEF !important;
}

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

.arrowlistmenu ul li a{
	text-align: left;
	color: #103b66;
	display: block;
	padding: 0;
	padding-left: 0px; /*link text is indented 19px*/
	text-decoration: none;
	font-weight: bold;
	font-family: Verdana;
	font-size: 10px;
	padding-left: 3px;
}

.arrowlistmenu ul li a:first-letter{
	font-weight: bolder;
	font-size: 11px ;
/*	color:#EE3940; */
}

/* ************************** CSS class for SUBLEVEL menu headers in general (expanding or not!)************************************ */
.arrowlistmenu ul li .submenuheader{ 
	background: #0197D0;
	color: #103b66;
	font: bold 12px Arial;
 	margin-left: 20px; 
	margin-bottom: 0px;
	cursor: hand;
	cursor: pointer;
}

.arrowlistmenu ul li .openheader{ 
	color: white;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
	background-color: #0f416e;
}

.arrowlistmenu ul li .subcategoryitems{ /*CSS for Sub Menu UL*/
	margin-left: 20px;
	text-align: left;
}

.arrowlistmenu ul li .subcategoryitems a{ /*CSS for Sub Menu UL*/
	color: navy !important;
}

.arrowlistmenu ul li .actief{
	color: white;
	background-color: #0f416e !important;
}

/* *********************** SUBBERMENU ********************/
.arrowlistmenu ul li .subbermenuheader{ 
	background: #0197D0;
	color: #103b66;
	font: bold 12px Arial;
	margin-left: 20px;
	margin-bottom: 0px;
	cursor: hand;
	cursor: pointer;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
	background-color: #0f416e;
}

.arrowlistmenu ul li .subcategoryitems .subbercategoryitems{ /*CSS for Sub Menu UL*/
	margin-left: 20px;
}

.arrowlistmenu ul li .subcategoryitems .subbercategoryitems a{ /*CSS for Sub Menu UL*/
	color: navy !important;
}

.arrowlistmenu ul li .subcategoryitems .openheader{ 
	color: white;
}

.arrowlistmenu ul li .actief{
	color: white;
	background-color: #0f416e !important;
}