/* Start of CMSMS style sheet 'VPD - Menu' */
/* CSS Document */
  div.home {
    width: 94px;
    background: url(images/home.png) 0 -50px no-repeat;
  }
  div.home a {
    background: url(images/home.png) top left no-repeat;
  }
  div.home2 {     /** currently selected/parent menu item **/
    width: 94px;
    background: url(images/home.png) 0 -50px no-repeat;
  }
  div.home2 a {     /** currently selected/parent menu item **/
    background: url(images/home.png) 0 -100px no-repeat;
  }

  div.portfolio {
    width: 159px;
    background: url(images/portfolio.png) 0 -50px no-repeat;
  }
  div.portfolio a {
    background: url(images/portfolio.png) top left no-repeat;
  }
  div.portfolio2 {     /** currently selected/parent menu item **/
    width: 159px;
    background: url(images/portfolio.png) 0 -50px no-repeat;
  }
  div.portfolio2 a {     /** currently selected/parent menu item **/
    background: url(images/portfolio.png) 0 -100px no-repeat;
  }

  div.overons {
    width: 147px;
    background: url(images/overons.png) 0 -50px no-repeat;
  }
  div.overons a {
    background: url(images/overons.png) top left no-repeat;
  }
  div.overons2 {     /** currently selected/parent menu item **/
    width: 147px;
    background: url(images/overons.png) 0 -50px no-repeat;
  }
  div.overons2 a {     /** currently selected/parent menu item **/
    background: url(images/overons.png) 0 -100px no-repeat;
  }

  div.diensten {
    width: 141px;
    background: url(images/diensten.png) 0 -50px no-repeat;
  }
  div.diensten a {
    background: url(images/diensten.png) top left no-repeat;
  }
  div.diensten2 {     /** currently selected/parent menu item **/
    width: 141px;
    background: url(images/diensten.png) 0 -50px no-repeat;
  }
  div.diensten2 a {     /** currently selected/parent menu item **/
    background: url(images/diensten.png) 0 -100px no-repeat;
  }

  div.verkoop {
    width: 135px;
    background: url(images/verkoop.png) 0 -50px no-repeat;
  }
  div.verkoop a {
    background: url(images/verkoop.png) top left no-repeat;
  }
  div.verkoop2 {     /** currently selected/parent menu item **/
    width: 135px;
    background: url(images/verkoop.png) 0 -50px no-repeat;
  }
  div.verkoop2 a {     /** currently selected/parent menu item **/
    background: url(images/verkoop.png) 0 -100px no-repeat;
  }

  div.contact {
    width: 137px;
    background: url(images/contact.png) 0 -50px no-repeat;
  }
  div.contact a {
    background: url(images/contact.png) top left no-repeat;
  }
  div.contact2 {     /** currently selected/parent menu item **/
    width: 137px;
    background: url(images/contact.png) 0 -50px no-repeat;
  }
  div.contact2 a {     /** currently selected/parent menu item **/
    background: url(images/contact.png) 0 -100px no-repeat;
  }

  div.nav {
    height: 50px;
    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 'VPD - Menu' */


