/* ============================================ */
/* SWOV corporate website            		        	*/
/* Website site navigation styles               */
/* Medium: screen                           	  	*/
/* Januari 2006, v1.0                       	  	*/
/* -------------------------------------------- */
/* Copyright Hic et Nunc            						      */
/* www.hicetnunc.nl - info@hicetnunc.nl         */
/* ============================================ */

/* siteNav */
#siteNav {
	top: 0px;
	margin: 0;
	padding: 0;
}

/* remove margins, paddings and bullets for main list and sub list */
#siteNav ul, #siteNav li ul {
 margin: 0;
	padding: 0;
	list-style-type: none;
}

/* set default href properties for all links used in siteNav */
#siteNav a {
 color: #00347a;
 text-decoration: none;
}
#siteNav a:hover {
 color: #000;
 text-decoration: underline;
}
/* float the list items: render the list hoziontal */
#siteNav li { 
	margin: 0;
	margin-right: -1px;
	display: inline;
}
#siteNav li li { 
	margin: 0;
	margin-right: 2px;
	float: left;
	display: inline;
}

/* hide subNav */
#siteNav li ul {
	display: none;
}

/* put the subNav below */
#siteNav li.off ul, #siteNav li.on ul  { 
 position: absolute;
	top: 80px;
	left: 0px;
	height: 28px;
	width: 740px;
	padding-top: 5px;
	padding-left: 15px;
	background: #fff url(../Images/bullet.png) no-repeat;
	background-position: 1px 8px;
}
/* active state for subNav */
#siteNav li.on ul {
	display: block;
}

/* subNav formatting */
#siteNav li li {
	font-weight: bold;
	padding-left: 5px;
	padding-right: 5px;
	border-right: 1px solid #00347a;
}

/* subNav links formatting */
#siteNav li.off ul a, #siteNav li.on ul a {
	border: 0;
	float: left; /*ie doesn't inherit the float*/
	display: block;
	width: auto;
	height: 1em;
	font-size: 80%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#siteNav li.on:hover ul, #siteNav li.over ul {
	display: block;
	z-index: 6000;
}

#siteNav li.on ul a.subNavSelected {
 color: #000;
 text-decoration: underline;
}
.OpenDicht {
	display: block;
}
/*.Lijst {
	margin: 0;
	list-style: none;
	padding: 0px;
}*/

.Attendeer {
	background-color: #EEF2B5;
	border: thin dotted #C2D023;
}
