html {
     overflow:				-moz-scrollbars-vertical;
}

/* HOOFDMENU */
TABLE.hoofdmenu {
	border-top:				0px solid white;
	background:				#00477F;
}

TABLE.hoofdmenu TD {
	height:					20px;
	padding-left:			10px;
	border-bottom:			1px solid white;

	font-family:			arial,verdana,helvetica,sans-serif;
	font-size:				12px;
	line-height:			20px;
}

TABLE.hoofdmenu TD.selected a:visited {
	color:					white;	
}

TABLE.hoofdmenu TD.selected a:hover {
	color:					white;	
}

TABLE.hoofdmenu TD IMG.openbaar {
	display:				none;
}

TABLE.hoofdmenu TD IMG.beveiligd {
	position:				absolute;
	border:					0px;
}

TABLE.hoofdmenu TD A {
	border:					0px solid white;
	font-weight:			bold;
	display:				block;
	width:					80px;
}

TABLE.hoofdmenu TD a:link {
	text-decoration:		none;
	color:					white;
}

TABLE.hoofdmenu TD a:visited {
	text-decoration:		none;
	color:					white;
}

/* tekst hoofdmenu*/

TABLE.hoofdmenu TD a:hover {
	text-decoration:		none;
	color:					#969594;
}

TABLE.hoofdmenu TD a:active {
	text-decoration:		none;
	color:					white;
}

/* SUBMENU */
TABLE.submenu {
	display:				none;
	position:				absolute;
	
	/* positionering submenu IE */
	margin-left:			2px;
	margin-top:				0px;
	
	background:				#00477F;
	width:					120px;
	border:					0px solid white;
}

TABLE.submenu TD {
	display:				block;
	background:				#969594;
	border-bottom:			1px solid white;
	line-height:			20px;

	width:					120px;
}

html>body TABLE.submenu TD {
	display:				block;
	background:				#00477F;
	border-bottom:			0px solid white;
	line-height:			18px;

	width:					120px;
}

TABLE.submenu TD a {
	display:				block;
	width:					120px;
	font-family:			arial;
	font-weight:			bold;
	font-size:				12px;
	color:					white;
	padding-left:			20px;
}

/* zelf toegevoegd*/
TABLE.submenu TD a:hover {
	text-decoration:		none;
	color:					#969594;
}



TABLE.submenu a:link, 
TABLE.submenu a:visited, 
TABLE.submenu a:active {
	text-decoration:		none;
	color:					white;
}

TABLE.submenu TD a:hover {
	background:				#00477F;
	border:					0px solid white;
	width:					120px;
}

html>body TABLE.submenu TD a:hover {
	background:				#B00000;
	border:					0px solid white;
	width:					120px;
	line-height:			18px;
}

TABLE.submenu TD.selected {
	border:					1px solid white;
	color:					#B00000;
}


