.arrowlistmenu{
width: 220px; /*width of accordion menu*/
}

.header{ /*CSS class for non expanding menu headers */
padding: 2px 0 2px 19px;
cursor: hand;
cursor: pointer;
}

.lijn{ /*CSS class for non expanding menu headers */
display: block;
margin-left: 19px;
border-bottom: 1px dotted #2698EE;
cursor: none;
}

.lijnsub{ /*CSS class for non expanding menu headers */
display: block;
border-bottom: 1px dotted #2698EE;
cursor: none;
}

.lijnsubwit{ /*CSS class for non expanding menu headers */
display: block;
border-bottom: 1px dotted #FFFFFF;
cursor: none;
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general */
background: url(Pijl_rechts.png) no-repeat center left; /*custom bullet list image*/
padding: 2px 0 2px 19px;
cursor: hand;
cursor: pointer;
}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
background-image: url(Pijl_omlaag.png);
}

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

.menu	{  	list-style-image: url() } /* overriding standaard.css */

.arrowlistmenu ul li{
padding: 2px 0 2px 19px;
list-style-image: none;
}

.arrowlistmenu ul li .opensubheader{ /*Open state CSS for sub menu header*/
padding: 2px 0 2px 19px;
background: url(Pijl_rechts.png) no-repeat center left;
}

.arrowlistmenu ul li .closedsubheader{ /*Closed state CSS for sub menu header*/
padding: 2px 0 2px 19px;
background: url(Pijl_omlaag.png) no-repeat center left;
}

.arrowlistmenu ul li a{
display: block;
padding: 0px 0 0px 0px;
text-decoration: none;
font-weight: normal;
}

a.header:link, a.header:active, a.header:visited	{	font-family: Arial, Helvetica, sans-serif;
					font-weight: bold;
					font-size: 12px;
					line-height: 20px;
					text-decoration: none;
					color: #2698EE}
a.header:hover	{	font-family: Arial, Helvetica, sans-serif;
					font-weight: bold;
					font-size: 12px;
					line-height: 20px;
					text-decoration: none;
					color: #FF0000 }
					
a.menuheader:link, a.menuheader:active, a.menuheader:visited	{	font-family: Arial, Helvetica, sans-serif;
					font-weight: bold;
					font-size: 12px;
					line-height: 20px;
					text-decoration: none;
					color: #2698EE}
a.menuheader:hover	{	font-family: Arial, Helvetica, sans-serif;
					font-weight: bold;
					font-size: 12px;
					line-height: 20px;
					text-decoration: none;
					color: #FF0000 }					

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
}

.arrowlistmenu ul li a.subexpandable:hover{ /*hover state CSS for sub menu header*/
}
