
/* knoppen hoofdmenu - de achterkleur wordt staat in php code*/
.menu_hoofdmenu
{ 
	cursor: pointer; 
	cursor: hand; 
	valign: center;
	text-align: center; 
	border-right: #000000 0px solid;
	border-top: #000000 1px solid;
  border-left: #000000 1px solid; 
  border-bottom: #000000 1px solid; 
}


/* Hoofdcategorie font in submenu */
.hoofdcategorie
{
 	font-size: 11px; 
	font-weight:bold;
}

/* Hoofdcategorie font in submenu */
.titel_submenu
{
 	background-color:#F6C386;
	font-weight: bold;
	color:#7B3500;
	font-size: 11px; 
}

/* Subcategorie font links in submenu */
A.subcategorie{text-decoration:underline;color: #000000;}
A.subcategorie:hover{color: #000000;text-decoration:none;}
A.subcategorie:visited{color: #000000;}