/* CSS Document */
/* These are the style specifications for the menu layers.  
   Set width to get more browsers' corporation  */
div.menu  { 
  position:absolute; 
  visibility:hidden; 
  left:0; 
  top:0; 
  z-index:500;
  font-size:12px; 
  background-color:#fbf8f1; 
  /*border-color: #f7faff #99a #99a #f7faff; */
}

/* Style specifications for menu items and links  */
div.menu ul { margin:.5em 1em .6em 0; padding:0 }
div.menu ul li { line-height:1; list-style-type:none; margin:0 0 .8em .0em;}

div.menu a { text-decoration:none; white-space:nowrap; }  
div.menu a:link { color:#729E2F }
div.menu a:visited { color:#16B1E3; }
div.menu a:hover { color:#16B1E3; }

