.menurow1 td
  {
  background-color: #666666;
  font-size: 11px;
  font-weight: bold;
  }
  
.menurow1 a
  {
  color: white;
  text-decoration: none;
  }
 
.menurow1 a:visited
  {
  color: white;
  text-decoration: none;
  }
     
.menurow1 a:link
  {
  color: white;
  text-decoration: none;
  }
.menurow1 a:hover
  {
  color: #8f1515;
  }
  
.menurow2
  {
  font-size: 10px;
  font-weight: bold;
  color: #666666;
  }
  
.menurow2 a
  {
  text-decoration: none;
  color: #666666;
  }
 
.menurow2 a:visited
  {
  text-decoration: none;
  color: #666666;
  }
     
.menurow2 a:link
  {
  text-decoration: none;
  color: #666666;
  }
.menurow2 a:hover
  {
  color: #8f1515;
  }
  
.menurow3 td
  {
  font-size: 9px;
  font-weight: bold;
  }
  
.menurow3 a
  {
  text-decoration: none;
  color: #cc0000;
  }
 
.menurow3 a:visited
  {
  text-decoration: none;
  color: #cc0000;
  }
     
.menurow3 a:link
  {
  text-decoration: none;
  color: #cc0000;
  }
.menurow3 a:hover
  {
  color: #666666;
  }