div.menuBar,
div.menuBar a.menuButton,
div.menu,
div.menu a.menuItem {
  font-family: "MS Sans Serif", Arial, sans-serif;
  font-size: 8pt;
  font-style: normal;
  font-weight: normal;
  color: #000000;
}

div.menuBar {
	background: url(../images/menubar.jpg) no-repeat top;
	text-align: left;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: outset;
	border-bottom-style: outset;
	border-top-color: #ffffff;
	border-bottom-color: #ffffff;
}

div.menuBar a.menuButton {
	background-color: transparent;
	color: #ffffff;
	cursor: default;
	left: 0px;
	margin-left: 1px;
	position: relative;
	text-decoration: none;
	top: 0px;
	z-index: 100;
	padding-top: 2px;
	padding-right: 17px;
	padding-bottom: 2px;
	padding-left: 17px;
	border-top: 1px outset solid;
	border-right: 1px outset solid;
	border-bottom: 1px outset solid;
	border-left: 1px outset solid;
	border-top-color: #265895;
	border-right-color: #ffffff;
	border-bottom-color: #265895;
	border-left-color: #265895;
	font-weight: normal;
cursor: hand;
}

div.menuBar a.menuButton:hover {
  background-color: transparent;
  border: 1px outset #e0e0e0;
  color: #000000;
}

div.menuBar a.menuButtonActive,
div.menuBar a.menuButtonActive:hover {
  background-color: #ff9900;
  border: 1px inset #e0e0e0;
  color: #ffffff;
  left: 0px;
  top: 0px;
}

div.menu {
	background-color: #235A9B;
	border: 2px outset #006699;
	left: 0px;
	padding: 0px 0px 0px 0px;
	position: absolute;
	top: 0px;
	visibility: hidden;
	z-index: 101;
}

div.menu a.menuItem {
  color: #ffffff;
  cursor: default;
  display: block;
  padding: 3px 1em;
  text-decoration: none;
  white-space: nowrap;
 
}

div.menu a.menuItem:hover, div.menu a.menuItemHighlight {
  background-color: #ff9900;
  color: #ffffff;
  cursor: hand;
}

div.menu a.menuItem span.menuItemText {}

div.menu a.menuItem span.menuItemArrow {
  margin-right: -.75em;
}

div.menu div.menuItemSep {
  border: 1px inset #ffffff;
  margin: 4px 2px;
}
#exhib {
	height: 60px;
}

