#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#nav {
	background:#3f3f3f;
	height:46px;
	}

#nav a {
	display: block;
	height:46px;
	line-height:46px;
	color:#ffffff;
	padding:0px 10px 0px 9px;
	/*font-size:12px;*/
	text-transform:uppercase;
	text-decoration:none;
	}
#nav li.active a {
	/* background:#1f1f1f; */
	}
#nav a:hover {
	background:#363636;
	}

#nav li { /* all list items */
	float: left;
}

#nav li ul { /* second-level lists */
	position: absolute;
	background: lightblue;
	width: 150px;
	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: -1em 0 0 20em;
}

#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;
	height:0;
	overflow:hidden;
}

#nav li li a {
	height:auto;
	background-color:#F00;
	line-height:1.6;
	display:block;
	float:none;
	clear:both;
}

/* aanmelden button */
#nav li#navitem122 {
	float: right;
}
#nav li#navitem122 a {
	background-color: #E85425;
}
#nav li#navitem122 a:hover {
	background-color: #C6380D;
}
