#nav li span { display: none; }

#nav li { float:left; list-style:none; position:relative; }

#nav li, #nav a { 
	height:27px;	/* Each button must have the same height, define it here */
	display:block;
	margin:0;
	padding:0;
	}

#nav li#bnn { width:70px;}
#nav li#home { width:90px; }
#nav li#over{ width:160px; }
#nav li#kandidaten{ width:149px;}
#nav li#video{ width:100px; }

#nav #bnn a:hover { background:url("/static/lijst0/images/menu.png") 0 0 no-repeat; }
#nav #home a:hover { background:url("/static/lijst0/images/menu.png") 0 -56px    no-repeat; }
#nav #over a:hover { background:url("/static/lijst0/images/menu.png") -90px -56px    no-repeat; }
#nav #kandidaten a:hover { background:url("/static/lijst0/images/menu.png") -250px -56px    no-repeat; }
#nav #video a:hover { background:url("/static/lijst0/images/menu.png") -400px  -56px    no-repeat; }

#nav #bnn_active { background:url("/static/lijst0/images/menu.png") 0 0 no-repeat; }
#nav #home_active { background:url("/static/lijst0/images/menu.png") -244px -56px    no-repeat; }
#nav #over_active { background:url("/static/lijst0/images/menu.png") -330px -56px    no-repeat; }
#nav #kandidaten_active { background:url("/static/lijst0/images/menu.png") -215px -56px    no-repeat; }
#nav #video_active { background:url("/static/lijst0/images/menu.png") -420px  -56px    no-repeat; }


#header ul {
	margin:0;
	padding:85px 0 0 420px;
}
#header ul li {
	width:105px;
	height:100px;
	list-style:none;
	float:left;
	border:#000 solid 0px;
}

#header ul li a {
 display: block;
width: 105px;
height: 100px;
}
#header ul li a span {
	display:none
}
