#menu {
background: url(images/Menu_off.jpg);
position: relative;
left: 0px;
top: 0px;
width: 587px;
height: 581px;
}

#menu a span { visibility: hidden; }
  
a#info { position: absolute; left: 0px; top: 0px; height: 130px; width: 440px; text-decoration: none; }
a#contact { position: absolute; left: 71px; top: 89px; height: 130px; width: 440px; text-decoration: none; }
a#gastenboek { position: absolute; left: 152px; top: 181px; height: 120px; width: 430px; text-decoration: none; }
a#agenda { position: absolute; left: 137px; top: 268px; height: 120px; width: 430px; text-decoration: none; }
a#apparatuur { position: absolute; left: 67px; top: 345px; height: 140px; width: 450px; text-decoration: none; }
a#fotos { position: absolute; left: 0px; top: 442px; height: 139px; width: 449px; text-decoration: none; }

a#info:hover { background-image: url(images/info_on.jpg); border: none; }
a#contact:hover { background-image: url(images/contact_on.jpg); border: none; }
a#gastenboek:hover { background-image: url(images/gastenboek_on.jpg); border: none; }
a#agenda:hover { background-image: url(images/agenda_on.jpg); border: none; }
a#apparatuur:hover { background-image: url(images/apparatuur_on.jpg); border: none; }
a#fotos:hover { background-image: url(images/fotos_on.jpg); border: none; }
