.hoofdmenu {
	background-color:#B41500;
	color:#FEEDA4;
	text-decoration: none;
	text-transform: lowercase;
	padding-left:0px;
	padding-right:10px;
	cursor:pointer;
	background-image:url(images/hoofdmenu_haakje.gif);
	background-repeat: no-repeat;
	background-position: left;
	line-height:30px;
	font-weight: bold;
	font-size: 14px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.anylinkcss  {
width: 220px;
/*Deze width wordt overruled door plaatselijke widhts bij de submenu DIVs, wat soms nodig is*/
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
font-weight: normal;
font-size: 13px;
line-height: 19px;
position:absolute;
visibility: hidden;
border:0px solid white;
border-bottom-width: 0;
z-index: 100;
background-color: #F28409;
margin-top:10px;
padding-bottom:15px;
}

.anylinkcss a{
width: 100%;
display: block;
border-bottom: 0px solid white;
padding: 0px 0;
text-decoration: none;
font-weight: bold;
color:#FFFFFF;
text-indent: 20px;
text-align:left;
/*text-transform:lowercase; */
}

.anylinkcss a:hover{ /*hover background color*/
	background-color: #D25948;
	color: #ffffff;
	background-image:url(images/submenu_blokje.gif);
	background-repeat: no-repeat;
}

