#menu{
	position:relative;
	font-size:12px;
	font-weight:bold;
	color:#000;
	width:769px;
	height:32px;
	background: url(../images/menu.png) no-repeat bottom left;	
}
#menu ul {
	padding:0;
	margin:0;
}
#menu ul li{
	position:relative;
	list-style:none;
	float:left;
	padding:0;
	margin:0;
	width:98px;
	text-align:center;
	height:21px;
	padding-top:11px;
}
#menu ul li#active{
	position:relative;
	width:99px;
	height:26px;
	padding-top:8px;
	background: url(../images/active_nieuws.png) no-repeat top left;	
}

#menu ul li#sub_active{
	width:99px;
	height:23px;
	padding-top:11px;
	background: url(../images/active_nieuws.png) no-repeat -99px 0px;	
}
#menu ul li#active_geleend{
	position:relative;
	width:99px;
	height:26px;
	padding-top:8px;
	margin-left:-2px;
	background: url(../images/active_geleend.png) no-repeat top left;	
}

#menu ul li#active_instelling{
	position:relative;
	width:108px;
	height:26px;
	text-align:left;
	padding-left:18px;
	padding-top:8px;
	margin-left:-2px;
	background: url(../images/active_instellingen.png) no-repeat top left;	
}

#menu ul li#spacer{
	position:relative;
	list-style:none;
	float:left;
	padding:0;
	margin:0;
	width:150px;
	height:31px;
}
#menu ul li#spacer_active{
	position:relative;
	list-style:none;
	float:left;
	padding:0;
	margin:0;
	width:150px;
	height:31px;
		background: url(../images/active_geleend.png) no-repeat -99px 0px;	
}


#menu ul li a{
	position:relative;
	display:block;
	height:100%;
	color:white;
	font-size:10px;
	color:#555555;
	font-weight:bold;
	text-decoration:none;
}

#menu ul li a:hover,
#menu ul li#active a,
#menu ul li#active_geleend a,
#menu ul li#active_instelling a{
	display:block;
	height:100%;
	color:#c60000;
}

#menu ul li.active a{
	position:relative;
	display:block;
	height:100%;
	padding: 4px 10px 8px 10px;
	background:white;
	color:#000;
	text-decoration:none;
}

#menu ul li.active a{ border-top:3px solid #860101; }
