#nav, #nav ul {
padding: 3px 0 0 0;
margin: 0;
list-style: none;
}

#nav li {
float: left;
width: 200px;
height:40px;
padding-top:0px;


}

#nav ul {
position: absolute;
width: 200px;
left: -1000px;

}

#nav li:hover ul, #nav li.ie_does_hover ul {
left: auto;
background-position: 0 0;
}

#nav a {
display: block;
text-decoration: none;
font-size: 16px;
text-align:center;
line-height:40px;
text-shadow:1px 1px #000000;



}

ul a{
font-weight: bold;
color: #fff;
cursor: default;
}

ul a:hover, ul a:active{
font-weight: bold;
color: #fff;
cursor: pointer;
display:block;
background-image:url(/images/button-oranje.png);
}

.active {
font-weight: bold;
color: #fff;
cursor: pointer;
display:block;
background-image:url(/images/button-oranje.png);
}

ul ul a:link, ul ul a:visited{
font-weight: normal;
color: #fff;
cursor: pointer;
}

ul ul a:hover, ul ul a:active{
font-weight: normal;
color: #FFF;
cursor: pointer;
background-image:url(/images/button-oranje.png);
}

ul li{

border-left: 0px solid #FFF;
margin-right:-10px;
background-image:url(/images/button-geel.png);
}

ul ul li{
background-color: #5a7152;
border-top: 1px solid #FFF;
border-left: 0;
}

/* IE only hack \*/
* html ul li, * html ul ul li{
border-bottom: 3px solid #FFF;
}

* html ul ul li{
border-top: 0;
}
/* Einde IE only hack */ 