#nav, #nav ul {
padding: 0px 0 0 0;
margin: 0;
list-style: none;
}
/* tussenruimte hoofd menu \*/
#nav li {
float: left;
width: 91px;
}

#nav ul {
position: absolute;
width: 91px;
left: -1000px;
}

#nav li:hover ul, #nav li.ie_does_hover ul {
left: auto;
background-position: 0 0;
}




/* hoofd menu \*/
#nav a {
	display: block;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 10px;
	text-decoration : none;
	line-height: 12px;
	padding-left: 5px;
	height: 16px;
	margin-top: 6px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

/* hoofd menu over \*/
ul a{
font-weight: bold;
color: #FFF;
cursor: default;
}

/* hoofd menu \*/
ul li{
border-left: 0px solid #FFF;
}
/* hoofd menu hover \*/
ul a:hover, ul ul a:active{
	color: #b4c730;
}






/* sub menu \*/
ul ul a:link, ul ul a:visited{
font-weight: normal;
color: #000;
cursor: pointer;
}

/* sub menu hover \*/
ul ul a:hover, ul ul a:active{
	background-color: #d9e398;
	font-weight: normal;
	color: #000;
	cursor: pointer;
}

/* sub menu \*/
ul ul li{
	background-color: #b4c730;
	filter: alpha(opacity=90);
	-moz-opacity: .9;
	KhtmlOpacity: .9;
	opacity: .9;
	height: 20px;
	}





/* IE only hack \*/
* html ul li, * html ul ul li{
border-bottom: 2px solid #b4c730;
}

* html ul ul li{
border-top: 0;
}
/* Einde IE only hack */ 