﻿.TopMenuGroup
{
}

.MenuGroup
{

}

.TopMenuItem
{
  background-image: url(../menuimages/button.jpg); 
  color:white;
  font-family:verdana;
  font-size:11px;
  width:108px;
  height:30px;
  cursor:hand;
  background-repeat:no-repeat;
  text-align:center;
  font-weight:bold;
}

.TopMenuItemHover
{
  background-image: url(../menuimages/button_over.jpg); 
  color:white;
  font-family:verdana;
  font-size:11px;
  width:108px;
  height:30px;
  cursor:hand;
  text-align:center;
  font-weight:bold;
}

.MenuItem
{
  background-color:White;
  color:#6699CC;
  font-family:verdana;
  font-size:11px;
  border: solid 1px white;
  cursor:hand;
}

.MenuItemHover
{
  background-color:#EEEEEE;
  color:#285D9F;
  font-family:verdana;
  font-size:11px;
  border: solid 1px white;
  cursor:hand;
}

