#nav {
    padding:0;
    margin:0;
    list-style: none;
    width:244px;
    height:488px;
    overflow:hidden;
}
#nav a {
    display:block;
    background-image: url(../images/navigation_N.jpg);
	background-repeat:no-repeat;
    padding-top: 30px; /* same as height as the button-height */
	!height: 0px; /* IE7 fix */
    text-decoration: none; /* needed for IE8 beta, otherwise it still shows the underlines */
}






#nav-home {
    width:244px;
}
#nav-home:hover {
    background-position: -244px 0px;
}
.nav-home-selected {
    width:244px;
    background-position: -244px 0px;
}



#nav-camping {
    width:244px;
    background-position: 0px -30px;
}


#nav-tentenweide {
    width:244px;
    background-position: 0px -60px;
}
#nav-tentenweide:hover {
    background-position: -244px -60px;
}
.nav-tentenweide-selected {
    width:244px;
    background-position: -244px -60px;
}


#nav-caravans {
    width:244px;
    background-position: 0px -90px;
}
#nav-caravans:hover {
    background-position: -244px -90px;
}
.nav-caravans-selected {
    width:244px;
    background-position: -244px -90px;
}


#nav-trekkershutten {
    width:244px;
    background-position: 0px -120px;
}
#nav-trekkershutten:hover {
    background-position: -244px -120px;
}
.nav-trekkershutten-selected {
    width:244px;
    background-position: -244px -120px;
}


#nav-kampeerautoterrein {
    width:244px;
    background-position: 0px -150px;
}
#nav-kampeerautoterrein:hover {
    background-position: -244px -150px;
}
.nav-kampeerautoterrein-selected {
    width:244px;
    background-position: -244px -150px;
}


#nav-fietsverhuur {
    width:244px;
    background-position: 0px -180px;
}
#nav-fietsverhuur:hover {
    background-position: -244px -180px;
}
.nav-fietsverhuur-selected {
    width:244px;
    background-position: -244px -180px;
}


#nav-ligging {
    width:244px;
    background-position: 0px -210px;
}
#nav-ligging:hover {
    background-position: -244px -210px;
}
.nav-ligging-selected {
    width:244px;
    background-position: -244px -210px;
}


#nav-tarieven {
    width:244px;
    background-position: 0px -240px;
}
#nav-tarieven:hover {
    background-position: -244px -240px;
}
.nav-tarieven-selected {
    width:244px;
    background-position: -244px -240px;
}


#nav-reserveren {
    width:244px;
    background-position: 0px -270px;
}
#nav-reserveren:hover {
    background-position: -244px -270px;
}
.nav-reserveren-selected {
    width:244px;
    background-position: -244px -270px;
}


#nav-contact {
    width:244px;
    background-position: 0px -300px;
}
#nav-contact:hover {
    background-position: -244px -300px;
}
.nav-contact-selected {
    width:244px;
    background-position: -244px -300px;
}


#nav-omgeving {
    width:244px;
    background-position: 0px -330px;
}
#nav-omgeving:hover {
    background-position: -244px -330px;
}
.nav-omgeving-selected {
    width:244px;
    background-position: -244px -330px;
}


#nav-links {
    width:244px;
    background-position: 0px -360px;
}
#nav-links:hover {
    background-position: -244px -360px;
}
.nav-links-selected {
    width:244px;
    background-position: -244px -360px;
}


#nav-fotos {
    width:244px;
    background-position: 0px -390px;
}
#nav-fotos:hover {
    background-position: -244px -390px;
}
.nav-fotos-selected {
    width:244px;
    background-position: -244px -390px;
}



#nav-gastenboek {
    width:244px;
    background-position: 0px -420px;
}
#nav-gastenboek:hover {
    background-position: -244px -420px;
}
.nav-gastenboek-selected {
    width:244px;
    background-position: -244px -420px;
}



#nav-einde {
    width:244px;
    background-position: 0px -450px;
}



