


#nav, #nav ul {
padding: 2px 0 0 0;
margin: 0;
list-style: none;

}
/* grootte block*/
#nav li {
float: left;

}

#nav ul {
position: absolute;
width: 100px;
left: -1000px;
}

#nav li:hover ul, #nav li.ie_does_hover ul {
left: auto;
background-position: 0 0;
}

/* textgrootte hoofsnav*/
#nav a {
display: block;
margin: 2px 2px 5px 2px;
text-decoration: none;
font-family:  Arial, Verdana, Helvetica, sans-serif;

}



ul a{
width: auto;
font-size: 10pt;
font-weight: bold;
color: #414953;
cursor: pointer;
letter-spacing: 0px;

}

ul a:hover, ul a:active{
font-weight: bold;
color: #EFB500;
cursor: pointer;
}

ul ul a:link, ul ul a:visited{

font-weight: bold;
font-size: 9pt;
color: #414953;
cursor: pointer;
}

ul ul a:hover, ul ul a:active{
font-weight: bold;
color: #EFB500;
cursor: pointer;
}

ul li{
/*background-color: #FCFCE9;*/
border-left: 0px solid #FCFCE9;
}

ul ul li{
/*background-color: #FCFCE9;*/
border-top: 0px solid #FCFCE9;
border-left: 0;
}

/* IE only hack \*/
* html ul li, * html ul ul li{
border-bottom: 1px solid #FCFCE9;
}

* html ul ul li{
border-top: 1;
}
/* Einde IE only hack */