/* These are the style specifications for the menu layers.  
   Set width to get more browsers corporation  */
div.popupmenu  { 
  position:absolute; visibility:hidden; 
  width:150px; left:0; top:0; z-index:500; 
  font-size:11px;
  font-family: Tahoma;
  background-color: #D3D9DC; color:#000;
  border: 0px;
  border-color: #f7faff #99a #99a #f7faff; 
  z-index:500;
}

/* Style specifications for menu items and links  */
div.popupmenu ul { margin:0; padding:0; padding-top: 4px; padding-bottom: 4px; }
/* Need to set padding of at least one pixel or ie sets very large margin */
div.popupmenu ul li { 
  padding: 1px; padding-left:10px; padding-right:5px; margin:0;
  list-style-type:none
  }

/* Set display block and position relative so clicks on list items activate links  */  
div.popupmenu a { 
  cursor:hand;
  padding:.2em .4em; margin:0; 
  background-color:transparent; 
  display:block; position:relative; 
  text-decoration:none 
}
  
div.popupmenu a:link { color:#000000 }
div.popupmenu a:visited { color:#000000 }
div.popupmenu a:hover { color:#000000; background-color:#B7C5CB }
