.hoofdmenu {
	color:#FFFFFF;
	text-decoration: none;
	font:bold 13px "Trebuchet MS",Arial,Verdana;
	line-height: 30px;
	padding-left:5px;
	padding-right:6px;
	margin-left: 0px;
	margin-right: 4px;
	background-image:url(images/menu-streepje.gif);
	background-repeat:no-repeat;
	margin-bottom: 4px;
}

a:hover{  /*hover background color*/
	font-weight:bold;
	color:#FFFFFF;
}

.anylinkcss{
	width: 203px; /*Deze width wordt overruled door plaatselijke widths bij de submenu DIVs, wat soms nodig is*/
	height: 240px;
	position:absolute;
	visibility: hidden;
	border:1px solid #ffffff;
	padding-bottom:0px;
	padding-top:0px;
	font-family:Arial,Verdana;
	font-weight:normal;
	font-size: 13px; 
	line-height: 20px;
	z-index:100;
	background-color: #FFC875;
}

.anylinkcss a{
	width: 100%;
	display: block;
	border-bottom:0px solid white;
	text-decoration: none;
	font-weight: normal;
	color: #48391A;
	text-indent: 25px;
	text-transform:lowercase;
}

.anylinkcss a:hover{
	color: #48391A;
	background-image: url(images/menublokje_submenu.gif);
	background-position: left;
	background-repeat: no-repeat;
	font-weight: normal;
}

