/* HOOFDMENU */
TABLE.hoofdmenu {
	height:				    19px;
    

}

TABLE.hoofdmenu TD {
	font-family:			arial,verdana,helvetica,sans-serif;
	font-size:				8pt;
	font-weight:			bold;
    border:				    1px solid #E7E5E3;
    text-decoration:		none;
    text-align:				center;
	width:					137px;
}

TABLE.hoofdmenu TD A {
	width:					137px;
	color:					#CBC9C9;
	text-decoration:		none;
    text-align:				center;
    border:				    0px solid red;
}

TABLE.hoofdmenu TD A.selected {
	border:					0px dashed red;
	color:					#1E1E14;
    
    width:					137px;
    text-decoration:		bold;
}

TABLE.hoofdmenu TD A.selected:hover {
	color:					gray;
    text-align:				center;
}

TABLE.hoofdmenu TD A:hover {
	color:					white;
    text-decoration:		none;
}

TABLE.hoofdmenu img {
	border:					0px;
    text-decoration:		none;
}

/* SUBMENU */
TABLE.submenu {
    font-family:			arial,verdana,helvetica,sans-serif;
    font-size:				9pt;
	font-weight:			bold;
    text-align:				center;
	background-color:		#B2B2B3;
	display:				none;
	position:				absolute; 
	xwidth:					136px;
	xmargin-left:			0px;
    margin-top:			12px;
	border-top:				1px solid white;
    text-decoration:		none;
}

TABLE.submenu TD {
	height:					22px;
	width:					136px;
	display:				block;
	text-align:				center;
	border-bottom:			1px solid white;
	border-left:			1px solid white;
	border-right:			1px solid white;
    text-decoration:		none;
    
}

TABLE.submenu TD a:selected {
	color:					#FFFFFF;
    text-decoration:		none;
    
}

TABLE.submenu a:link, 
TABLE.submenu a:visited, 
TABLE.submenu a:active {
	font-size:				12px;
	color:					#414141;
	text-decoration:		none;
}

TABLE.submenu a:hover {
	text-decoration:		none;
	font-style:				none;
	font-weight:			bold;
    color:					black;
    text-decoration:		none;
}

