#nav, #nav UL {
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 11px;
	z-index: 99;
}
#nav {
	position: absolute;
	top: 3px;
	_top: 2px;
	left: 28px;
	width: 100%;
	height: 10px;
	float: left;
	text-align: center;
	z-index: 99;
}
#nav A {
    display: block;
	padding: 0 25px 6px 0;
	text-decoration: none;
	font-size: 11px;
	color:#000;
	vertical-align: middle;
	background: url(/images/algemeen/punten.gif) no-repeat 100% 4px;
}
#nav A:hover, #nav A.actief {
	color:#FF0103;
}
#nav UL LI {
	padding: 0;
	margin: 0;
	z-index: 25;
	z-index: 99;
}
#nav UL LI A {
	text-transform: none;
	font-weight: normal;
	display: block;
	text-align: left;
	width: 170px;
	_width: 188px;
	padding: 0px 10px 3px 10px;
	margin: 0;
	line-height: 18px;
	z-index: 99;
	background: url(/images/algemeen/menu_subitem.gif) no-repeat;
}
#nav UL LI A:hover {
	color: #FE0103;
}
#nav LI {
    FLOAT: left;
}
#nav LI UL {
    position: absolute;
    background: #f1f4f6;
	margin-left: -10px;
    left: -999em;
	width: 180px;
	_width: 188px;
	z-index: 99;
}
#nav LI UL UL {
    background: #f1f4f6;
    margin: -21px 0px 0px 180px;
    width: 140px;
}
#nav LI UL UL A {
    WIDTH: 15em;
}
#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 LI:hover UL, #nav LI LI LI:hover UL, #nav LI.sfhover UL, #nav LI LI.sfhover UL, #nav LI LI LI.sfhover UL {
    LEFT: auto;
}