/* 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:#FFC54A; 

}



/* Style specifications for menu items and links  */

div.menu ul { margin:.5em 1em .0em 0; padding:0 }

div.menu ul li { line-height:1; list-style-type:none; margin:0 0 .8em 0.2em;}



div.menu a { text-decoration:none; white-space:nowrap; }  

div.menu a:link { color:#FFFFFF }

div.menu a:visited { color:#FFFFFF }

div.menu a:hover { color:#000000; }

