body {
      background:url(/Images/background.jpg) top left;
     }

a.menulink
  {
   text-decoration: none;
   color: #ffffff;
   font-size: 12px;
   font-family: Verdana;
   font-weight: bold;
  }
  
td.menu
  {
   background-color: #0377CB;
   padding:2px;
   text-align:center;
   cursor:'hand';
   border-bottom-style: solid;
   border-bottom-color: #095FAF;
   border-bottom-size: 1px;
  }
  
td.menuhover
  {
   background-color: #035692;
   padding:2px;
   text-align:center;
   cursor:'hand';
  }
  
.show { display:inline }
.hide { display:none; }

#dropmenudiv {
   position:absolute;
   border:1px solid #3F6FED;
   font:normal 12px Verdana;
   line-height:15px;
   color: #ffffff;
   padding:2;
   z-index:100;
  }
  
#submenu1 a
  {
   display: block;
   background-color:#0377CB;
   text-align:left;
   padding: 2px;
   text-decoration: none;   
   color: #ffffff;
   font-weight: bold;
   border-bottom-color: #000000;
   border-bottom-style: solid;
   border-bottom-width: 1px;
  }
  
#submenu1 a:hover
  {
   display: block;
   background-color:#035692;
   text-decoration: none;
   font-weight: bold;
   width: 100%; 
   text-align:left;  
  }

.blue td { background-color:#FCFCCB;border-bottom:1px #efefef solid }
.gray td { background-color:#FDFDE5;border-bottom:1px #efefef solid }
.yellow td { background-color:#FFFF4F;border-bottom:1px #efefef solid }

