#nav, #nav ul { /* all lists */
    padding: 0;
    margin: 0;
    list-style: none;
    line-height: 1;
    margin-left:15px;
    margin-top:2px;
}

#nav img {
    display: block;
    width: 70px;
    border: none;
    cursor:pointer;
}

#nav a{
    color:#FFF;
    text-decoration:none;
    font-size:13px;
}

#nav a:hover{
    color:#e0fe79;
    text-decoration:none;
}

#nav li { /* all list items */
    float: left;
    height:20px;
    margin-left:10px;
}

#nav li ul { /* second-level lists */
    position: absolute;
    width: 10em;
    display:none;
    /*left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li ul li{
    background-image:url('../afbeeldingen/suboff.gif');
    padding-top:5px;
    font-family:Arial, Helvetica, sans-serif;
    font-size:11px;
    height:16px;
    width:145px;
    padding-left:5px;
}

#nav li ul li:hover{
    background-image:url('../afbeeldingen/sub.gif');
    cursor:pointer;
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
    display:block;
    clear:left;
}

.menu_button
{
    padding-left:5px;
}

.menu_button:hover
{
    cursor:pointer;
}