a.topmenu
  {
   text-decoration: none;
   color: #ffffff;
   font-size: 8pt;
   font-family: Verdana;
   font-weight: bold;
  }

.bluecell
  {
   background-color: #3F6FED;
   text-align:center;
   background-image: url(/Images/menu-bg.jpg);
  }

.redcell
  {
   background-color: #B50404;
   text-align:center;    
   background-image: url(/Images/menu-bg-red.jpg);
  }
  
#submenu1 a
  {
   display: block;
   background-color:#3F6FED;
   text-align:center;
   border-bottom-color: #000000;
   border-bottom-style: solid;
   border-bottom-width: 1px;
  }
  
#submenu1 a:hover
  {
   display: block;
   background-color:#B50404;
   width: 100%; 
   text-align:center;  
  }
  
.yellow td { background-color:#FFFF4F }
.blue td { background-color:#EFF9FE }
.white td { background-color:#FFFFFF }