/*****************************************************
********Site Top Menu
*****************************************************/

.TopMenuGroup
{
    background-color: Transparent;
    text-align:center;
}

.TopMenuItem
{
    color: #460606;
    font-family: Georgia;
    font-size: 11px;
    border: 0px;
    padding: 6px 8px 0px 8px;
    cursor: pointer;
    text-align:center;
}

.TopMenuItemHover
{
    color: #460606;
    font-family: Georgia;
    font-size: 11px;
    border: 0px;
    padding: 6px 8px 0px 8px;
    cursor: pointer;
    text-align:center;
}

.MenuGroup
{
    background-color: Transparent;
    border-top: 1px solid #BE8E44;
    border-right: 1px solid #BE8E44;
    border-bottom: 0px solid #BE8E44;
    border-left: 1px solid #BE8E44;
    margin-left: 0px;
    margin-top: 7px;
}

.MenuItem
{
    color: #460606;
    background-color: #EBCF93;
    border-bottom: 1px solid #BE8E44;
    font-family: Georgia;
    font-size: 11px;
    padding: 5px 10px 5px 10px;
    cursor: pointer;
}

.MenuItemHover
{
    color: #FFFFFF;
    background-color: #AE852E;
    font-family: Georgia;
    font-size: 11px;
    border-bottom: 1px solid #BE8E44;
    padding: 5px 10px 5px 10px;
    cursor: pointer;
}

.MenuBullet
{
    color: white;
    font-family: arial;
    font-size: 14px;
    font-weight: bold;
    border: 0px;
    padding: 5px 0px 0px 0px;
    cursor: auto;
}

.MenuHash
{
   background-image: url(/images/hash_shape.png);
   width: 10px;
   height: 23px;
   top: 5px;
}
 