﻿.TopMenuGroup
{
  /* border:solid 1px #003167; */
  /* background-color:#4379C1; */
}

.MenuGroup
{
  /* border:solid 1px #003167; */
  /* background-color:#EEEEEE; */
}

.TopMenuItem
{
  color:white;
  font-family:verdana;
  font-size:11px;
  width:75px;
  height:22px;
  cursor:pointer;
}

.TopMenuItemHover
{
  color:white;
  font-family:verdana;
  font-size:11px;
  width:75px;
  height:22px;
  cursor:pointer;
}

.MenuItem
{
  background-color: White;
  color:#04B4AE;
  font-family:verdana;
  font-size:10px;
  width: 75px;
  cursor:pointer;
}

.MenuItemHover
{
  background-color: White;
  color:#04B4AE;
  font-family:verdana;
  font-size:10px;
  width: 75px;
  cursor:pointer;
}

.MenuBackgroundColor
{
    background-color: White;
}
