.TopMenuGroup
{
    background-image: url(/images/design/top_group_background.gif);
    border: 0px solid black;
    background-color: #dd382b;
}

.TopMenuItem
{
    color: #ffffff;
    font-family: Tahoma, Verdana;
    font-size: 11px;
    font-weight: bold;
    border: 1px solid #e85b50;
    border-left-color: #f8a7a0;
    border-top-color: #4C4C4C;
    border-bottom-color: #e85b50;
    cursor: pointer;
}

.TopMenuItemHover
{
    color: #ffffff;
    background-color: #e85b50;
    font-family: Tahoma, Verdana;
    font-size: 11px;
    font-weight: bold;
    border: 1px solid #e85b50;
    border-left-color: #f8a7a0;
    border-top-color: #4C4C4C;
    border-bottom-color: #131413;
    cursor: pointer;
}

.MenuGroup
{
    background-color: #e85b50;
    border: 1px solid #F49189;
}

.MenuItem
{
    color: #ffffff;
    font-family: Tahoma,Verdana;
    font-size: 11px;
    font-weight: none;
    margin: 2px;
    cursor: pointer;
}

.MenuItemHover
{
    background-color: #ffffff;
    color: #000000;
    font-family: Tahoma, Verdana;
    font-size: 11px;
    font-weight: none;
    cursor: pointer;
    margin: 2px;
}

.MenuBreak
{
	background-image: url(images/break.gif);
	width: 100%;
	height: 1px;
}
