.TopMenuGroup
{
  background-color:#415907;
  border:2px  outset;
  height:20px;  
}


.TopMenuItem
{
  color:white;
  font-family: Arial; 
  font-size:16px; 
  font-weight:bold;
  border:2px  outset; 
  border-left-color:#000000;
  border-right-color:#000000;
  border-top-color:#000000;
  border-bottom-color:#000000;
  cursor:default;
  height:20px;
}

.TopMenuItemHover 
{
  color: #000000;
  background-color:#415907; 
  font-family:Arial; 
  font-size:16px; 
  font-weight:bold;  
  border:2px  outset; 
  border-left-color:#000000;
  border-right-color:#000000;
  border-top-color:#000000;
  border-bottom-color:#000000;
  cursor:default;
}


.MenuGroup
{
  background-color:#415907;
  border:2px  outset; 
  border-left-color:#000000;
  border-right-color:#000000;
  border-top-color:#000000;
  border-bottom-color:#000000;
}

.MenuItem
{
  color:white;
  font-family: Arial; 
  font-size:16px; 
  font-weight:bold;  
  margin:1px;
  cursor:default;
}

.MenuItemHover 
{
  background-color:#415907;
  color:white; 
  font-family:Arial; 
  font-size:16px; 
  font-weight:bold;  
  border:2px  outset; 
  border-left-color:#000000;
  border-right-color:#000000;
  border-top-color:#000000;
  border-bottom-color:#000000;
  cursor:default;
}

.MenuBreak
{
  background-image:url(break.gif);
  width:100%;
  height:3px;
}