	#nav, #nav ul { /* all lists */
		padding: 0;
		margin: 0;
		list-style: none;
		float : left;
		width : 100%;
		font-family: Rockwell, Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
		min-height:30px;
		
	}
	
	#nav li { /* all list items */
		position : relative;
		float : left;
		line-height : 30px;
		line-height : 20px;
		margin-bottom : -1px;
		width : 100%;
		border-bottom : 5px solid white;
		
	}
	
	#nav li ul { /* second-level lists */
		position : absolute;
		left: -999em;
		margin-left : 171px;
		margin-top : -28px;
	}
	
	#nav li ul ul { /* third-and-above-level lists */
		left: -999em;
	}
	
	#nav li a {
		width : 100%;
		display : block;
		color : black;
		font-weight : bold;
		text-decoration : none;
		background-color : #ff7f00;
		border : 0px solid black;
		/* dit uitzoeken, gaat niet goed in IE6 */
		padding : 0;
		color: #FFFFFF;
		padding-top:4px; padding-bottom:4px;
		
		
	}
	
	#nav li a:hover {
		color : white;
		background-color : #82765a;
	}
	
	#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
		
	}
	
	#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;
	}
	
	
	

