#menuLeft a {
	display: block;	overflow: hidden;
	text-decoration: none;
	background: #fff url('../images/menu/algemeen.gif') top right no-repeat;
	width: 78px; height: 36px; line-height: 36px;
	padding-left: 5px;
	margin-bottom: 7px;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	z-index: 11;
	}

#menuLeft a:hover {
	background: #fff url('../images/menu/overig.gif') top right no-repeat;
	color: #000;
	z-index: 11;
	}
#menuLeft a.active {
	background: #fff url('../images/menu/overig.gif') top right no-repeat;
	color: #fff;
	z-index: 11;
	}

#menuLeft a.dubbel {
	line-height: 18px;
	}

