﻿#nav, #nav ul
{
    padding: 0;
    margin: 0;
    list-style: none;
}

#nav li
{
    
}

#nav ul
{
    position: absolute;
    left: -1000px;
}

#nav li:hover ul, #nav li.ie_does_hover ul
{
    left: auto;
    background-position: 0 0;
}

.mainLinkStyle
{
    display: block;
    text-align: center;
    color: White;
    text-decoration: none;
    font-size:12px;
    border-right: 1px solid white;
    padding: 2px 15px 2px 15px;
}

.subLinkStyle, .subLinkStyleSelected
{
    padding:6px 0px 6px 10px;
    text-align: left;
    display: block;
    color: White;
    text-decoration: none;
    font-size:12px;
}
.subLinkStyleSelected{
    background-color: #F2A300;
}
#nav a:hover{
    background-color: #F2A300;
}

.subUlStyle{
    width:200px;
    background-color:#776958;
    border-top:1px solid white;
    padding:10px 0px 10px 0px;
}


.linkStyleSelected
{
    display: block;
    text-align: center;
    color: White;
    text-decoration: none;
    font-size:12px;
    border-right: 1px solid white;
    padding: 2px 10px 2px 10px;
    background-color: #F2A300;
    
}

#navigatie{
    background-color:#514639;
    border-bottom:1px solid white;
    float:left;
    width:900px;
}
