table.menu {
  width: 99%;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
   
 }
img { 
  border: 0px;
  }

td.menuTitle {
  font-size:  13px;
  font-weight: bold;
  text-align: center;
  padding: 4px;
  
 }

td.menuContent {
  border: 1px solid white; 
 }
 
ul.menu {
   list-style: none;
   margin: 0px;
   padding: 0px;
   font-size: 12px;
 }

li.menu {
  color: white;
 }   

li.menu a {
  border-left: 5px solid tomato;
  padding: 2px;
  padding-left: 5px;
  text-decoration: none;
  color: White;
  display: block;
  
 /*5f9ea0
 sandybrown
 */ background-color: sandybrown;
 }

li.menu a:hover {
  border-left: 15px solid white;
  text-decoration: none;
  background-color: #663333;
  color: white;
 }  
