.MenuClass
{
    margin-left: 24px;
}
.MenuStatic
{
    background-color: #60604b;
    text-align: left;    
}
.MenuStaticItemOut
{
    text-align: center;
    font-family: Arial;
    font-size: 10px;
    text-decoration: none;
    color: #cdcdc2;
    background-color: #60604b;
    margin-left: 8px;
    margin-right: 8px;
    border-left: #413f35 1px solid;
}

.MenuStaticItemOver
{
    text-align: center;
    font-family: Arial;
    font-size: 10px;
    text-decoration: none;
    color: #BC7A53;
    background-color: #60604b;
    margin-left: 8px;
    margin-right: 8px;
    border-left: #F1A42B 1px solid;
}

.MenuDynamic
{
    text-align: left;
}

.MenuDynamicItemOut
{
    text-align: left;
    font-family: Arial;
    font-size: 10px;
    text-decoration: none;
    color: #D2995D;
    background-color: #933C06;
    border-right: #933C06 2px solid;
    border-top: #933C06 2px solid;
    border-left: #933C06 2px solid;
    border-bottom: #933C06 2px solid;
    padding-left: 6px;
    padding-right: 4px;
}
.MenuDynamicItemOut1
{
    text-align: left;
    font-family: Arial;
    font-size: 10px;
    text-decoration: none;
    color: #ffffff;
    background-color: #AA7536;
    border-right: #AA7536 2px solid;
    border-top: #AA7536 2px solid;
    border-left: #AA7536 2px solid;
    border-bottom: #AA7536 2px solid;
    padding-left: 6px;
    padding-right: 4px;
}
.MenuDynamicItemOut2
{
    text-align: left;
    font-family: Arial;
    font-size: 10px;
    text-decoration: none;
    color: #ffffff;
    background-color: #E69855;
    border-right: #E69855 2px solid;
    border-top: #E69855 2px solid;
    border-left: #E69855 2px solid;
    border-bottom: #E69855 2px solid;
    padding-left: 6px;
    padding-right: 4px;
}

.MenuDynamicItemOver
{
    text-align: left;
    font-family: Arial;
    font-size: 10px;
    text-decoration: none;
    color: #D2995D;
    background-color: #757561;
    border-right: #757561 2px solid;
    border-top: #757561 2px solid;
    border-left: #757561 2px solid;
    border-bottom: #757561 2px solid;
    padding-left: 6px;
    padding-right: 4px;
}
