<style>
dummy{
  position: absolute;
}

div.logo{
  background-color: #FFF;
  padding: 10px 10px 10px 10px;

  position: absolute;
  left: 8px;
  top: 10px;
  width: 150px;

  display:block;
  border-width: 0px 0px 0px 0px;
  border-style: solid;
  text-align:center;
}

div.inhoud{
  background-color: #DDD;
  padding: 10px 10px 10px 10px;

  position: absolute;
  left: 180px;
  top: 10px;
  width: 800px;
  display:block;
  border-width: 10px 2px 10px 2px;
  border-style: solid
}

#navcontainer{
  /* container div set-up */
  border: 1px solid black;
  background: #EEE;
  position: absolute;
  left: 8px;
  top: 100px;
  width: 140px;
  padding: 10px;
  font-size: 10px; /* Set font-size so theres no default */
  font-family: sans-serif;
  line-height: 15px; /* Set line-height because I think it looks better like this ;^) */
  letter-spacing: .075em; /* Set letter-spacing so text don't jump as much when it turns bold on hover */

  border-width: 4px 1px 4px 1px;
  border-style: solid

}

#navcontainer a{
  /* Set text-decoration and color so there is no default */
  text-decoration: none;
  color: #000000;
}

#navcontainer ul{
  list-style-type: none;
  padding-left: 0px;
  margin: 0px;
}

#navcontainer ul ul{
  padding-left: 5px; /* offset sub menu */
}

#navcontainer ul li{
  padding-left: 3px;
  margin-left: 2px; /* Set margin-left to set-up the left border */
  background-image: url(http://www.wms.to/fileadmin/template/wms/green.gif);
  background-position: bottom;
  background-repeat: no-repeat;
}

#navcontainer ul li:hover{
  padding-left: 3px;
  margin-left: 2px; /* Set margin-left to set-up the left border */
  background-image: url(http://www.wms.to/fileadmin/template/wms/red.gif);
  background-position: bottom;
  background-repeat: no-repeat;
}

#navcontainer ul li#active{
  margin-left: 0px;  /* Set margin back half of left-border width (5px) */
}

#navcontainer ul ul li#subactive {
  margin-left: 0px; /* Set margin back half the 30px padding above */
  border-left: 5px solid #3165ce;
}

#navcontainer li {border-left: 5px solid #3165ce;}
#navcontainer li#active {border-left: 5px solid #3165ce;}

#current{
  font-weight: bold; 
  color: #FFF;
}

#subcurrent{
  font-weight: bold; 
  color: #000;
}

</style>
