div.menu  { 
  position:absolute; visibility:hidden; 
  width:200px; left:0; top:0; z-index:500; 
  font-size:11px; 
  background-color: #996633; color:#000;
  border: 2px solid;	
  border-color: #000000; 
  z-index:500;
  font-family: "Arial";
}

/* Style specifications for menu items and links  */
div.menu ul { margin:0; padding:0 }
/* Need to set padding of at least one pixel or ie sets very large margin */
div.menu ul li { 
  padding:1px; margin:0;
  list-style-type:none
  }

/* Set display block and position relative so clicks on list items activate links  */  
div.menu a { 
  cursor:default;
  padding:.3em .4em; margin:0; 
  background-color:transparent; 
  display:block; position:relative; 
  text-decoration:none 
  }
  
div.menu a:link { color:#000000 }
div.menu a:visited { color:#000000 }
div.menu a:hover { color:#ffffff; background-color:#000000 }