.TopMenuGroup
{
  border:solid 0px #007700;
  background-color:#dddddd;
}

.MenuGroup
{
  border:solid 0px #007700;
  background-color:#dddddd;
}

.TopMenuItem
{
  background-image: #dddddd;
  border:solid 1px #007700;
  color:007700;
  font-family:arial;
  font-size:10px;
  font-weight:regular;
  text-align:left;
  width:91px;
  height:29px;
  cursor:pointer;
}

.TopMenuItemHover
{
  background-image: #dddddd;
  border:solid 1px #007700;
  color:#007700;
  font-family:arial;
  font-size:10px;
  font-weight:regular;
  text-align:left;
  width:91px;
  height:29px;
  cursor:pointer;
}

.MenuItem
{
  background-color:007700;
  color:#dddddd;
  font-family:verdana;
  font-size:10px;
  border: solid 0px white;
  width:95px;
  cursor:pointer;
}

.MenuItemHover
{
  background-color:#007700;
  color:#dddddd;
  font-family:verdana;
  font-size:10px;
  border: solid 0px white;
  width:95px;
  cursor:pointer;
}

.NavTopMenuItem
{
  background-image: none; 
  color:white;
  font-family:verdana;
  font-size:11px;
  text-align:center;
  width:125px;
  height:22px;
  cursor:pointer;
}

.NavTopMenuItemHover
{
  background-image: none; 
  color:white;
  font-family:verdana;
  font-size:11px;
  text-align:center;
  width:116px;
  height:22px;
  cursor:pointer;
}

.NavMenuItem
{
  background-color:White;
  color:#6699CC;
  font-family:verdana;
  font-size:10px;
  border: solid 1px white;
  cursor:pointer;
}

.NavMenuItemHover
{
  background-color:#EEEEEE;
  color:#285D9F;
  font-family:verdana;
  font-size:10px;
  border: solid 1px white;
  cursor:pointer;
}

.NavTopMenuGroup
{
  border:solid 1px #003167;
  background-color:#4379C1;
}

.NavMenuGroup
{
  border:solid 1px #003167;
  background-color:#EEEEEE;
}

