#menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
  /*width:732px;*/
  line-height: 14px;
}

#menu a, #menu a:visited {
	display: block;
	width: 123px;
	font-family: Arial, Helvetica, sans-serif;
	/* Lettertype. Alleen weghalen het lettertype van het menu anders is dan het standaard lettertype */
  font-size:12px;			/* Grootte van het lettertype */
	text-decoration:none; 	/* Geen underline */
	color:#333333; 			/* Kleur van de tekst */
	padding-top:2px;
	padding-bottom:1px;
	padding-left:10px; 		/* Inspringruimte links */
	padding-right:0px;
	/*width:89px;*/ 			/* Breedte van het a-object (Tel de padding van de totale breedte af voor dit getal) */
	height:15px;  			/* hoogte van het a-object */
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d1d1d1;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #d1d1d1;
	border-left-color: #d1d1d1;
	font-weight: normal;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #d1d1d1;
}

#menu a:hover, #menu a.sfhover {
	color:#FFFFFF;
	background-color: #333333;
}

/* onderstaande om mouseover te handhaven */
#menu :hover > a  {
	width: 117px;
	color:#333333;
	background-color: #FFFFFF;
	border-right-width: 4px;
	border-left-width: 4px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #666666;
	border-left-color: #666666;
	font-weight: normal;
}
		
#menu li {
  float: left;
  margin-top: -1px;
  /*width: 100px;*/
	/*background:#006561;*/
}

#menu li ul {
  position: absolute;
  width: 132px; /*iets breder zodat het menu niet direct dichtklapt als je buiten menu komt */
  /*height: 400px;*/ /*hoogte zodat het menu niet direct dichtklapt als je buiten menu komt */  
/*  background:#000000; */
  left: -999em;
  margin: -19px 0 0 134px;
}

#menu li ul li {
	background:#f0f0f0;
	width: 134px;
}

#menu li:hover ul, #menu li.sfhover ul {
  left: auto;
}

/* 3e-4e-5e-niveau */
#menu li ul ul { 
  margin: -19px 0 0 134px;
}
#menu li:hover ul ul, #menu li:hover ul ul ul, #menu li:hover ul ul ul ul, #menu li:hover ul ul ul ul ul, #menu li.sfhover ul ul, #menu li.sfhover ul ul ul, #menu li.sfhover ul ul ul ul, #menu li.sfhover ul ul ul ul ul {
  left: -999em;
}
#menu li:hover ul, #menu li li:hover ul, #menu li li li:hover ul, #menu li li li li:hover ul, #menu li li li li li:hover ul, #menu li.sfhover ul, #menu li li.sfhover ul, #menu li li li.sfhover ul, #menu li li li li.sfhover ul, #menu li li li li li.sfhover ul {
  left: auto;
}

/*Fix voor IE7 omdat anders menu kan blijven hangen */
#menu li:hover, #menu li.hover {  
  position: static;  
}  

