#linkermenu   ,#linkermenu ul   {
	font-weight: bold;
	text-decoration: none;
	width: 170px;
	border-size: 0px;
	float: left; /* aangezien dit een zwevend element betreft, moet er een breedte worden opgegeven */
	width: 175px;
	padding-right: 5px;
	padding-left: 0px;
	list-style-type: none;
	text-align: left;
	list-style: none;
}	
#linkermenu li a {
	font-weight: bold;
	voice-family: "\"}\"";
	voice-family: inherit;
	text-decoration: none;
	list-style-type: none;
	line-height: 15px;
}	
	
#linkermenu li a:link, #linkermenu li a:visited {
	color: #888;
	font-size: 9px;
	font-weight: bold;
	text-decoration: none;
	display: block;
	padding: 8px 0 6px 9px;
	border-bottom: 1px solid #ddd;
	list-style-type: none;
}
	
#linkermenu li a:hover {
	color: #555;
	font-weight: bold;
	text-decoration: none;
	padding: 8px 0 6px 9px;
	border-bottom: 1px solid #ddd;
	list-style-type: none;
	background-color: #ededed;
}

.menuWit {
	color: #009ee0;
	font-size: 10px;
	font-family: verdana, helvetica;
	font-weight: bold;
	line-height: 27px;
	background-image: url(../images/all/menu1.jpg);
	vertical-align: middle;
	padding-left: 8px;
	list-style-type: none;
	margin-left: 0px;
	margin-top: 0px;
	background-position: -250px 0px;
	background-repeat: no-repeat;
}
.actief  {
	color: #333333;
	font-size: 9px;
	font-family: verdana, helvetica;
	font-weight: bold;
	border-bottom: 1px solid #ddd;
	padding-top: 8px;
	padding-right: 5px;
	padding-bottom: 6px;
	padding-left: 8px;
}
#container #linkermenu .anker  {
	color: #006798;
	margin: 0px;
	font-size: 9px;
	padding: 8px 0 4px 9px;
}

