/* Start of CMSMS style sheet 'Vivianne - CSS - Menu' */
  div.home {
    width: 83px;
    background: url(images/menu/menu_home.png) 0 -40px no-repeat;
  }
  div.home a {
    background: url(images/menu/menu_home.png) top left no-repeat;
  }
  div.home2 {     /** currently selected/parent menu item **/
    width: 83px;
    background: url(images/menu/menu_home.png) 0 -40px no-repeat;
  }
  div.home2 a {     /** currently selected/parent menu item **/
    background: url(images/menu/menu_home.png) 0 -80px no-repeat;
  }

  div.overons {
    width: 122px;
    background: url(images/menu/menu_overons.png) 0 -40px no-repeat;
  }
  div.overons a {
    background: url(images/menu/menu_overons.png) top left no-repeat;
  }
  div.overons2 {     /** currently selected/parent menu item **/
    width: 122px;
    background: url(images/menu/menu_overons.png) 0 -40px no-repeat;
  }
  div.overons2 a {     /** currently selected/parent menu item **/
    background: url(images/menu/menu_overons.png) 0 -80px no-repeat;
  }

  div.prijzen {
    width: 110px;
    background: url(images/menu/menu_prijzen.png) 0 -40px no-repeat;
  }
  div.prijzen a {
    background: url(images/menu/menu_prijzen.png) top left no-repeat;
  }
  div.prijzen2 {     /** currently selected/parent menu item **/
    width: 110px;
    background: url(images/menu/menu_prijzen.png) 0 -40px no-repeat;
  }
  div.prijzen2 a {     /** currently selected/parent menu item **/
    background: url(images/menu/menu_prijzen.png) 0 -80px no-repeat;
  }

  div.behandelingen {
    width: 208px;
    background: url(images/menu/menu_behandelingen.png) 0 -40px no-repeat;
  }
  div.behandelingen a {
    background: url(images/menu/menu_behandelingen.png) top left no-repeat;
  }
  div.behandelingen2 {     /** currently selected/parent menu item **/
    width: 208px;
    background: url(images/menu/menu_behandelingen.png) 0 -40px no-repeat;
  }
  div.behandelingen2 a {     /** currently selected/parent menu item **/
    background: url(images/menu/menu_behandelingen.png) 0 -80px no-repeat;
  }

  div.contact {
    width: 107px;
    background: url(images/menu/menu_contact.png) 0 -40px no-repeat;
  }
  div.contact a {
    background: url(images/menu/menu_contact.png) top left no-repeat;
  }
  div.contact2 {     /** currently selected/parent menu item **/
    width: 107px;
    background: url(images/menu/menu_contact.png) 0 -40px no-repeat;
  }
  div.contact2 a {     /** currently selected/parent menu item **/
    background: url(images/menu/menu_contact.png) 0 -80px no-repeat;
  }

  div.nav {
    height: 40px;
    margin: 0;
    float: left;
  }
  div.nav a {
    display: block;
    margin: 0; padding:0;
    width:100%; height:100%;
    overflow:hidden;
  }
  div.nav a:hover {
  background-image: none;
  }
/* End of 'Vivianne - CSS - Menu' */

