
/*
IMAGE BASED 
*/
  
.MenuGroup
{
  background: darkblue;
  border:solid 1px gray;
  border-right-color:#3F3F3F;
  border-bottom-color:#3F3F3F;
}


.TopMenuItem
{
  background: darkblue;
  color: White;
  font-family:verdana;
  font-size:11px;
  font-weight:bold; 
  border: solid 1px gray;
  border-left-color:white;
  border-top-color:white;
  cursor:pointer;
  height:25px;
  width:108px;
}

.TopMenuItemHover
{
  background: lightblue;
  color: Black;
  font-family:verdana;
  font-size:11px;
  font-weight:bold; 
  border: solid 1px gray;
  border-left-color:white;
  border-top-color:white;
  cursor:pointer;
  height:25px;
  width:108px;
}

.TopMenuItemActive
{
  background: lightblue;
  color: Black;
  font-family:verdana;
  font-size:11px;
  font-weight:bold; 
  border: solid 1px gray;
  border-left-color:gray;
  border-top-color:gray;
  cursor:pointer;
  height:25px;
  width:108px;
}

.MenuItem
{
  background: darkblue;
  color: White;
  font-family:verdana;
  font-size:11px;
  border: solid 1px gray;
  border-left-color:white;
  border-top-color:white;
  cursor:pointer;
}

.MenuItemHover
{
  background: lightblue;
  color: Black;
  font-family:verdana;
  font-size:11px;
  border: solid 1px gray;
  border-left-color:white;
  border-top-color:white;
  cursor:pointer;
}

.MenuItemActive
{
  background: lightblue;
  color: Black;
  font-family:verdana;
  font-size:11px;
  border: solid 1px gray;
  border-left-color:gray;
  border-top-color:gray;
  cursor:pointer;
}
