/* MENU ============================================================================================== */
/* =================================================================================================== */


/* menu-sub ============================================================== */

/* menu-sub BG TD -------------------------------------------------------- */
td.tab-bg-hover
	{
	background-color: transparent;
	cursor: pointer;
	cursor: hand;
	padding-right: 6px;
	padding-left: 6px;
	margin: 0px;
	}

td.tab-bg-active
	{
	background-color: #ffffff;
	cursor: pointer;
	cursor: hand;
	padding-right: 6px;
	padding-left: 6px;
	}
/* menu-sub BG TD -------------------------------------------------------- */

/* menu-sub BAR --------------------------------------------------------- */
.menu-sub-bar
	{
	display: block;
	padding-right: 3px;
	padding-left: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 97%;
	color: #003399;
	}
/* menu-sub BAR --------------------------------------------------------- */

/* menu-sub -------------------------------------------------------------- */
.menu-sub
	{
	display: block;
	visibility: hidden;
	position: absolute;
	z-index: 3;
	margin: 0px;
	width: 949px;
	overflow: hidden;
	top: 132px;
	}

.menu-sub a:link
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 97%;
	font-weight: bold;
	color: #38A700;
	text-decoration: underline;
	}

.menu-sub a:visited
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 97%;
	font-weight: bold;
	color: #38A700;
	text-decoration: underline;
	}
	
.menu-sub a:hover
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 97%;
	font-weight: bold;
	color: #38A700;
	text-decoration: underline;
	}
/* menu-sub -------------------------------------------------------------- */

/* menu-sub ACTIVE ------------------------------------------------------- */
.menu-sub-active
	{
	display: block;
	visibility: visible;
	position: absolute;
	z-index: 1;
	margin: 0px;
	width: 949px;
	overflow: hidden;
	top: 132px;
	}

.menu-sub-active a:link
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 97%;
	font-weight: bold;
	color: #38A700;
	text-decoration: underline;
	}

.menu-sub-active a:visited
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 97%;
	font-weight: bold;
	color: #38A700;
	text-decoration: underline;
	}
	
.menu-sub-active a:hover
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 97%;
	font-weight: bold;
	color: #38A700;
	text-decoration: underline;
}
/* menu-sub ACTIVE ------------------------------------------------------- */
/* menu-sub ============================================================== */

/* TOPMENU ============================================================== */
/* menu-sub BAR --------------------------------------------------------- */
.menu-top-bar
	{
	display: block;
	padding-right: 3px;
	padding-left: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 97%;
	color: #ffffff;
	}
/* menu-sub BAR --------------------------------------------------------- */

/* TOPMENU ------------------------------------------------------------- */
.menu-top a:link
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 97%;
	font-weight: bold;
	color: #ffffff;
	text-decoration: underline;
	}

.menu-top a:visited
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 97%;
	font-weight: bold;
	color: #ffffff;
	text-decoration: underline;
	}
	
.menu-top a:hover
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 97%;
	font-weight: bold;
	color: #003399;
	text-decoration: underline;
	}
/* TOPMENU ------------------------------------------------------------- */
/* TOPMENU ============================================================== */

/* CONTENT 2 MENU ======================================================= */
	a.menu-content-2:link		
		{
			display: block;
			width: 159px;
			background-image: url(../img/arrow_groen.gif);
			background-repeat: no-repeat;
			background-position: 0em 1ex;
			padding: 0 0 0 10px;
			font-family: Arial, Helvetica, sans-serif;
			color: #003399;
			text-decoration: underline;
		}
		a.menu-content-2:visited		
		{
			display: block;
			width: 159px;
			background-image: url(../img/arrow_groen.gif);
			background-repeat: no-repeat;
			background-position: 0em 1ex;
			padding: 0 0 0 10px;
			font-family: Arial, Helvetica, sans-serif;
			color: #003399;
			text-decoration: underline;
		}
		a.menu-content-2:hover		
		{
			display: block;
			width: 159px;
			background-image: url(../img/arrow_blauw.gif);
			background-repeat: no-repeat;
			background-position: 0em 1ex;
			padding: 0 0 0 10px;
			font-family: Arial, Helvetica, sans-serif;
			color: #5375bb;
			text-decoration: underline;
		}

/* CONTENT 2 MENU 'link' van huidige pagina------------------------------------------------------------- */		
		.menu-content-2-actief		
		{
			display: block;
			width: 159px;
			background-image: url(../img/arrow_blauw.gif);
			background-repeat: no-repeat;
			background-position: 0em 1ex;
			padding: 0 0 0 10px;
			font-family: Arial, Helvetica, sans-serif;
			color: #5375bb;
			text-decoration: none;
		}
/* CONTENT 2 MENU 'link' van huidige pagina------------------------------------------------------------- */		
/* CONTENT 2 MENU ======================================================= */