#hoofdmenu {
	position:absolute;
	left:0;
	top:127px;
	width:100%;
	height: 1.7em;
	z-index:26;
	padding:0pt 0pt 0pt 16px;
	padding:0pt 0pt 0pt 0px;
	background:#cc0000;
	font-size:1.2em;
	font-weight:700;
}
.safari #hoofdmenu , .chrome #hoofdmenu {
	height: 1.75em;
}


/* 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;margin: 0;	background:#cc0000; }
#hoofdmenu ul ul {margin:0; z-index:99737}
/* 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;	min-height: 1.65em;
	text-align: center;
}



/*#hoofdmenu li.menuitem0 {
	width: 13%;
}
#hoofdmenu li.menuitem1 {
	width: 17%;
}
#hoofdmenu li.menuitem2 {
	width: 14%;
}
#hoofdmenu li.menuitem3 {
	width: 13%;
}
#hoofdmenu li.menuitem4 {
	width: 15%;
}
#hoofdmenu li.menuitem5 {
	width: 14%;
}
#hoofdmenu li.menuitem6 {
	width: 14%;
}
*/





/* style the links for the top level */

#hoofdmenu a, #hoofdmenu a:visited {display:block;text-decoration:none;
 color:#fff;
/*	
 color:#fff;
 padding-bottom:0 0.5em;
*/
/* width:8.9em;*/
 min-height:1.5em;
 padding: 0.15em 1.4em 0 1.0em;
 line-height:1.2em;
	background:#cc0000;
	white-space: nowrap;
} 
.safari #hoofdmenu a, .safari #hoofdmenu a:visited, .chrome #hoofdmenu a, .chrome #hoofdmenu a:visited  {
	padding: 0.25em 1.4em 0 1.0em;
}
.opera #hoofdmenu a, .opera #hoofdmenu a:visited {
 	min-height:1.5em;
}


/*
#hoofdmenu li.menuitem1  a, #hoofdmenu li.menuitem6  a {
 line-height:2.4em;
}

*/



/* style the third level background */
#hoofdmenu ul ul ul a, #hoofdmenu ul 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:1.7em;
left:0;
border-top: none;
padding: 0;
background: #ffcccc;
}

.safari #hoofdmenu ul ul, .chrome #hoofdmenu ul ul {
	top:1.8em;	
}

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


#hoofdmenu li.menuitem5 ul a {
	min-width: 14.3em
}

#hoofdmenu li.menuitem6 ul a {
	min-width: 13.3em
}

/* position the third level flyout menu */
#hoofdmenu ul ul ul{
	top:-0.3em;
	width:9.8em;
	left:13.9em; /* 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:700;
	color:#900;
	height:auto;
	line-height:1.2em;
	padding: 0.3em 0.6em 0.3em 1em;
	min-width:12.3em;
	background: #fcc;
	border: none;
	letter-spacing: normal;
}

/* 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:#fff;
	background:#900;
}

/* style the second level hover (voor IE) */
#hoofdmenu ul ul a:hover{
	color:#fff;
}
/* hoofdmenu mo-item bij mo over uitklapmenu */
#hoofdmenu ul :hover > a {color:#fff;}
#hoofdmenu ul li:hover { background: #c00}


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

/* 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 */
#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,*/
  {
}

#hoofdmenu ul ul li {
	min-height: 1.6em;
	clear: both;
	text-align: left;
}