html {
     overflow:				-moz-scrollbars-vertical;
}


/* HOOFDMENU */
TABLE.hoofdmenu {
	border-top:				1px solid white;
	background:				#336799;
}

TABLE.hoofdmenu TD {
	height:					20px;

	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:					#FFCC00;	
}

TABLE.hoofdmenu TD.selected a:hover {
	color:					white;	
}
TABLE.hoofdmenu TD A {
  	padding-left:			10px; 
	border:					0px solid blue;
	font-weight:			bold;
	display:				block;
/*	width:				   200px;   */
}

TABLE.hoofdmenu TD a:link {
	text-decoration:		none;
	color:					white;
}

TABLE.hoofdmenu TD a:visited {
	text-decoration:		none;
	color:					white;
}

TABLE.hoofdmenu TD a:hover {
	text-decoration:		none;
	color:					#336799;
}

TABLE.hoofdmenu TD a:active {
	text-decoration:		none;
	color:					#FFCC00;
    background: #336799;
}

/* SUBMENU */
TABLE.submenu {
	display:				none;
	position:				absolute;
	
	/* positionering submenu IE
	margin-left:			182px;
	margin-top:				12px;
    width:					210px;*/
	border:					0px solid blue;
}

TABLE.submenu TD {
	display:				block;
	background:				#336799;
	border-bottom:			1px solid white;
	line-height:			20px;

/*	width:					192px;  */
}

html>body TABLE.submenu TD {
	display:				block;
	background:				#336799;
	border-bottom:			1px solid white;
	line-height:			18px;
/*
	width:					210px;*/
}

TABLE.submenu TD a {
	display:				block;
/*	width:					210px;   */
	font-family:			arial;
	font-weight:			bold;
	font-size:				12px;
	color:					white;
	padding-left:			20px;
}

TABLE.submenu a:link, 
TABLE.submenu a:visited, 
TABLE.submenu a:active {
	text-decoration:		none;
	color:					white;
}



html>body TABLE.submenu TD a:hover {
	background:				#FBB017;
/*	width:					172px; */
	line-height:			18px;
}

TABLE.submenu TD.selected {
color:					#FFCC00;
    background: #336799;
}


.hoofdmenu td a{
  text-align: left;
}


