
/*
 LENTE DONKER: 55861d
 LENTE MENUHOVER: 495F1D
 LENTE LICHT: a2d34d
*/

.menu_div
{
    float:left;
}

a.menu
{
    color:#FFFFFF;
    text-decoration: none;
    display:table;
    padding-left: 10px;
    padding-right:10px;
    padding-top: 10px;
    padding-bottom: 11px;
    vertical-align: middle;
    height:100%;
}

a.menu:hover
{
    background-color:#7E7F1F;
    /*text-decoration: underline;*/
}

a.menusel
{
    color:#FFFFFF;
    text-decoration: none;
    display:table;
    padding-left: 10px;
    padding-right:10px;
    padding-top: 10px;
    padding-bottom: 11px;
    vertical-align: middle;
    font-weight:bold;
    text-decoration: underline;
    background-color: #7E7F1F;
    height:100%;
}

.subcontainer
{
    width:200px;
    position:absolute;
    top:40px;
    background-color: #999933;
    z-index: 500;
}

.submenu_div
{
    position:relative;
    width:100%;
    height:20px;
}

a.submenu
{
    display:table;
    width: 100%;
    color:#FFFFFF;
    text-decoration: none;
    background-color: #999933;
    padding: 2px 0 2px 10px;
}
a.submenu:hover
{
    background-color:#7E7F1F;
    /*text-decoration: underline;*/
}

a.submenusel
{
    display:table;
    width: 100%;
    color:#FFFFFF;
    text-decoration: underline;
    font-weight: bold;
    padding: 2 0 2 0;
    background-color:#495F1D;
    padding: 2px 0 2px 10px;
}
a.submenusel:hover
{
    background-color:#495F1D;
    text-decoration: underline;
}

.subcontainer2
{
    width:200px;
    margin-left:200px;
    position:absolute;
    background-color: #55861d;
    z-index: 500;
}
