td#menu
{ background-color:#0064AF;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:8px;
  margin-right:6px;
  padding:5px;
  border:none; 
}
a.button
{ background-color:#d3e03c;
  border-bottom:none;
  border-right:6px #505050 solid;  /*Sky Blue*/
  color:#000000; 
  display:block;
  padding:5px;
  text-decoration:none;
  
}
a.button:visited
{
  background-color:#d3e03c;
  border-bottom:none;
  border-right:6px #505050 solid;  /*Sky Blue*/
  color:#000000; 
 }
a.button:hover
{  /* Specify only the properties that differ from a.button */
  background-color:#e3f141;
  color:#000000;
  }
a.button:active
{
  background-color:#d3e03c;
  border-bottom:none;
  border-right:6px #505050 solid;  /*Sky Blue*/
  color:#ffffff; 
  }

