.TopGroup
{
 cursor: default;
}
.MenuGroup
{
 background-color: white;
 background-image: url(images/Menu_background.gif);
 background-position: right 0%;
 border: 1px solid #4e5358;
 cursor: default;
}
.TopMenuItemSpace
{
 color: yellow;
 font: 9pt/11pt tahoma;
}
.TopMenuItem
{
 color: White;
 font: 8pt/11pt tahoma;
}
.TopMenuItemHover
{
 color: black;
 padding-top: 0;
 background-image: url(images/top_itemHoverBg.gif);
 background-color: #99ccff;
 font: 8pt/11pt tahoma;
}
.MenuItem
{
 color: #00025c;
 font: 9pt/11pt tahoma;
 cursor: default;
 margin: 1px;
}
.MenuItemHover
{
 background-color: #ffeec2;
 border: 1px solid #4b4b6f;
 margin: 0;
 color: #333333;
 font: 9pt/11pt tahoma;
 cursor: default;
}
.MenuItemExpanded
{
 background-color: #ffeec2;
 border: 1px solid #4b4b6f;
 color: #333333;
 font: 9pt/11pt tahoma;
 cursor: default;
}
.MenuItemActive
{
 color: #333333;
 background-color: #fbe694;
 border: 1px solid #bb5503;
 font: 9pt/11pt tahoma;
 cursor: default;
}
.MenuBreak
{
 background-color: silver;
 width: 100%;
 height: 2px;
}
.DisabledMenuItem
{
 color: Gray;
 font: 9pt/11pt tahoma;
 cursor: default;
}

.DisabledMenuItemHover
{
 color: Gray;
 font: 9pt/11pt tahoma;
 cursor: default;
}
