
.menu {
  height: auto;
  width: 100%;
  font-family: 'Trebuchet MS',Verdana,Tahoma,Arial,'Arial Black',Helvetica,'Century Gothic','Lucida Sans Unicode',Impact,sans-serif;
  font-size: 12pt;      
  valign: bottom;
  font-weight: 700;
}
table.menu {
  cellpadding: 0;
  cellspacing: 0;
  border-spacing: 0;
}
td.menu {
  width: auto;
  height: auto;
  text-align: center;
  color: #fff;
  background-color: #563d5d;
}
a.menu:active, a.menu:link, a.menu:hover, a.menu:visited {
  color: #fff;
  background-color: #563d5d;
  text-decoration: none;
}

