
div#menuBar,
div#searchBar,
a.menuButton,
div.menu,
a.menuItemImage,
a.menuItem,
a.menuItemHighLight {
	font-size:8pt;
	font-style:normal;
	font-weight:normal;
	xcolor:MenuText;
}

div#menuContainer {
	clear:both;
	width:760px;
	background-color: #fecc34;
	border-top:2px solid #fff;
	border-bottom:5px solid #fff;
	height:23px;
}

div#menuBar {
	float:left;
	width:579px;
}

div#searchBar {
	float:right;
	xbackground-color:#fecc34;
	xwidth:171px;
	color:#0059b3;
	padding:0 5px;
	font-weight:bold;
	}
	div#searchBar a, div#searchBar a:link, div#searchBar a:visited {
		text-decoration:none;
		color:#0059b3;
		}
	
	div#searchBar a:hover {
		color:#fff;
		}

a.menuButton, a.menuButton:visited, a.menuButton:link, a.menuButtonActive {
	background-position:top right;
	background-repeat:no-repeat;
	color:#FFF;
	background-color:#0059b3;
	margin:0px 0px 0px 0px;
	padding:2px 31px 7px 6px;
	text-decoration:none;
	font-size:11px;
	display:block;
	float:left;
	font-weight:bold;
	border-right:2px solid #fff;
}

a.menuButton, a.menuButton:link, a.menuButton:visited, a.menuButtonActive {
	background-image:url('../images/nav_arrow.gif');
}

a.menuButton:hover, a.menuButtonActive {
	background-color: #0059b3;
	color:#fecc34;
}


div.menu {
	background-color: #999999;
	left:0px;
	padding:0px 1px 0px 0px;
	position:absolute;
	top:0px;
	visibility:hidden;
	z-index:101;
}

a.menuItem, a.menuItemHighLight {
	color:#fff;
	display:block;
	padding:3px 20px 3px 10px;
	text-decoration:none;
	white-space:nowrap;
	border-top:1px solid #fff;
	border-left:1px solid #fff;
}

a.menuItemImage,
a.menuItemImageHighLight {
	cursor:default;
	display:block;
	padding:3px 2px;
	text-decoration:none;
	white-space:nowrap;
}

a.menuItem:hover, 
a.menuItemHighLight, 
a.menuItemImage:hover,
a.menuItemImageHighLight {
	background-color:#0059b3;
	color:#fff;
}


a.menuItem span.menuItemArrow,
a.menuItemHighLight span.menuItemArrow {
	margin-right:-1.5em;
}

div.menuItemSep {
	border-top:1px solid buttonshadow;
	border-bottom:1px solid buttonHighLight;
	margin:4px 2px;
}
.separator {
	text-align:center;
	vertical-align:middle;
	height:34;
	padding-top:3px;
	border-left:1px solid buttonHighLight;
	border-top:1px solid buttonHighLight;
	border-right:1px solid buttonshadow;
	border-bottom:1px solid buttonshadow;
	margin-bottom:2px;
	float:left;
}