	
* { margin: 0; padding: 0;  }

ul#nav {
  padding: 0;
  margin-left: 0px;
  margin-right: 10px;
  list-style: none;
  }

.coenraad{ z-index: 15; }

li.menu {
  }

li ul {					/* Voor IE 5 en 6 */
  background-color: transparent; display: none; position: absolute; top: 18px; left: -6px; }

li > ul {					/* Voor FF en IE 7 */
	background-color: transparent; top: 18px; left: 0; }

li:hover ul, li.over ul{ 
	display: block; 
}

li.hoofd {
  padding-left:0;
  padding-top:0;
  width:100px;
  height:16px;
  margin-right:-1px;
  border-right: 1px solid #000;
  cursor:hand;
  cursor:pointer;
  float: left;
  position: relative;
  text-align: center;
  z-index: 900;
}

li.sub { font-size: 11px; line-height: 16px; background-color: #231d46; background-repeat: no-repeat; background-position: 0 bottom; margin-left:9px; margin-top:0; margin-bottom:0; float: left; position: relative; width: 125px; list-style: none; text-align: left; padding-top: 2px; padding-bottom: 4px; z-index:12; border-right: 1px solid #000; border-left: 1px solid #000; }
li.subend { line-height: 2px; background-color: #231d46; list-style: none; margin-top: 0; margin-bottom: 0; margin-left: 9px; padding-top: 2px; padding-bottom: 4px; position: relative; z-index: 13; width: 125px; height: 2px; float: left; border-right: 1px solid #000; border-bottom: 1px solid #000; border-left: 1px solid #000; }
li.spacer { margin-left:9px; float: left; position: relative; width: 125px; height: 8px; line-height: 8px; list-style: none; text-align: left; z-index: 14; }

a.menu { display: block; color:#fff; background-image: none; background-repeat: repeat; background-attachment: scroll; background-position: 0 0; padding-left:5px; text-decoration:none; }

a.hmenu { display: block; color:#fff; font-weight: 700; line-height: 18px; padding-left:0; text-decoration:none; }

a:hover.hmenu {
	/*background:#00ae46;*/
	color:#aaaaaa; 
	text-decoration:none; 
}

a:hover.menu {
	/*background:#00ae46;*/
	color:#999999;
}


#menu { 
	width:915px; 
	height:30px; 
	z-index: 11;
	margin: 0 0 0 40px;  
	border: solid 0px #cccccc; 
}

