﻿
.MainMenu
{
    border: none;
}


.MenuGroup
{
    background-color: #44a6d3;
    border: solid 0px White;
}

.SubMenuGroup
{
    border-top: solid 1px White;
    border-left: solid 1px White;
    border-right: solid 1px White;
    border-bottom: solid 0px White;
}


.MenuItem
{
    
    background-color: #44a6d3;
    background-repeat: no-repeat;
    color: White;
    font-family: verdana;
    font-size: 11px;
    font-weight: bold;
    border-bottom: solid 1px White;
    cursor: pointer;
    height: 24px;
    padding: 0px 5px 0px 5px;
}

.MenuItemHover
{
    color: White;
    background-color: #21354c;
    font-family: verdana;
    font-size: 11px;
    font-weight: bold;
    border-bottom: solid 1px White;
    cursor: pointer;
    height: 24px;
    padding: 0px 5px 0px 5px;
}

.MenuItemActive
{
    background-image: url(Menu/Images/submenu_back.jpg);
    background-repeat: no-repeat;
    font-family: verdana;
    font-size: 11px;
    font-weight: bold;
    border-bottom: solid 1px White;
    cursor: pointer;
    height: 24px;
    padding: 0px 5px 0px 5px;
}

.MenuItemExpanded
{
    border: solid 1px White;
}
