/* Start of CMSMS style sheet 'speciaal_menu' */
  /* CSS Document */
  div.home {
    width: 57px;
    background: url(images/home.jpg) 0 -42px no-repeat;
  }
  div.home a {
    background: url(images/home.jpg) top left no-repeat;
  }
  div.home2 {     /** currently selected/parent menu item **/
    width: 57px;
    background: url(images/home.jpg) 0 -42px no-repeat;
  }
  div.home2 a {     /** currently selected/parent menu item **/
    background: url(images/home.jpg) 0 -84px no-repeat;
  }

  div.services{
    width: 101px;
    background: url(images/services.jpg) 0 -42px no-repeat;
  }
  div.services a {
    background: url(images/services.jpg) top left no-repeat;
  }
  div.services2 {     /** currently selected/parent menu item **/
    width: 101px;
    background: url(images/services.jpg) 0 -42px no-repeat;
  }
  div.services2 a {     /** currently selected/parent menu item **/
    background: url(images/services.jpg) 0 -84px no-repeat;
  }

  div.about{
    width: 78px;
    background: url(images/about.jpg) 0 -42px no-repeat;
  }
  div.about a {
    background: url(images/about.jpg) top left no-repeat;
  }
  div.about2{     /** currently selected/parent menu item **/
    width: 78px;
    background: url(images/about.jpg) 0 -42px no-repeat;
  }
  div.about2 a {     /** currently selected/parent menu item **/
    background: url(images/about.jpg) 0 -84px no-repeat;
  }

  div.sites{
    width: 77px;
    background: url(images/sites.jpg) 0 -42px no-repeat;
  }
  div.sites a {
    background: url(images/sites.jpg) top left no-repeat;
  }
  div.sites2{     /** currently selected/parent menu item **/
    width: 77px;
    background: url(images/sites.jpg) 0 -42px no-repeat;
  }
  div.sites2 a {     /** currently selected/parent menu item **/
    background: url(images/sites.jpg) 0 -84px no-repeat;
  }

  div.contact{
    width: 77px;
    background: url(images/contact.jpg) 0 -42px no-repeat;
  }
  div.contact a {
    background: url(images/contact.jpg) top left no-repeat;
  }
  div.contact2{     /** currently selected/parent menu item **/
    width: 77px;
    background: url(images/contact.jpg) 0 -42px no-repeat;
  }
  div.contact2 a {     /** currently selected/parent menu item **/
    background: url(images/contact.jpg) 0 -84px no-repeat;
  }

div.nav {
    height: 42px;
    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 'speciaal_menu' */

