#nav, #nav ul {
padding: 6px 0 8px 0;
margin: 0;
list-style: none;
}

#nav li {
float: left;
width: 150px;
}

#nav div.kop {
margin: 0 0 0 -15px;
text-align: center;
}

#nav ul {
position: absolute;
width: 150px;
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 15px;
text-decoration: none;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 1em;
}

ul a, ul a:hover{
font-weight: bold;
color: #fff;
border: 0px;
cursor: default;
}

ul ul a:link, ul ul a:visited{
font-weight: normal;
border: 0px;
color: #fff;
cursor: pointer;
}

ul ul a:hover, ul ul a:active{
font-weight: bold;
color: #FFF;
cursor: pointer;
}

ul li{

}

ul ul li{
background-color: #008dee;
border-top: 3px solid #008dee;
padding: 0 0 5px 0;
}

/* IE only hack \*/
* html ul li, * html ul ul li{

}

* html ul ul li{
border-top: 0;
}
/* Einde IE only hack */

div.result{
float: left;
width: 566px;
height: 200px;
}

