﻿.MainSubGroup
{
}
.MainItem
{
    font-family: ITC Garamond, Times New Roman, Serif;
    font-size: 12px;
    font-weight: bold;
    color: #75582C;
    height: 22px;
    width: 100%;
    cursor: pointer;    
    background-color:#FFFFFF;    
    text-align:center;
    text-transform:uppercase;          
}

.MainItemOver
{
    font-family: ITC Garamond, Times New Roman, Serif;
    font-size: 12px;
    font-weight: bold;
    color: #75582C;
    height: 22px;
    width: 100%;
    cursor: pointer;    
    background-color:#C8BCAB;
    text-align:center;
    text-transform:uppercase;
}

.MainItemClicked
{
    font-family: ITC Garamond, Times New Roman, Serif;
    font-size: 12px;
    font-weight: bold;
    color: #75582C;
    height: 22px;
    width: 100%;
    cursor: pointer;    
    background-color:#C8BCAB;
    text-align:center;
    text-transform:uppercase;
}
.MenuGroup
{
    width: 199px;
}
.MenuItem
{
    font-family: Tahoma,Verdana ,Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #75582C;
    height: 26px;
    cursor: pointer;
    border-bottom: 1px solid #BAAB96;
    width: 100px;
}
.MenuItemOver
{
    font-family: Tahoma,Verdana ,Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #75582C;
    height: 26px;
    cursor: pointer;
    width: 100px;
    border-bottom: 1px solid #BAAB96;
    background-color:#C8BCAB;
}
.MenuItemClicked
{
    font-family: Tahoma,Verdana ,Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #75582C;
    height: 26px;
    cursor: pointer;
    width: 100px;
    border-bottom: 1px solid #BAAB96;
    background-color:#C8BCAB;
}
.MainSeparator
{
    height: 22px;
    background-image: url(../../images/MenuDivider.gif);
    background-repeat: no-repeat;
    background-position: right;
}
.MainSeparatorOver
{
    height: 22px;
    background-image: url(../../images/MenuDivider.gif);
    background-repeat: no-repeat;
    background-position: right;
}