/************************************************************************
 * Revenge of the Menu Bar	                                         	*
 *                                                                      *
 * Copyright 2000-2004 by Mike Hall                                     *
 * Please see http://www.brainjar.com for terms of use.                 *
 ************************************************************************/

div.menuBar,
div.menuBar a.menuButton,
div.menu,
div.menu a.menuItem {
  font-family: Verdana, Tahoma, Arial, "MS Sans Serif", sans-serif;
  font-size: 9pt;
  font-style: normal;
  font-weight: normal;
  color: #000000;
}

div.menuBar {
/*  background-color: #e0e0e0;  Sophco */
/*  border: 2px outset #24476b; Sophco */
  padding: 4px 2px 4px 2px; 
  text-align: left;
  float:right;
}

div.menuBar a.menuButton {
  background-color: transparent;
  border: 1px solid #e0e0e0;
/*  color: #000000; Sophco */
  color: #e0e0e0;
  cursor: default;
  left: 0px;
  margin: 1px;
  padding: 2px 6px 2px 6px;
  position: relative;
  text-decoration: none;
  top: 0px;
  z-index: 100;
}

div.menuBar a.menuButton:hover {
  background-color: #ffffff; 
  border: 1px outset #e0e0e0;
  color: #24476b;
}

div.menuBar a.menuButtonActive,
div.menuBar a.menuButtonActive:hover {
/*  background-color: #5050f0; Sophco */
  background-color: #24476b;
/*  border: 1px inset #e0e0e0; Sophco */
  border: 1px solid #e0e0e0;
  color: #ffffff; 
  left: 1px; 
  top: 1px;  
}

div.menu {
  background-color: #24476b;
  border: 2px outset #e0e0e0;
  left: 0px;
  padding: 0px 1px 1px 0px;
  position: absolute;
  top: 0px;
  visibility: hidden;
  z-index: 101;
}

div.menu a.menuItem {
  color: white;
  cursor: default;
  display: block;
  padding: 3px 1em;
  text-decoration: none;
  white-space: nowrap;
}

div.menu a.menuItem:hover, div.menu a.menuItemHighlight {
/*  background-color: #5050f0; Sophco */
  background-color: #ffffff;
  color: #24476b;
}

div.menu a.menuItem span.menuItemText {}

div.menu a.menuItem span.menuItemArrow {
  margin-right: -.75em;
}

div.menu div.menuItemSep {
  border: 1px inset #e0e0e0;
  margin: 4px 2px;
}

/************************************************************************
 * Sophco amendments to Revenge of the Menu Bar	                       	*
 ************************************************************************/

td.menuBar {
	background-image: url(../images/heading.gif);
	width: 722px;
	height: 63px;
	vertical-align: bottom; 
}
