div#nav1 a {
	description			: Links in de top navigatie;
	padding				: 0 18px;
	color				: #0082a5;
	font-size			: 12px;
	height				: 35px;
	font-weight			: normal;
}
div#nav1 a:hover {
	padding				: 0 18px;
	background			: #e42019;
	color				: white;
	description: Links in top navigation with mouse over them;
}

div#nav1 ul ul {
	border				: 1px solid #d2d3d4;
	background-color	: #ffffff;
	width				: 160px;
	description: Deeper levels in top navigation;
}

div#nav1 li li a {
	background			: white;
	font-size			: 11px;
	height				: 20px;
	font				: normal 11px verdana;
	color				: #e42019;
	padding				: 0 3px;
	description: Links in deeper levels in top navigation;
}

div#nav1 li li a:hover {
	background			: white url(http://www.leaf.eu/plaatjes/menupijl.gif) no-repeat;
	font-size			: 11px;
	height				: 20px;
	font				: normal 11px verdana;
	text-decoration		: underline;
	color				: #e42019;
	padding				: 0 3px;
	description: Links in deeper levels in top navigation;
}

.rood {
	background			: url(http://www.leaf.eu/plaatjes/rood.gif);
	height				: 35px;
	width				: 1px;
}
