#globalNavBar a.menuButton {
	position: relative;
	top: 0;
	left: 0;
	background: transparent;
	border: 0;
	color: #fff;
	padding: 2px 6px 2px 6px;
	text-decoration: none;
	z-index: 103;
	font: normal bold 11px Arial;
	color: #fff;
}

div.menu
{
	background: #e0e0e0;
	border: 0;
	left: 0px;
	padding: 0px 1px 1px 0px;
	position: absolute;
	top: 0px;
	visibility: hidden;
	z-index: 101;
}

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

div.menu a.menuItem:hover, div.menu a.menuItemHighlight
{
	background: #666;
	color: #fff;
}


div.mainMenu
{
	background: #414141;
	border: 0;
	padding: 4px 2px 8px 2px;
	text-align: left;
	font: normal bold 11px Arial;
	color: #fff;
	width: 800px;
}

html>body div.mainMenu { width: 796px; }

div.mainMenu a.menuButton
{
	position: relative;
	top: 3px;
	left: 0;
	background: transparent;
	border: 0;
	margin: 0 6px;
	padding: 0;
	z-index: 100;
}

a.menuButtonActive, a.menuButtonActive:hover
{
	border: 0;
	color: #fff;
	left: 0;
	top: 0;
}

div.menuBar a.menuButtonActive, div.menuBar a.menuButtonActive:hover
{
	background: #cfd7d8;
	border: 0;
	color: #fff;
	left: 1px;
	top: 1px;
}

div.menu
{
	background: #cfd7d8;
	border: 0;
	left: 0px;
	padding: 0px 1px 1px 0px;
	position: absolute;
	top: 0px;
	visibility: hidden;
	z-index: 101;
}

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

div.menu a.menuItem:hover, div.menu a.menuItemHighlight
{
	background: #cfd7d8;
	color: #fff;
}

/* submenu */
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: #000;
}

div.menuBar
{
	background: #9BB0D3;
	border: 0;
	padding: 4px 2px 4px 2px;
	text-align: left;
	width: 800px;
}

html>body div.menuBar { width: 796px; }

div.menuBar a.menuButton
{
	background: transparent;
	border: 0;
	color: #597A93;
	cursor: default;
	left: 0px;
	margin: 1px;
	padding: 2px 6px 2px 6px;
	position: relative;
	text-decoration: none;
	top: 0px;
	z-index: 100;
}

div.menuBar a.menuButton:hover
{
	background: #839290;
	border: 0;
	color: #fff;
}

div.menuBar a.menuButtonActive, div.menuBar a.menuButtonActive:hover
{
	background: #839290;
	border: 0;
	color: #fff;
	left: 1px;
	top: 1px;
}

div.menu
{
	background: #F0F0F1;
	border: 0;
	left: 0px;
	padding: 0px 1px 1px 0px;
	position: absolute;
	top: 0px;
	visibility: hidden;
	z-index: 101;
}

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

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

#globalNavBar {
	background: #414141;
	width: 800px;
	height: 15px;
	
	}
	
#globalLinks {
	display: block;
	position: absolute;
	top: 1px;
	left: 520px;
	margin: 0;
	padding: 0;
	height: 13px;
	font: bold 10px arial; color: black;
	
	
	}
	
span.globalNavItem {
	
	margin: 0;
	padding: 0px 10px 1px 0px;
	background: #414141;
	height: 13px;
	font-family: arial; color: black;
}

span.globalNavItem a:hover {
	margin: 0;
	padding: 0;
	background: #fff;
	text-decoration: none;
	height: 10px;
	}