.menu1_bg {
   font-family: Arial;
   font-size: 8pt;
   background-color: #BBDDEE; 
   border: #000000;
   border-style: solid; 
   border-top-width: 0px;
   border-right-width: 1px; 
   border-bottom-width: 1px; 
   border-left-width: 1px;
   }
.menu1_on {  
   background-color: #FFFFEE; 
   padding-top: 1px; 
   padding-right: 1px; 
   padding-bottom: 1px; 
   padding-left: 1px; 
   cursor: hand;
   border: #000000;
   border-style: solid; 
   border-top-width: 2px;
   border-right-width: 0px; 
   border-bottom-width: 0px; 
   border-left-width: 1px;
   color: #0099BB;    
   }
.menu1_off {  
   background-color: #BBDDEE; 
   padding-top: 1px; 
   padding-right: 1px; 
   padding-bottom: 1px; 
   padding-left: 1px; 
   cursor: hand;   
   }
.menu1_link {
   text-decoration: none;
}
.menu1_item {  
   cursor: hand
   }
.menu1_subitem {  
   cursor: hand;
   background-image: url(../images/helparrow.gif);
   background-repeat: no-repeat;
   background-position: center right;
   padding-right: 15px;
   }
.menu1_text {  
   color: #003366;
   font-size: 10px;    
   width: 100%
   }
