﻿.menu
{
    border-style: ridge solid solid solid;
    border-width: 1px 2px 2px 2px;
    border-color: #000000 #AB8224 #AB8224 #AB8224;
    padding: 0px;
    font-family: Tahoma;
    font-size: 12px;
    color: #000000;
    height: 23px;
    width: 100%;
    background-image: url('../content/pictures/menu/menu.jpg');
    background-repeat: repeat-x;
}

.menuitemstyle
{
    padding: 2px;
    text-align: center;
    text-decoration: none;
    color: #000000;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #AB8224;
    min-width: 100px;
}

.menuitemstyle A
{
    text-decoration: none;
    color: #000000;
}



.menuitemstyle_hover
{
    background-color: #EBCF6C;
    text-decoration: none;
    color: #D42F1C;
}

.menuitemstyle_selected
{
    background-color: #D8AC4A;
    text-decoration: none;
}

.menuitemstyle_checked
{
    background-color: #D8AC4A;
}

.menuitemstyle_dropdown
{
    background-color: #F0F0F0;
}

.menuitemstyle_dropdown_hover
{
}

.menuitemstyle_dropdown_checked
{
}

.submenu
{
    border: 1px solid #AB8224;
    text-align: left;
    background-color: #FFFFFF;
    font-family: Tahoma;
    font-size: 12px;
    color: #000000;
}

.submenuitemstyle
{
    padding: 5px;
    text-decoration: none;
    color: #000000;
    height: 14px;
    background-image: url('../content/pictures/menu/menu.jpg');
    background-repeat: repeat-x;
    min-width: 150px;
}

.submenuitemstyle A
{
    text-decoration: none;
    color: #000000;
}



.submenuitemstyle_hover
{
    background-color: #EBCF6C;
    text-decoration: none;
    color: #D42F1C;
    background-image: none;
}

.submenuitemstyle_selected
{
    background-color: #D8AC4A;
    text-decoration: none;
}

.submenuitemstyle_checked
{
    background-color: #D8AC4A;
}

.submenuitemstyle_dropdown
{
    background-color: #F0F0F0;
}

.submenuitemstyle_dropdown_hover
{
}

.submenuitemstyle_dropdown_checked
{
}
