/*

	HOOFDMENU

*/
.tempmenutable { width:100%; }

/* DE OORSPRONKELIJKE STAAT VAN EEN MENULINK */
.tempmenu,.tempmenu:visited{
	font-family: verdana,arial;
	font-size: 11px;
	color: #000000;
	text-decoration:none;
	font-weight:bold;
	white-space:nowrap;
	letter-spacing: 1px;
	display:table;
	width:100%;
	height:20px;
	text-align:center;
	padding-right: 30px;
}

/*  UITERLIJK VAN MENULINK ALS BEZOEKER MET MUIS OVER DE LINK GAAT
	HIER HOEVEN ALLEEN DE EIGENSCHAPPEN WORDEN INGEVOERD 
	DIE AFWIJKEN VAN DE OORSPRONKELIJKE STIJL HIERBOVEN
	'onmouseout' ZAL DE LINK WEER 'TERUGSPRINGEN' NAAR .tempmenu 
*/
.tempmenu:hover, .tempmenuselected:hover{
	color:#ff9900;
}

/* 	DE GESELECTEERDE MENULINK, ALS BEZOEKER OP MENU-ITEM KLIKT
	EN DEZE WORDT WEERGEGEVEN ZAL MENULINK ALS ONDERSTAAND UITZIEN
*/
.tempmenuselected, .tempmenuselected:visited,.tempmenuselected:link
{
	font-family: verdana,arial;
	font-size: 11px;
	color: #000000;
	font-weight:bold;
	text-decoration:underline;
	white-space:nowrap;
	letter-spacing: 1px;
	display:table;
	width:100%;
	height:20px;
	text-align:center;
	padding-right: 30px;
}


.temppagesubheader, .temppagesubheader:link, .temppagesubheader:visited
{
	font-family: trebuchet MS,verdana,arial;
	font-size: 20px;
	color: #FFFFFF;
	text-decoration:none;
	display:table;
	width:100%;
}

.temppagesubheader:hover
{
	text-decoration:underline;
}

.temppagesubheader_selected, .temppagesubheader_selected:link, .temppagesubheader_selected:visited
{
	font-family: trebuchet MS,verdana,arial;
	font-size: 20px;
	color: #000000;
	text-decoration:none;
	display:table;
	width:100%;
}

.temppagesubheader_selected:hover
{
	text-decoration:underline;
}


.temppagesub, .temppagesub:link, .temppagesub:visited
{
	font-family: verdana,arial;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration:none;
	display:table;
	width:100%;
	border-bottom:solid 1px #EFA359;
	margin-bottom:2px;
	padding-bottom:2px;
}

.temppagesub:hover
{
	text-decoration:underline;
}

DIV.temppagesub  { cursor:default; }

.temppagesubselected, .temppagesubselected:link, .temppagesubselected:visited
{
	font-family: verdana,arial;
	font-size: 11px;
	color: #000000;
	text-decoration:none;
	display:table;
	width:100%;
	border-bottom:solid 1px #EFA359;
	margin-bottom:2px;
	padding-bottom:2px;
}

.temppagesubselected:hover
{
	text-decoration:underline;
}