#menu1 ul {

}

#menu1 li {
	list-style-type:none;
	float: left;
}

#menu1 a {
	display: block;
	height: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 6px 10px 5px 10px;
	width: auto;
	float: left;
}

#menu1 a:hover {
	background-image: url(../images/bg_menu-rollover.jpg);
	color: #6c9e25;
	text-decoration: none;
	background-repeat: no-repeat;
}

#menu1 a.actief {
	background-image: url(../images/bg_menu-rollover.jpg);
	color: #6c9e25;
	text-decoration: none;
	background-repeat: no-repeat;
}