/* Menubar is the menu prior to rollover.  Menu is the popup menu. */

/* Sets the text style for all */
div.menuBar,
div.menuBar a.menuButton,
div.menu,
div.menu a.menuItem 
{
font-family:Geneva, Arial, Helvetica, sans-serif;
font-stretch:extra-condensed;
font-style: normal;
font-weight:  normal;
color: #8E2E31;
}


/* Base settings for the main menubar */
div.menuBar 
{
font-size: 12pt;
background-color: none;
text-align: left;
padding: 6px 1px 2px 1px;
}


/* Settings for each button on the main menubar */
div.menuBar a.menuButton 
{
color: #004990;
cursor: default;
left: 0px;
margin: 0px;
padding: 4px 9px 4px 9px;
position: relative;
text-decoration: none;
font-weight: 500;
top: 0px;
z-index: 100;
}


div.menuBar a.menuButton:hover {
	color:#8a2528;
   cursor:pointer;
}

div.menuBar a.menuButtonActive,
div.menuBar a.menuButtonActive:hover {
   color:#8a2528;
	cursor:pointer;
}

div.menu {
  background-color: #fff;
	filter:alpha(opacity=85);
	-moz-opacity:0.85;
	opacity: 0.85;
  border:1px solid #8E2E31;
  left: 0px;
  padding: 0px;
  position: absolute;
  top: 0px;
  visibility: hidden;
  z-index: 101;
}

div.menu a.menuItem {
	font-size: 10pt;
  color: #8E2E31;
  border-bottom:1px solid #FFF;
  cursor: default;
  display: block;
  padding: 3px 1em;
  text-decoration: none;
  white-space: nowrap;
}

div.menu a.menuItem:hover, div.menu a.menuItemHighlight {
  background-color: #333399;
  color: #fff;
  cursor:pointer;
}

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;
}
