#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#nav a {
	display: block;
	text-decoration:none; 
	/*width: 10em;  width needed or else Opera goes nuts */
}


#nav li { /* all list items */
	float: left;
	width:auto;
	/*width: 10em;  width needed or else Opera goes nuts */
}

#nav li#active { /* all list items */
	/*background-color:#00677A;*/
	background-color:#01009A;
	/*width: 10em;  width needed or else Opera goes nuts */
}
/* textaanduiding op de nav */
#nav li#active a, #nav li#active a:link, #nav li#active a:visited, #nav li#active a:hover , #nav li#active a:active { color:#fff; } 


#nav li ul { /* second-level lists */
	position: absolute;
	background: orange;
	width: 200px;
	/*  z-index: 4;  */
	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: -20px 0 0 200px;
}

#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 { /* lists nested under hovered list items */
	left: auto;
}

/* custom style mouseover bij drowpdown */
#nav li:hover, #nav li li:hover, #nav li li li:hover  { /* lists nested under hovered list items */
	background-color:#CC6633;
}

#nav li li{ /* all list items */
	clear: left; width:100%;
}

#nav li {background-color:#ff6633; height:20px; color:#000; border-right: 1px solid #fff; }

#nav li a { margin:3px 12px 2px 12px; color:#fff; font-weight:bold; }
#nav li li a { margin:5px 12px 5px 12px; font-weight:normal; }
#nav li li a { color:#fff; }
#nav li li{ border:none; background-color:#ff6633; height:auto; border-top: 1px solid #FF9966; }
#nav li.daddy2 { font-weight:bold; background-image: url(/clientdata/icons/subnav.png); background-repeat: no-repeat; background-position: top right;}

