.hoofdmenu {
	background-color:#6AA3C0;
	color:#FFFFFF;
	text-decoration: none;
	text-transform: lowercase;
	padding-left:0px;
	padding-right:0px;
	cursor:hand;
	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: bold;
	font-size: 13px;
	line-height: 22px;
	position:absolute;
	visibility: hidden;
	border:0px solid white;
	border-bottom-width: 0;
	z-index: 100;
	background-color: #6AA3C0;
	margin-top:4px;
	padding-top:15px;
	padding-bottom:23px;

}


.anylinkcss a{
	width: 100%;
	display: block;
	border-bottom: 0px solid white;
	padding: 0px 0;
	text-decoration: none;
	font-weight: normal;
	color:#FFFFFF;
	text-indent: 18px;
	text-align:left;
	text-transform:lowercase;
}

.anylinkcss a:hover{ /*hover background color*/
	background-color: #FFcc00;
	color: #427E86;
	font-weight:bold;
	background-image:url(images/submenu_blokje.gif);
	background-repeat: no-repeat;
}
