	
* { margin: 0; padding: 0;  }

ul#nav {
  padding: 0;
  margin-left: 0px;
  margin-right: 10px;
  list-style: none;
  }

.coenraad{
  z-index: 10;
}

li.menu {
  }

li ul {					/* Voor IE 5 en 6 */
  background-color: transparent; display: none; position: absolute; top: 16px; left: -6px; }

li > ul {					/* Voor FF en IE 7 */
	background-color: transparent; top: 16px; left: 0; }

li:hover ul, li.over ul{ 
	display: block; 
}

li.hoofd {
  padding-left:0px;
  padding-top:0px;
  width:75px;
  height:16px;
  margin-right:-1px;
  border-right: 1px solid #1283c7;
  cursor:hand;
  cursor:pointer;
  float: left;
  position: relative;
  text-align: center;
  z-index: 900;
}

li.sub { font-size: 12px; line-height: 16px; background-color: #ffffff; background-image: url(images/gradient_uitklap.gif); background-repeat: no-repeat; background-position: 0 bottom; margin-left:9px; margin-top:0; margin-bottom:0; float: left; position: relative; width: 112px; list-style: none; text-align: left; padding-top: 2px; padding-bottom: 4px;  z-index:12;}

img.lijn { width: 110px; height: 2px; margin:0px; }

li.sub1 { background: #ffffff url(/php-paginas/temp1/images/gradient_uitklap.gif) no-repeat center; margin-left:9px; float: left; position: relative; width: 112px; height: 2px; list-style: none; text-align: left; border-bottom-color: #ffffff; border-bottom-style: solid; }

li.spacer {
  margin-left:9px;
  float: left;
  position: relative;
  width: 112px;
  height: 8px;
  line-height: 8px;
  list-style: none;
  text-align: left;
}

a.menu { display: block; color:#1283c7; background-image: none; background-repeat: repeat; background-attachment: scroll; background-position: 0 0; padding-left:5px; text-decoration:none; }

a.hmenu { 
	display: block; 
	color:#1283c7; 
	font-weight: 700; 
	padding-left:0; 
	text-decoration:none; 
}

a:visited.hmenu {
	color:#1283c7;
}

a:hover.hmenu {
	/*background:#00ae46;*/
	color:#1283c7; 
	text-decoration:underline; 
}

a:hover.menu {
	/*background:#00ae46;*/
	color:#1283c7;
}

a.menu:visited {
	color:#1283c7;
}

#menu { 
	width:800px; 
	height:30px; 
	margin: 0;  
	border: 0px solid #cccccc; 
}

