div.menu
{  font-size: x-small;
   width: 15em;
   position: absolute;
   background-color: #960; 
   color: white;
   display: none;
   top: 0px; 
   left:0px;
   padding-top: 2px;
   padding-bottom: 2px;
   padding-left: 4px;
   border: 1px solid #ccc;
}

a.menuitem
{  padding-top: 2px;
   padding-bottom: 2px;
   color: #fc0;
   width: 100%;
   text-decoration: none;
   display: block;
   white-space: nowrap;
}

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