@CHARSET "UTF-8";

/* MENU */
#menu_link_home {
  background: url("../img/menu_nl.gif");
}

#menu_link_service {
  background: url("../img/menu_nl.gif") -0px -25px no-repeat;
}

#menu_link_onderhoud {
  background: url("../img/menu_nl.gif") -0px -50px no-repeat;
}

#menu_link_verhuizingen {
  background: url("../img/menu_nl.gif") -0px -75px no-repeat;
}

#menu_link_hechtkoppenservice {
  background: url("../img/menu_nl.gif") -0px -100px no-repeat;
}

#menu_link_vouwwalsen {
  background: url("../img/menu_nl.gif") -0px -125px no-repeat;
}

#menu_link_onsaanbod {
  background: url("../img/menu_nl.gif") -0px -150px no-repeat;
}

#menu_link_contact {
  background: url("../img/menu_nl.gif") -0px -175px no-repeat;
}



#menu_link_disclaimer {
  background: url("../img/menu_nl.gif") -0px -200px no-repeat;
}

/* MENU HOVER*/
  
#menu_link_home:hover {
  background: url("../img/menu_nl_over.gif");
}

#menu_link_service:hover {
  background: url("../img/menu_nl_over.gif") -0px -25px no-repeat;
}

#menu_link_onderhoud:hover {
  background: url("../img/menu_nl_over.gif") -0px -50px no-repeat;
}

#menu_link_verhuizingen:hover {
  background: url("../img/menu_nl_over.gif") -0px -75px no-repeat;
}

#menu_link_hechtkoppenservice:hover {
  background: url("../img/menu_nl_over.gif") -0px -100px no-repeat;
}

#menu_link_vouwwalsen:hover {
  background: url("../img/menu_nl_over.gif") -0px -125px no-repeat;
}

#menu_link_onsaanbod:hover {
  background: url("../img/menu_nl_over.gif") -0px -150px no-repeat;
}

#menu_link_contact:hover {
  background: url("../img/menu_nl_over.gif") -0px -175px no-repeat;
}


#menu_link_disclaimer:hover {
  background: url("../img/menu_nl_over.gif") -0px -200px no-repeat;
}
/* MENU ACTIF*/
  
#menu_link_home_actif {
  background: url("../img/menu_nl_actif.gif");
}

#menu_link_service_actif {
  background: url("../img/menu_nl_actif.gif") -0px -25px no-repeat;
}

#menu_link_onderhoud_actif {
  background: url("../img/menu_nl_actif.gif") -0px -50px no-repeat;
}

#menu_link_verhuizingen_actif {
  background: url("../img/menu_nl_actif.gif") -0px -75px no-repeat;
}

#menu_link_hechtkoppenservice_actif {
  background: url("../img/menu_nl_actif.gif") -0px -100px no-repeat;
}

#menu_link_vouwwalsen_actif {
  background: url("../img/menu_nl_actif.gif") -0px -125px no-repeat;
}

#menu_link_onsaanbod_actif {
  background: url("../img/menu_nl_actif.gif") -0px -150px no-repeat;
}

#menu_link_contact_actif {
  background: url("../img/menu_nl_actif.gif") -0px -175px no-repeat;
}



#menu_link_disclaimer_actif {
  background: url("../img/menu_nl_actif.gif") -0px -200px no-repeat;
}