#hoofdmenu ul.hoofdmenu {
	height: 21px;
}

/* hack to correct IE5.5 faulty box model */
/** html #hoofdmenu {width:746px; w\idth:795px;}*/
/* remove all the bullets, borders and padding from the default list styling */
#hoofdmenu ul {padding:0;list-style-type:none;}
#hoofdmenu ul ul {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;
/*	
	margin-right: 0.3em;
*/
	
}
/* style the links for the top level */

#hoofdmenu a, #hoofdmenu a:visited {display:block;text-decoration:none;
 color:#000;
/*	
 color:#fff;
 padding-bottom:0 0.5em;
*/
/* width:8.9em;*/
 height:1.85em;
 padding: 0.6em 1.4em 0.15em 1.0em;
 line-height:1.7em;
 letter-spacing: -0.05em;
/* font-size:11px
 border:1px solid #fff;
 border-width:0 0 1px 0;
 background:#c03;*/
} 

#hoofdmenu ul li.menuitem6 a, #hoofdmenu ul li.menuitem6 a:visited {
 padding: 0.6em 1.6em 0.15em 1.0em;
}

/* 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
 {
	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;
/*	
left:0;
	width:9.9em;
	height:0;
pdc.nl
*/
top:2.6em;
left:0.25em;
border:0.05em solid #D9F1D9;
border-top: none;
padding: 0.3em 0 0.5em 0;
background: #fff;
}
/* another hack for IE5.5 */
* html #hoofdmenu ul ul {top:30px;t\op:2.95em;}

/*laatste submenu naar links uitklappen */
#hoofdmenu ul li.menuitem6 ul { left: auto; right: 0.65em; 	border-right-color: #e6eae6 }


/* 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 {
/*
	font-weight:200;
	color:#fff;
	font-size: 95%;
	padding:0.35em 0.5em; 
	width:10.6em
pdc.nl
*/

font-weight:700;
color:#000;
height:auto;
line-height:1.2em;
padding: 0.3em 0.6em 0.3em 0.6em;
	min-width:8.3em;
font-size: 85%;
background: #fff;
border: none;
letter-spacing: normal;
/* border-width:0;
background:#d4d8bd;*/
}
#hoofdmenu ul .menuitem4 ul a {
	min-width: 11.3em;
}
#hoofdmenu ul .menuitem3 ul a {
	min-width: 13.0em;
}




#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 a:hover{
	color:#009900;
	background:#fff;
}

/* style the second level hover (voor IE) */
#hoofdmenu ul ul a:hover{
	color:#009900;
/*
	color:#9F9D00;
	background:#f1f1f1;
pdc.nl
*/
}
#hoofdmenu ul :hover > a {color:#009900; background: url(images/tab8er_left.png) no-repeat top left;}
#hoofdmenu ul li:hover { background: #fff url(images/tab8er_rtop.png) repeat-x top right;}
#hoofdmenu ul li.menuitem6:hover { background: #fff url(images/tab8er_rtop_item6.png) repeat-x top right;}

#hoofdmenu ul ul :hover > a {color:#009900; background:#fff;}

/* 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;
pdc.nl
*/
}

#hoofdmenu ul ul li {
	clear: both;
}
