/* HOOFDMENU */
TABLE.hoofdmenu {
	height:				    20px;
}

TABLE.hoofdmenu TD {
	font-family:			verdana,arial,helvetica,sans-serif;
	font-size:				9pt;
	font-weight:			bold;
	text-align:				center;
    border:				    1px solid white;
    text-decoration:		none;
	width:					120px;
}

TABLE.hoofdmenu TD A {
	width:					120px;
	color:					#414141;
	text-decoration:		none;
    border:				    0px solid red;
}

TABLE.hoofdmenu TD A.selected {
	border:					0px dashed red;
	color:					#FFFFFF;
    width:					150px;
    text-decoration:		none;
}

TABLE.hoofdmenu TD A.selected:hover {
	color:					gray;
}

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:				10pt;
	font-weight:			bold;
	background-color:		#B2B2B3;
	display:				none;
	position:				absolute; 
	xwidth:					134px;
	xmargin-left:			-8px;
    xmargin-top:			    0px;
	border-top:				1px solid white;
    text-decoration:		none;
}

TABLE.submenu TD {
	height:					13px;
	width:					130px;
	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:					#FFFFFF;
	text-decoration:		none;
}

TABLE.submenu a:hover {
	text-decoration:		none;
	font-style:				none;
	font-weight:			bold;
    color:					black;
    text-decoration:		none;
}
