<style type="text/css">
body  {}

/* These are the style specifications for the menu layers.  
   Set width to get more browsers' corporation  */
div.menu  { 
  position:absolute; visibility:hidden; 
  width:170px; left:0; top:0; z-index:500;
  font-size:12px; 
  background-color:#eeeeef; 
  border: 2px solid;	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 .4em; }

div.menu a { text-decoration:none; white-space:nowrap; font: 12px/1.3 verdana, arial, helvetica, sans-serif;}  
div.menu a:link { color:#33b }
div.menu a:visited { color:#33b }
div.menu a:hover { color:#33c; border-bottom:1px dashed #33c; }

</style>