

.navbar {
	float:right;
	padding-top:70px;
	padding-right:10px;
	background-color:white;

	white-space: nowrap /*IE hack*/;
	font-family: tahoma,arial,sans-serif;
	font-size: 100% !important /*Non-IE6*/;
	font-size: 100% /*IE6*/;
	} /*Color navigation bar normal mode*/

/********************/
/*  NAVIGATION BAR  */
/********************/

/* MAIN MENU */

.navbar a {
	height: 1.0em;																	/* A wijzigen */
	line-height: 1.0em;															/* A wijzigen */
	padding-left:10px;
	text-decoration: none;
	font-weight: bold;
	}
	
.visited a {
	}
	
.navbar a:hover {
	position: relative /*Sylvain IE hack*/;
	z-index: 1000 /*Sylvain IE hack*/;
	/*background-color: rgb(235,235,235);*/
	text-decoration: underline;
	} /*Color main cells hovering mode*/




