div.menuBar {
	font-weight: bold;
	font-size: 8pt;
	color: #ffffff;
	font-style: normal;
	font-family: "Arial", Verdana, sans-serif;
}
div.menuBar a.menuButton {
	font-weight: bold;
	font-size: 8pt;
	color: #ffffff;
	font-style: normal;
	font-family: "Arial", Verdana, sans-serif;
	padding:0 5px 0 5px;
	border-right: 1px solid #ffffff;
}
div.menu {
	font-weight: bold;
	font-size: 8pt;
	color: #ffffff;
	font-style: normal;
	font-family: "Arial", Verdana, sans-serif;
}
div.menu a.menuItem {
	font-weight: bold;
	font-size: 8pt;
	color: #ffffff;
	font-style: normal;
	font-family: "Arial", Verdana, sans-serif;
	text-align: left;
}
div.menubar {
	border-right: 0 outset #003399;
	padding-right: 2px;
	border-top: 2px outset #003399;
	padding-left: 2px;
	padding-bottom: 3px;
	border-left: 0 outset #003399;
	padding-top: 2px;
	border-bottom: 2px outset #003399;
	background-color: #003399;
	text-align: left;
}
div.menubar a.menubutton {
	border-right: 1px solid #ffffff;
	padding-right: 6px;
	border-top: 1px solid #003399;
	padding-left: 6px;
	z-index: 100;
	left: 0;
	padding-bottom: 2px;
	margin: 1px;
	border-left: 0 solid #ffffff;
	cursor: default;
	color: #ffffff;
	padding-top: 2px;
	border-bottom: 0 solid #ffffff;
	position: relative;
	top: 0;
	background-color: transparent;
	text-decoration: none;
}
div.menuBar a.menuButton:hover {
	border-right: 1px solid #ffffff;
	padding-right: 6px;
	border-top: 1px solid #003399;
	padding-left: 6px;
	z-index: 100;
	left: 0;
	padding-bottom: 2px;
	margin: 1px;
	border-left: 0 solid #ffffff;
	cursor: default;
	color: #ffffff;
	padding-top: 2px;
	border-bottom: 0 solid #ffffff;
	position: relative;
	top: 0;
	background-color: #abb5aa;
	text-decoration: none;
	cursor: pointer;
}
div.menuBar a.menuButtonActive {
	border-right: 1px solid #ffffff;
	padding-right: 6px;
	border-top: 1px solid #003399;
	padding-left: 6px;
	z-index: 100;
	left: 0;
	padding-bottom: 2px;
	margin: 1px;
	border-left: 0 solid #ffffff;
	cursor: default;
	color: #ffffff;
	padding-top: 2px;
	border-bottom: 0 solid #ffffff;
	position: relative;
	top: 0;
	background-color: #abb5aa;
	text-decoration: none;
}
div.menuBar a.menuButtonActive:hover {
	border-right: 1px solid #ffffff;
	padding-right: 6px;
	border-top: 1px solid #003399;
	padding-left: 6px;
	z-index: 100;
	left: 0;
	padding-bottom: 2px;
	margin: 1px;
	border-left: 0 solid #ffffff;
	cursor: default;
	color: #ffffff;
	padding-top: 2px;
	border-bottom: 0 solid #ffffff;
	position: relative;
	top: 0;
	background-color: #abb5aa;
	text-decoration: none;
	cursor: pointer;
}
div.menu {
	border-right: 2px outset #e0e0e0;
	padding-right: 1px;
	border-top: 2px outset #e0e0e0;
	padding-left: 0;
	z-index: 101;
	left: 0;
	visibility: hidden;
	padding-bottom: 1px;
	border-left: 2px outset #e0e0e0;
	padding-top: 0;
	border-bottom: 2px outset #e0e0e0;
	position: absolute;
	top: 0;
	background-color: #e0e0e0;
}
div.menu a.menuItem {
	padding-right: 1em;
	display: block;
	padding-left: 1em;
	padding-bottom: 3px;
	cursor: default;
	color: #000000;
	padding-top: 3px;
	white-space: nowrap;
	text-decoration: none;
	background-color: #f2f2f2;
}
div.menu a.menuItem:hover {
	color: #ffffff;
	background-color: #abb5aa;
	cursor: pointer;
}
div.menu a.menuItemHighlight {
	color: #ffffff;
	background-color: #abb5aa;
}
div.menu a.menuItem span.menuItemArrow {
	margin-right: -0.75em;
}
div.menu div.menuItemSep {
	border-right: 1px inset #f2f2f2;
	border-top: 1px inset #f2f2f2;
	margin: 4px 2px;
	border-left: 1px inset #f2f2f2;
	border-bottom: 1px inset #f2f2f2;
}

