.hoofdmenu {
	background-color:#000000;
	color:#FFFFFF;
	text-decoration: none;
	font:bold 12px Arial;
	text-transform: lowercase;
	padding-left:10px;
	padding-right:10px;
	cursor:default;
	background-image:url(images/hoofdmenu_haakje.gif);
	background-repeat: no-repeat;
	background-position: left;
	line-height:33px;
}

.subsubhead{
	color:#12D3D0;
		font:bold 13px Arial;
			padding-left:20px;
}
.anylinkcss{
width: 220px;
/*Deze width wordt overruled door plaatselijke widhts bij de submenu DIVs, wat soms nodig is*/
position:absolute;
visibility: hidden;
border:0px solid white;
border-bottom-width: 0;
font:normal 12px Arial;
line-height: 15px;
z-index: 100;
background-color: #000000;
padding-top:10px;
padding-bottom:20px;
}



.anylinkcss a{
width: 100%;
display: block;
border-bottom: 0px solid white;
padding: 0px 0;
text-decoration: none;
font-weight: normal;
color:#FFFFFF;
text-indent: 20px;
text-align:left;
text-transform:lowercase;
}

.anylinkcss a:hover{ /*hover background color*/
	background-color: #000000;
	color: #ffffff;
	background-image:url(images/submenu_blokje.gif);
	background-repeat: no-repeat;
}
