h1
{
	visibility:hidden;
	font-size:1px;
	height:1px;
	
}

.TopGroup
{
  background-color:#70996a; 
  border:none; 
  cursor:default; 
}

.MenuGroup
{ 
  background-color:#70996a;
  border:none; 
  cursor:default; 
}

.TopMenuItem
{
  background-color:#70996a; 
  color:black; 
  font-family:MS Sans Serif; 
  font-size:12px; 
    color:White;
  font-weight:800;
  border:solid 1px #70996a; 
  cursor:default; 
}

.TopMenuItemHover 
{
  background-color:#fae8d6; 
  color:black; 
  font-family:MS Sans Serif; 
  font-size:12px; 
  font-weight:800;
  border:solid 1px #A6A8B2; 
  cursor:default; 
}

.MenuItem
{
  font-family:MS Sans Serif; 
  font-size:9px; 
  cursor:default;
  color:White;
  font-weight:800;
}

.MenuItemHover 
{
  background-color:#fae8d6; 
  font-family:MS Sans Serif; 
  font-size:9px; 
  cursor:default; 
    color:black;
  font-weight:800;
}

.MenuBreak
{
  background-image:url(images/break_bg.gif);
  width:100%;
  height:1px;
}