.Menu {
   position:absolute; display:none;
   height:20; width:150;
   border-width:1px; border-style:solid;
   text-align:center;
   font-weight:normal;
   background-color:#ffffff;
}
.AMenu {
   position:absolute;
   height:20; width:150;
   border-width:1px; border-style:solid;
   text-align:center;
   font-weight:bolder;
   background-color:#ffcc00;
}
