﻿.TopMenuGroup
{
    background-color: #B70000;
    width: 234px;
}

.TopMenuItem
{
    color: #ebebeb;
    background-color: #B70000;
    font-family: "Trebuchet MS" , Tahoma;
    font-size: 12px;
    font-weight: bold;
    cursor: hand;
    width: 234px;
}

.TopMenuItemHover
{
    color: #ebebeb;
    background-color: #B70000;
    font-family: "Trebuchet MS" , Tahoma;
    font-size: 12px;
    font-weight: bold;
    cursor: hand;
    width: 234px;
}

.MenuGroup
{
    background-color: #B70000;
}

.MenuItem
{
    color: #ebebeb;
    background-color: #B70000;
    font-family: "Trebuchet MS" , Tahoma;
    font-size: 12px;
    font-weight: bold;
    cursor: hand;
    height: 36px;
}

.MenuItemHover
{
    color: #ebebeb;
    background-color: #AA0000;
    font-family: "Trebuchet MS" , Tahoma;
    font-size: 12px;
    font-weight: bold;
    cursor: hand;
    height: 36px;
}

.MenuBreak
{
    background-image: url(images/break.gif);
    width: 234px;
    height: 2px;
}