﻿/*
    Horizontaal menu
*/
div.menu_sep
{
    float: left;
    font-size: 1px;
    width: 40px;
    background-color: Transparent;
}

div.menu_item_area
{
    float: left;
    margin-top: 0px;
    background-color: Transparent;
}

div.menu_link
{
    height: 13px; 
    margin-top:11px;
}

a.menu_item
{
    z-index: 50;
    text-align: center;
    background-color: Transparent;
    font-size: 12pt;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    letter-spacing: 1px;
}

a.menu_item:hover
{
    color: #AE895C;
    text-decoration: none;
}

a.menu_item_selected
{
    z-index: 50;
    text-align: center;
    background-color: Transparent;
    font-size: 12pt;
    font-weight: bold;
    color: #AE895C;
    text-decoration: none;
    letter-spacing: 1px;
}

a.menu_item_selected:hover
{
    color: #AE895C;
    text-decoration: none;
}

/*
    Verticaal menu
*/
div.v_menu_sep
{
    clear: both;
    display: block;
    margin-top: 6px;
    border-top: dotted 1px #000;
    font-size: 1px;
}

a.v_menu_item
{
    clear: both;
    display: block;
    margin-top: 8px;
    margin-right: 5px;
    text-align: right;
    background-color: Transparent;
    font-size: 10pt;
    font-weight: bold;
    color: #39332E;
    text-decoration: none;
}

a.v_menu_item:hover
{
    color: #AE895C;
    text-decoration: none;
}

a.v_menu_item_selected
{
    clear: both;
    display: block;
    margin-top: 8px;
    margin-right: 5px;
    text-align: right;
    background-color: Transparent;
    font-size: 10pt;
    font-weight: bold;
    color: #AE895C;
    text-decoration: none;
}

a.v_menu_item_selected:hover
{
    color: #AE895C;
    text-decoration: none;
}

