/* Navigatie  volgpg's ------------------------------------------------------------------------------------------- */	
	

#nav {
	position: relative;
	padding-top:1px;
	margin-top:0px;
	top:0px;
	left:0px;
	text-align:center;
	width:780px;
}

#container {
	text-align:center;
	width:780px;
}

#container ul { /* all lists */
	list-style: none;
	padding: 0;
	margin: 0;
	text-align:center;
	z-index:12;
}

#container li {
	float: left;
	position: relative;
	width: auto;
	margin-left: 0px;
	padding-left: 14px;
	padding-right: 0px;
	list-style: none;
	display: inline;
	text-align:left;
	z-index: 12;
	height:22px;

}


li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: auto;
}

li:hover ul, li.over ul {
	display: block;
	left: 0px;
	top:22px;
}

#container ul li a {
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	letter-spacing: 0.1em;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 4px;
	padding-top: 4px;
	height:12px;
	float: left;
	background-color:#003333;
}


#container ul li a:hover {
	color: #CCCCCC;
	text-decoration: none;
	background-color:#003333;
}

li ul {
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
	padding-left: 0px;
	padding-top: 2px;
	padding-bottom: 0px;
	width:180px;
	float: left;
	

}
#container ul li li a {
	font-weight: bold;
	color: #003333;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	letter-spacing: 0.1em;
	padding-bottom: 5px;
	padding-top:4px;
	padding-right:5px;
	width:155px;
	background-color: #ffffff;
	margin-top:0px;
	margin-left:0px;
	display:block;
	border-top: 1px solid #003333;
	border-right: 1px solid #003333;
	border-bottom: 0px solid #003333;
	border-left: 1px solid #003333;
	height:15px;
	background-image: url(../img/bg_subnav.jpg);
	z-index:11;
}

#container ul li li a.bottom {
	border-bottom: 1px solid #003333;

}

#container ul li li a:hover {
	color: #ffffff;
	background-color:#003333;
	text-decoration: none;
	background-image: none;
	}
	
#noborder img {
	border: 0px none;
}

#container .contact {
	width:100px;
	padding-left:35px;
}

#container .contacton {
	width:100px;
	padding-left:35px;
	background-image:url(../img/tab_on.gif);
	background-repeat: no-repeat;	
	color: #003333;
}

#container .tabon {
	background-image:url(../img/tab_on.gif);
	background-repeat: no-repeat;	
	color: #003333;
}

