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


#navBarWrap
{
	background-image: url(../images/site/top_nav.gif);
	background-repeat: no-repeat;
	width: 800px;
	height: 20px;
}

div.menuBar,
div.menuBar a.menuButton,
div.menu,
div.menu a.menuItem
{
	font-size: 11px;
}

div.menuBar
{
	text-align: left;
	height: 20px;
	/* width: 360px; */
	width: 400px;
	position: relative;
	top: 0px;
	/* left: 425px; */
	left: 375px;
}

div.menuBar a.menuButton
{
	color: #683964;
	left: 0px;
	position: relative;
	text-decoration: none;
	top: 4px;
	z-index: 100;
	padding-right: 8px;
	padding-left: 8px;
	padding-top: 2px;
	padding-bottom: 4px;
	height: 16px;
}

div.menuBar a.menuButton:hover
{
	/* background-color: #F4991F; */
	color: #ffffff;
}

div.menuBar a.menuButtonActive,
div.menuBar a.menuButtonActive:hover
{
	/* background-color: #F4991F; */
	background-color: #FFB300;
	color: #ffffff;
}

div.menu
{
	background-color: #FFB300;
	left: 0px;
	position: absolute;
	top: 0px;
	visibility: hidden;
	z-index: 101;
}

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

div.menu a.menuItem:hover, div.menu a.menuItemHighlight {
	background-color: #88406E;
	color: #ffffff;
}

div.menu a.menuItem span.menuItemText {}

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

div.menu div.menuItemSep
{
	margin: 4px 0px;
	border-top: 1px solid #909090;
	border-bottom: 1px solid #f0f0f0;
  
}


