#nav_primair {
	width: auto;
	height: 20px;
	background: #EEEECF;
	position: relative;
	z-index: 99;

}
#nav_hoek {
	position: absolute;
	left: 0px;
	top: 20px;
}
#nav, #nav ul { /* all lists */
	padding: 0px;
	margin: 0px;
	list-style: none;
	line-height: 1;
	z-index: 99;

}

#nav a {
	display: block;

	color: #CCB897;
	padding: 4px 15px 5px 5px;
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;

}
#nav li ul li a {
	width: 120px;
	font-weight: normal;
	border-top: 1px solid #C78C3C;
	border-left: 1px solid #C78C3C;
	border-right: 1px solid #C78C3C;
	border-bottom: 1px solid #C78C3C;
	width: 142px; /* ie5win fix begins */
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 120px;

}	
html>body #nav li ul li a  {
	width: 120px; /* ie5win fix ends */
}

#nav li { /* all list items */
	float: left;
	/* width needed or else Opera goes nuts */
}
#nav a:hover {
	background: #C9B38E;
	color: #000000;
}
#nav a span {
	padding: 0px 8px 0px 0px;
	font-size: 100%;
	display: none; /* ie5win fix begins */
	voice-family: "\"}\"";
	voice-family: inherit;
	display: inline;

}
html>body #nav a span  {
	display: inline; /* ie5win fix ends */
}

#nav li ul { /* second-level lists */
	position: absolute;
	background: #8A1712;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li ul ul { /* third-and-above-level lists */
	margin: -21px 0px 0px 119px;  /* -21px 0px 0px 136px*/
}

#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	margin: 0px -70px -50px -80px; ;  /* -21px 0px 0px 136px*/

}