#topmenu {
	background: url('../img/topmenu.png') no-repeat;
	height: 29px;
	width: 599px;
	margin: 59px 0 0 258px;
	text-align: left;
	padding: 0 0 0 5px;
}
#topmenu a,
#topmenu li.actief ul a{
	color: #FBB;
}
#topmenu a:hover,
#topmenu li.actief ul a:hover,
#topmenu li.actief a{
	color: #FFF;
	font-weight: normal;
}
#topmenu li{
	float: left;
	display: inline;
	position: relative;
	padding: 8px 5px 6px 10px;
	background: url('../img/seperator.png') no-repeat left center;
}
#topmenu li.eerste{
	background-image: none;
}
#topmenu ul{
	list-style-type: none;
	position: absolute;
	visibility: hidden;
	clear: both;
	width: 130px;
	line-height: 29px;
	padding: 0;
	margin-top: 6px;
	left: 3px;
	background: url('../img/shadowmenuright.png') repeat-y right;

}
#topmenu li:hover ul{
	visibility: visible;
}
#topmenu li.eerste ul{
	left: -2px;
}
#topmenu li.eerste ul a{
	padding: 0 0 0 15px;
	width: 115px;
}
#topmenu ul li{
	margin: 0;
	padding: 0 3px 0 0;
	background-image: none;
}
#topmenu ul li.laatste{
	padding: 0 0 3px 0;
	margin: 0 3px 0 0;
	background: url('../img/shadowmenubottom.png') repeat-x bottom;
}
#topmenu ul li a{
	margin: 0 0 0 -3px;
	padding: 0 0 0 10px;
	display: block;
	width: 120px;
	background: #B02A1D;
	opacity: 0.70;
	filter: alpha(opacity=70);
}