ul.hoofdmenu {
	margin: -1px 0 0 151px;
	margin: 0 0 0 151px;
	padding:0;
	height: 21px;
}
.ff4 ul.hoofdmenu {
	height: 24px;
	overflow: visible !important;
}

/* hack to correct IE5.5 faulty box model */
* html #hxxxxxxxoofdmenu {width:746px; w\idth:745px;}
/* remove all the bullets, borders and padding from the default list styling */
#hoofdmenu ul {padding:0;list-style-type:none;}
#hoofdmenu ul ul {width:9.9em;margin:0;}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
#hoofdmenu li {float:left;
/*width: 9.9em;*/position:relative;}
/* style the links for the top level */

#hoofdmenu a, #hoofdmenu a:visited {display:block;;text-decoration:none; color:#fff;
/* width:8.9em;*/
 height:1.8em;
 padding-right:0.5em;
 padding-left:0.5em;
 line-height:1.7em;
/* font-size:11px
 border:1px solid #fff;
 border-width:0 0 1px 0;
 background:#c03;*/
} 


/* 
#hoofdmenu .menuitem1 a, #hoofdmenu .menuitem1 a:visited,
#hoofdmenu .menuitem3 a, #hoofdmenu .menuitem3 a:visited
*/
#hoofdmenu .menuitem0,
#hoofdmenu .menuitem1,
#hoofdmenu .menuitem2,
#hoofdmenu .menuitem3
{
	background:#9f9d00;
	/* background: #797b12; voldoende contrast voor AA bij orignele txtcolor (wit) */
	margin: 0;
}  

#hoofdmenu ul li a, #hoofdmenu ul li a:visited
{
	background:#9f9d00;
	/* background: #797b12; voldoende contrast voor AA bij orignele txtcolor (wit) */
	float: left;
} 

/* a hack so that IE5.5 faulty box model is corrected */
/** html #hoofdmenu a, * html #hoofdmenu a:visited {width:127px; w\idth:138px;}*/

/* style the second level background */
#xxxxxxxxxhoofdmenu ul ul a.drop, #xxxxxxxxxhoofdmenu ul ul a.drop:visited {background:#c03 url(http://www.cssplay.co.uk/graphics/drop.gif) bottom right no-repeat;}

/* style the second level hover */
#hoofdmenu ul ul a:hover{background:#f1f1f1; color: #660; }
/*#hoofdmenu ul ul :hover > a.drop {background:#636363 url(http://www.cssplay.co.uk/graphics/drop.gif) bottom right no-repeat;}*/

/* style the third level background */
#hoofdmenu ul ul ul a, #hoofdmenu ul ul ul a:visited,
#hoofdmenu ul .menuitem0 ul ul a, #hoofdmenu ul .menuitem0 ul ul a:visited,
#hoofdmenu ul .menuitem1 ul ul a, #hoofdmenu ul .menuitem1 ul ul a:visited,
#hoofdmenu ul .menuitem2 ul ul a, #hoofdmenu ul .menuitem2 ul ul a:visited,
#hoofdmenu ul .menuitem3 ul ul a, #hoofdmenu ul .menuitem3 ul ul a:visited
 {
/*	background: #63636b;*/
	width:10.7em;
}


/* style the third level hover */
#hoofdmenu ul ul ul a:hover {/*background:#b2ab9b;*/}


/* hide the sub levels and give them a positon absolute so that they take up no room */
#hoofdmenu ul ul {visibility:hidden;position:absolute;
top:1.8em;left:0; width:9.9em;z-index: 999;
border-top: 1px solid #fff;
}



.ff4 #hoofdmenu ul ul {top:1.7em;border-top: none;
	padding-top: 0.15em
}







/* another hack for IE5.5 */
* html #hoofdmenu ul ul {top:30px;t\op:3.05em;}

/* position the third level flyout menu */
#hoofdmenu ul ul ul{left:8.8em; top:-1px; width:9.8em;
left:-9.95em; /* position the third level flyout menu for a left flyout, zonder leftwaarde komen ze rechts */
}

/* position the third level flyout menu for a left flyout */
#hoofdmenu ul ul ul.left {left:-9.9em;}

/* style the table so that it takes no ppart in the layout - required for IE to work */
#hoofdmenu table {position:absolute; top:0; left:0; border-collapse:collapse;}

/* style the second level links */


#hoofdmenu ul ul a, #hoofdmenu ul ul a:visited {
color:#fff; font-weight:200; height:auto;
line-height:1.2em;
padding:0.35em 0.5em; 
width:10.6em;
font-size: 100%;
/* border-width:0;
background:#d4d8bd;*/
}
#hoofdmenu ul .menuitem0 ul a, #hoofdmenu ul .menuitem0 ul a:visited {
width:10.7em
}
/* yet another hack for IE5.5 */
* html #hoofdmenu ul ul a, * html #hoofdmenu ul ul a:visited {width:150px;w\idth:128px;}

/* style the top level hover */
#hoofdmenu ul ul a:hover{color:#660;background:#f1f1f1;}
#hoofdmenu :hover > a, #hoofdmenu ul ul :hover > a {/*color:#fff;background:#949e7c;*/}

/* make the second level visible when hover on first level list OR link */
#hoofdmenu ul li:hover ul,
#hoofdmenu ul a:hover ul{visibility:visible; }
/* keep the third level hidden when you hover on first level list OR link */
#hoofdmenu ul :hover ul ul{visibility:hidden;}

/* make the third level visible when you hover over second level list OR link */
/* ab 081021: deze tijdelijk via dit comment uitgezet
#hoofdmenu ul :hover ul :hover ul{ visibility:visible;}
*/

/*li, li a {box-sizing: content-box;} valideert niet */

#hoofdmenu ul a, #hoofdmenu ul a:link, #hoofdmenu ul a:visited
/*#hoofdmenu .menuitem2 li a, #hoofdmenu .menuitem2 li a:link, #hoofdmenu .menuitem2 li a:visited, #hoofdmenu .menuitem2 li a:hover,*/
  {
	color:#fff;
	/* color:#292929; voldoende contrast voor AA bij orignele bgcolor */
}
.scheidingsteken {
	float: left;
	color: #fff;
	/* color:#292929; voldoende contrast voor AA bij orignele bgcolor */
	position: relative;
	top: 1px;
}



