ul#menu {
	top: 0px;
	left: 0px;
	padding: 0px 0px 0px 0px;
  	margin: 0px 0px 0px 0px; 
	width:160px;
  	font: normal normal bold 11px sans-serif;
  	list-style-type: none;
  	line-height:15px;
  	vertical-align: middle;
  	background-color: #b6ccc8;  	
	}


#menu ul {
  	list-style-type: none;
  	font: normal normal normal 11px sans-serif;
    	line-height:15px;
	}

#menu li {
	background-image: url(/images/submenu_hoek.gif);
	background-repeat: no-repeat;
	background-position: 0 .5em;

  	border-bottom: 1px solid #000;
  	padding-top: 3px;
  	padding-bottom: 3px;
  	padding-left:15px;
  	
}

#menu li li {
 	background-image: url(/images/bullet_subitem.gif);
 	background-repeat: no-repeat;
 	background-position: 0 .3em;
 	border-bottom: 0px;
  	padding-top: 3px;
  	padding-bottom: 3px;
	margin-left: -20px;
}

.active {
	text-decoration:underline;
	}
	
.inactive {
	background-color: transparent;
	}
/* 
truc om in IE text-bug op te lossen
Mozilla ziet dit // als comment en IE niet.
*/
//	width: 100%;
}


#menu li a { margin-left: 10px; width:100%;}
#menu li li a { margin-left: 5px; width:100%;}
#menu li li li a { margin-left: 10px; width:100%; }
#menu li li li li a { margin-left: 20px; width:100%; }
#menu li li li li li a { margin-left: 30px; width:100%; }
