
div.menuBar,
div.menuBar a.menuButton,
div.menu,
div.menu a.menuItem {
  font-family:  Arial, MS Sans Serif, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 8pt;
  text-decoration: none;
  color: #000000;
  
}

/* MAIN TOP MENU BAR */
div.menuBar {
  
  border: 0px outset #7F95B2;
  text-decoration: none;
  text-align: left;
}

/* MAIN TOP BUTTON - 3 LOB */
div.menuBar a.menuButton {
  background-color: transparent;
  border: 0px solid #7F95B2;
  color: #000000;
  cursor: Hand;
  left: 0px;
  margin: 0px;
  position: relative;
  text-decoration: none;
  top: 0px;
  z-index: 100;
}

/* HOVER OVER MAIN TOP LOB BUTTONS */
div.menuBar a.menuButton:hover {
  /* background-color: 660066; */
  text-decoration: none;
  border: 0px outset #7F95B2;
  color: #000000;
}

/* ACTIVE MAIN TOP LOB BUTTONS */
div.menuBar a.menuButtonActive,
div.menuBar a.menuButtonActive:hover {
  /* background-color: #660066; */
  text-decoration: none;
  border: 1px inset #7F95B2;
  color: #ffffff;
  left: 0px;
  top: 1px;
}

/* DROP-DOWN MENUS */
div.menu {
  background-color: #005197;
  border: 1px outset #7F95B2;
  left: 0px;
  padding: 0px 1px 1px 0px;
  position: absolute;
  top: 0px;
  visibility: hidden;
  z-index: 101;
  text-align: left;
}

/*    
"#dd0000",			// Mouse Off Font Color
"#ffffee",			// Mouse Off Background Color
"dd0000",			// Mouse On Font Color
"#ffff99",			// Mouse On Background Color
"999999",			// Menu Border Color
11,				// Font Size in pixels
"normal",			// Font Style (italic or normal)
"bold",				// Font Weight (bold or normal)
"Arial, Verdana"
*/

/* MENU ITEMS IN DROP-DOWNS */
div.menu a.menuItem {
  color: #ffffff;
  cursor: default;
  display: block;
  padding: 1px 1em;
  text-decoration: none;
  white-space: nowrap;
}

/* HOVER OVER MENU ITEMS IN DROP-DOWNS */
div.menu a.menuItem:hover, div.menu a.menuItemHighlight {
  background-color: #e9e9e9;
  color: #475b75;
}

div.menu a.menuItem span.menuItemText {}

div.menu a.menuItem span.menuItemArrow {
  margin-right: -.75em;
}

div.menu div.menuItemSep {
  border: 1px inset #475b75;
  margin: 4px 2px;
}

}