div.menu
{  font-size: x-small;
   width: 10em;
   position: absolute;
   background-color: #ff9966;  
   color: white;
   padding: 1px;
   display: none;
   top: 0px; 
   left:0px;
}

div.menu1
{  font-size: x-small;
   width: 8em;
   position: absolute;
   background-color: #ff9966;  
   color: white;
   padding: 1px;
   display: none;
   top: 0px; 
   left:0px;
}

div.menu2
{  font-size: x-small;
   width: 10em;
   position: absolute;
   background-color: #ff9966;  
   color: white;
   padding: 1px;
   display: none;
   top: 0px; 
   left:0px;
}

a.button
{  padding-top: 2px;
   padding-bottom: 2px;
   padding-left: 2px;
   /* background-color: #ff9966;  */
   color: #406662;
   width: 100%;
   text-decoration: none;
   display: block;
   white-space: nowrap;
}

a.button:hover
{  width: 100%;
   color: white;
}
