//probeersel//

CSS:
 #nav, #nav ul {
padding: 3px 0 0 0;
margin: 0;
list-style: none;
}

#nav li {
float: left;
width: 138px;
}

#nav ul {
position: absolute;
width: 100px;
left: -1000px;
}

#nav li:hover ul, #nav li.ie_does_hover ul {
left: auto;
background-position: 0 0;
}

#nav a {
display: block;
margin: 2px 5px 3px 5px;
text-decoration: none;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10;
}

ul a{
font-weight: bold;
color: #301800;
cursor: default;
}

ul ul a:link, ul ul a:visited{
font-weight: normal;
color: #301800;
cursor: pointer;
}

ul ul a:hover, ul ul a:active{
font-weight: normal;
color: #301800;
cursor: pointer;
}

ul li{
background: #FFD700 url(../images/goud.JPG);
border-left: 0px solid #FFF;
}

ul ul li{
background: #FFD700 url(../images/goud.JPG);
border-top: 3px solid #FFD700;
border-left: 0;
}

/* IE only hack \*/
* html ul li, * html ul ul li{

}

* html ul ul li{
border-top: 0;
}
/* Einde IE only hack */ 
