/* Navigatie eerste (bovenste) balk */
#headerTopDark {
	padding: 10px 0 0 288px;
	font-size: 11px;
	text-transform: uppercase;
}
#headerTopDark a {
	color: #fffcfd;
	font-weight: bold;
	text-decoration: none;
	padding: 0 11px 0 11px;
	background: url(/images/algemeen/scheidingsteken.gif) no-repeat 0% 0%;
}
#headerTopDark a.first {
	background: none;
}
#headerTopDark a.active,
#headerTopDark a:hover {
	color: #003a73;
	text-decoration: underline;
}


/* Navigatie tweede balk */
#menubar {
	padding: 10px 0 0 45px;
	font-size: 11px;
	text-transform: uppercase;
}
#menubar a {
	display: block;
	color: #003a73;
	font-weight: bold;
	text-decoration: none;
	padding: 0 11px 6px 11px;
	background: url(/images/algemeen/scheidingsteken.gif) no-repeat 0% 0%;
}
#menubar a.first {
	background: none;
}
#menubar a.active,
#menubar a:hover {
	color: #fffcfd;
	text-decoration: underline;
}

ul.nav, 
ul.nav li, 
ul#nav,
ul#nav li {
	margin: 0px;
	padding: 0px;
	float: left;
	list-style-type: none;
	list-style-image: none;
	z-index: 99;
}
#nav {
	width: 100%;
	height: 10px;
	text-align: center;
}
#nav UL LI {
	border-bottom: 1px solid #8fa9ca;
}
#nav UL LI A {
	text-transform: none;
	font-weight: normal;
	display: block;
	text-align: left;
	width: 140px;
	_width: 175px;
	padding: 1px 10px 2px;
	margin: 0;
	line-height: 17px;
	color: 004e97;
	background: #fff;
	z-index: 99;
}
#nav UL LI A:hover,
#nav UL LI A.active {
	color: #ee3d33;
	text-decoration: none;
}
#nav LI UL {
	margin: 0;
	padding: 0;
    position: absolute;
    border-top: #8fa9ca 1px solid;
    border-bottom: 0;
    background: #f1f4f6;
	left: -999em;
	width: 100px;
	_width: 175px;
	z-index: 99;
}
#nav LI:hover UL UL, #nav LI:hover UL UL UL, #nav LI.sfhover UL UL, #nav LI.sfhover UL UL UL {
    left: -999em;
}
#nav LI:hover UL, 
#nav LI.sfhover UL {
	left: auto;
	margin-left: 2px;
}
#nav LI LI:hover UL, 
#nav LI LI LI:hover UL, 
#nav LI LI.sfhover UL, 
#nav LI LI LI.sfhover UL {
	left: auto;
	margin: -21px 0 0 175px;
}



/* Navigatie onderstaande balk */
.navigatie_footer {
	position: absolute;
	top: 18px;
	left: 318px;
	color: #ed9e99;
}
.navigatie_footer a {
	color: #ed9e99;
	text-decoration: none;
}
