/* These are the style specifications for the menu layers.  
   Set width to get more browsers' corporation  */
div.menu  { 
  position:absolute; visibility:hidden; 
  width:145px; left:0; top:0; z-index:500;
  font-size:12px; font-family: Tahoma, Verdana, Helvetica; font-weight: normal;
  background-color:#ffffff; 
  border: 1px solid;	border-color: #000000 #000000 #000000 #000000; 
}

/* Style specifications for menu items and links  */
div.menu ul { margin:0.5em 0.1em 0.5em 0.1em; padding:2 }
div.menu ul li { line-height:1; list-style-type:none; margin:0 0 0.1em 0.1em; }

div.menu a { text-decoration:none; white-space:nowrap; }  
div.menu a:link { color:#491713}
div.menu a:visited { color:#491713}
div.menu a:hover { color:#839EBA}

