.TopMenuGroup
{  
  background-color:#4379C1;
}

.MenuGroup
{  
  background-color:#EEEEEE;
}

.TopMenuItem
{
    background-image: url(~/Administrator/Images/Menu/top_item_bg.gif);
    color: white;
    font-family: verdana;
    font-size: 11px;
    width: 75px;
    height: 22px;
    cursor: hand;
}

.TopMenuItemHover
{
  background-image: url(Administrator/Images/Menu/top_item_bg.gif);
  color:white;
  font-family:verdana;
  font-size:11px;
  width:75px;
  height:22px;
  cursor:hand;
}

.MenuItem
{
  background-color:White;
  color:BLUE;
  font-family:verdana;
  font-size:10px;
  border: solid 1px white;
  cursor:hand;
}

.MenuItemHover
{
  background-color:#EEEEEE;
  color:#285D9F;
  font-family:verdana;
  font-size:10px;
  border: solid 1px white;
  cursor:hand;
}

