body {
font: 12px Arial;
scrollbar-base-color: #ffffff;
scrollbar-face-color: #efefef;
scrollbar-3dlight-color: gray;
scrollbar-darkshadow-color: #ffffff;
scrollbar-arrow-color: #004080; 

background-color:  #f7f7f7;
}
    
.menu1 {
   font:  12px Arial;
   color: #004080; 
   display: block;
   width: 150px;
   background-color: #f7f7f7;
   border-left:0px; border-right: 0px; border-top: 0px; border-bottom: 0px; border-style: solid;     border-color: #00557d; 
   text-align: right;
}
  
.menu1 a {
   display: block;
   text-decoration: none;
   color:#004080; 
   background-color: #ffffff;
   padding: 2px 0px;
   width: 100%;
   border-left:0px; border-right: 1px #00557d; border-top: 0px;  border-bottom: 1px #00557d; border-style: solid; 
  }
 
.menu1 a:hover {
  width: 100%;
  background: #00557d;
  color: #ffffff; 
border-left:0px; border-right: 1px #00557d;  border-top: 0px;  border-bottom: 1px #00557d;  border-style: solid; 

}




