/*
************************************************************************
* Revenge of the Menu Bar Demo                                         *
*                                                                      *
* Copyright 2000 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-size: 8pt;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

div.menuBar {
  /*border: 2px outset #e0e0e0;
  padding: 4px 2px 4px 2px;*/
  text-align: left;
}

div.menuBar a.menuButton {
	background-color: transparent;
	color : white;
	cursor: default;
	left: 0px;
	margin: 0px;
	/*padding: 2px 6px 2px 6px;*/
	position: relative;
	text-decoration: none;
	top: 0px;
	z-index: 100;
	font-weight: bold;
	font-size: 11px;
	
}

div.menuBar a.menuButton:hover {
  background-color: transparent;
  /*border: 1px outset #e0e0e0;*/
  color: #ff9900;
}

div.menuBar a.menuButtonActive,
div.menuBar a.menuButtonActive:hover {
  background-color: #5050f0;
  /*border: 1px inset #e0e0e0;*/
  color: #ffffff;
  left: 1px;
  top: 1px;
}

td.menu {
  background-color: #003366;
 }
td.menuHighlight {
	background-color: #5050f0;
}
td.menu a.menuItem, td.menuHighlight a.menuItem {
	color: white;
	text-decoration: none;
	white-space: nowrap;
	font-family: Arial, Helvetica, sans-serif;
}

/*td.menu a.menuItem:hover, div.menu a.menuItemHighlight {
  background-color: #5050f0;
  color: #ffffff;
}

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;
}
