  body, html, select, input
   {
    margin: 0px;
    padding: 0px;
    background-color:#ffffff;
    font-family: verdana, tahoma, sans serif;
    font-size:8pt;
   }
  
  p
  {
   margin:0px;
  }
  
  #nav, #nav ul 
   {
    width:100%;
    font-family:verdana;
    padding: 0;
    margin: 0;
    list-style: none;
   }

  #nav li 
   {
    float: left;
    width:90px;
   }

  #nav ul 
   {
    position: absolute;
    left: -1000px;
    width:150px;
    background-color:#919191;
   }

  #nav li:hover ul, #nav li.ie_does_hover ul 
   {
    left: auto;
    background-position: 0 0;
   }
   
  .over
   {
    padding:4px;
   }
  
  .over:hover
   {
    background-color:#d9d9d9;
   }

  #nav a 
   {
    display: block;
   } 
   
  a
   {
    color:#174abf;
    text-decoration: underline;
   }
  
  a:link, a:visited, a:active 
   {
    color:#174abf;
    text-decoration: underline;     
   }
  
  a:hover 
   {
    color:#ff7f00;
    text-decoration: underline;
   }
  

  .menu
   {
    color:white;
    font-weight:bold;
    text-decoration: none;
   }
   
  .menu:link, .menu:visited, .menu:active 
   {
    color:white;
    font-weight:bold;
    text-decoration: none;    
   }   
  
  .menu:hover
   {
    font-weight:bold;
    color:#1547ba;
   }
   
  .knop
   {
    width:90px;
    height:23px;
    text-align:center;
    padding-top:7px;
   }
  
  .knop:hover
   {
    background-image: url(http://www.sknossegem.be/img/v2.5/knop.jpg);
   }
   
  .reverse
   {
    background-color:#174abf; 
    color:#ffffff;
    font-weight:bold;
   }
  
   
