/*****************************************************************************/
/* Do not remove this notice.                                                */
/*                                                                           */
/* Copyright 2000-2004 by Mike Hall.                                         */
/* See http://www.brainjar.com for terms of use.                             */
/*****************************************************************************/

#navMenu h2
{
	font-size: 11px;
	font-weight: bold;
	line-height: 15px;
	display: block;
	border-top: 1px solid #CBBA6D;
	border-bottom: 1px solid #CBBA6D;
	margin: 0;
	padding: 2px 3px;
}

#navMenu h2.nav
{
	font-size: 11px;
	color: #000;
	background: transparent;
	text-transform: capitalize;
	border: none;
}

img.menuImg
{
	float: right;
	margin: 0;
	padding: 0;
}

div.menuBar,
div.menuBar a.menuButton,
div.menu,
div.menu a.menuItem
{
	font-size: 11px;
	font-weight: bold;
	line-height: 15px;
	display: block;
	border-top: 1px solid #CBBA6D;
	border-bottom: 1px solid #CBBA6D;
	margin: 0;
	padding: 2px 3px;
}

div.menuBar
{
  background: transparent;
  border: none;
  padding: 0;
}

div.menuBar a.menuButton
{
  background-color: transparent;
  display: block;
  color: #423D25;
  left: 0px;
  top: 2px;
  margin: -2px 0 0 0;         /* Compensates for IE and Firefox's interpretation of the block. */
  padding: 3px 2px;
  position: relative;
  text-decoration: none;
  z-index: 100;
}

div.menuBar a.menuButton:hover
{
	color: #CBBA6D;
	background: #423D25;
}

div.menuBar a.menuButtonActive,
div.menuBar a.menuButtonActive:hover
{
	color: #CBBA6D;
	background: #423D25;
	left: 0;
	top: 2px;
	margin: -2px 0 0 0;         /* Compensates for IE and Firefox's interpretation of the block. */
}

div.menu
{
  background: #CBBA6D;
  border-bottom: 1px solid #423D25;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  margin: -22px 0 0 140px;
  visibility: hidden;
  z-index: 101;
}

div.menu a.menuItem
{
	font-size: 11px;
	color: #423D25;
	border-top: 1px solid #423D25;
	background: #CBBA6D;
	text-align: left;
	display: block;
	padding: 2px;
	text-decoration: none;
	white-space: nowrap;
}

div.menu a.menuItem:hover,
div.menu a.menuItemHighlight
{
	background-color: #423D25;
	color: #CBBA6D;
}