#nav {
	font: Verdana, Arial, Helvetica, Sans-serif;
}
#nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#nav a {
	background: #f9f9f1;
	display: block;
	height: 100%;
	text-align: right;
	padding: 0 10px 0 0;
	color: #444;
	font-size: 85%;
	border-top: solid 0px White;
	border-bottom: solid 1px #ffcb5b;
	text-decoration: none;
}
#nav a:hover {
	background: #f4f4e4;
	color: orange;
}
.actief {
	font-weight: bold;
}