/* 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;
  }


        .lavaLampWithImage {
            position: relative;
            height: 50px;
            width: 850px;
padding-left: 10px;
            overflow: hidden;
        }
                .lavaLampWithImage li {
                    float: left;
                    list-style: none;
                }
                    .lavaLampWithImage li.back {
                        background: url("images/lava.png") no-repeat right -50px;
                        width: 9px; height: 50px;
                        z-index: 8;
                        position: absolute;
                    }
                        .lavaLampWithImage li.back .left {
                            background: url("images/lava.png") no-repeat top left;
                            height: 50px;
                            margin-right: 9px; /* 7px is the width of the rounded shape */
                        }
                    .lavaLampWithImage li a {
                        font: bold 18px arial;
                        text-decoration: none;
                        color: #fff;
                        outline: none;
                        text-align: center;
                        top: 18px;
                        text-transform: uppercase;
                        letter-spacing: 0;
                        z-index: 10;
                        display: block;
                        float: left;
                        height: 50px;
                        position: relative;
                        overflow: hidden;
                        margin: auto 12px;    
                    }
                        .lavaLampWithImage li a:hover, .lavaLampWithImage li a:active, .lavaLampWithImage li a:visited {
                            border: none;
                        }
/* End of 'VPD - Menu' */

