.menuDivStyle { 
  position: absolute;  visibility: hidden;  z-index: 99;
 }


/*span.menuBar, */
div.menuBar,
table.menu, /*for ns4*/
div.menu  {
  font-family: "MS Sans Serif", Arial, Helvetica, sans-serif;
  font-size: 9pt;
  font-style: normal;
  font-weight: bold;
 color: #000000;
  background-color: #e6e6e6;
  /*background: #e6e6e6;*/
}


div.menuBar { 
 z-index: 99;
 position: fixed; top: 0ex; left: 0px; right: 0px;
  /*background-color: #d0d0d0;*/
  border: 4px solid;
  border-color: #f0f0f0 #909090 #909090 #f0f0f0;
  padding: 4px 2px 4px 2px;
  /*height: 30px; set in ie.css*/
  text-align: left;
  z-index: 100;
}


div.menu  {
  z-index: 100;
}



/*span.menuBar,*/
div.menuBar a.menuButton {
  border: 1px solid #d0d0d0;
  color: #000000;
/*background: purple;*/
  cursor: default;
  margin: 1px;
  padding: 2px 2px 2px 6px;
/*  padding: 0px 2px 0px 6px;*/
  text-decoration: none;
  z-index: 100;
}

div.menuBar a.menuButton:hover {
  background-color: transparent;
  border-color: #f0f0f0 #909090 #909090 #f0f0f0;
  color: #000000;
}


div.menuBar a.menuButtonActive,
div.menuBar a.menuButtonActive:hover {
  background-color: #a0a0a0;
  border-color: #909090 #f0f0f0 #f0f0f0 #909090;
  color: #ffffff;
  left: 1px;
  top: 1px;
}

div.menu {
/*  background-color: #d0d0d0;*/
  border: 0px solid;
/*  border-color: #f0f0f0 #909090 #909090 #f0f0f0;*/
  left: 0px;
  padding: 0px 2px 1px 2px;
  position: relative; 
  top: 0px;
/* z-index: 1000; */
}

div.menu a.menuItem
 {
  font-family: "MS Sans Serif", Arial, Helvetica, sans-serif;
  font-size: 10pt;
  font-style: normal;
  font-weight: bold;
  color: #000000;
  cursor: default;
  display: block;
  padding: 3px 0em 3px 1em;
  text-decoration: none;
  white-space: nowrap;
}



div.menu a.menuItem:hover, div.menu a.menuItemHighlight {
  background-color: #000080;
  color: #ffffff;
}

div.menu a.menuItem span.menuItemArrow {
  font-size: 8pt;
  padding-left: 0em;
/*  font-family: arial, sans-serif, helvetica;*/
}

div.menu a.menuItem span.menuItemArrowIE {
  font-size: 8pt;
  padding-left: 1em;
  font-family: WebDings;
}



/*triangles in paper and user navigation*/

span.triangleNav {
}

span.triangleNavIE {
  font-family: Webdings;
}


/*for yams tree menu*/

.TreeMenuDivHidden	{position:absolute; left:0px; top:0px; width:220px; visibility:hidden;}

div.TreeMenuDiv	{ position: fixed; left:0px; top:0px; width:220px;   }

div.TreeMenuDiv	 a.treeItem  
  {font-family: Arial, Helvetica, sans-serif; font-size: 9pt;  vertical-align: middle; text-decoration: none; }

div.TreeMenuDiv	 a.treeItemSelected  {background-color: lightblue;
font-family: Arial, Helvetica, sans-serif; font-size: 9pt;  vertical-align: middle; text-decoration: none; }


div.TreeMenuDiv	 img {  padding: 0px; margin: 0px; border-width: 0px; }


/*for netscape 4*/

div.menuBarNS4 a.menuButton
{
  font-family: "MS Sans Serif", Arial, Helvetica, sans-serif;
  font-size: 9pt;
  font-style: normal;
  font-weight: normal;
  color: #000000;
  cursor: default;
  text-decoration: none;
}

table.menu {  
  border-width: 5px;
  border-style: outset;
  padding: 2px;
  border-color: purple;
}

table.menu a.menuItem 
 {
  color: #000000;
  text-decoration: none;
}

div.menuBarNS4 {
  background-color: #d0d0d0;
  border: 2px solid;
  border-color: #f0f0f0 #909090 #909090 #f0f0f0;
  padding: 4px 2px 4px 2px;
}
/* end for netscape 4*/

