.menuItem {
	background-color: #CC9900;
	height: 24px;
	padding: 0px 10px 0px 7px;
	text-decoration:none;
	line-height:12px;
	font-family: arial,helvetica;
	font-size: 9pt;
	font-style: normal;
	font-weight: bold;
	cursor: pointer;
	color: #000000;
}

.menuItemOn {
	background-color: #CC9900;
	height: 24px;
	padding: 0px 10px 0px 7px;
	text-decoration:underline;
	line-height:12px;
	font-family: arial,helvetica;
	font-size: 9pt;
	font-style: normal;
	font-weight: bold;
	cursor: pointer;
	color: #0000C6;
}

.menuSpacer {
	background-image: url(images/blank.gif);
	background-repeat: no-repeat;
	width: 3px;
	margin: 0;
	padding: 0;
	border: 0;
}

.menuDivider {
	background-image: url(images/nav.div.gif);
	background-repeat: no-repeat;
	width: 2px;
	margin: 0;
	padding: 0;
	border: 0;
}

.menuSub {
	padding-right: 8px;
	padding-left: 8px;
	padding-bottom: 2px;
	font: 11px arial,helvetica;
	width: 100%;
	color: #00046A;
	background-color: #ABC9EB;
	padding-top: 2px;
	border-top: 1px solid #666666;
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
	cursor: pointer;
}

.menuSubOn {
	padding-right: 8px;
	padding-left: 8px;
	padding-bottom: 2px;
	font: 11px arial,helvetica;
	width: 100%;
	color: #ffffff;
	background-color: #00036A;
	padding-top: 2px;
	border-top: 1px solid #666666;
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
	cursor: pointer;
}

.menuSubParent {
	padding-right: 20px;
	padding-left: 8px;
	padding-bottom: 2px;
	font: 11px arial,helvetica;
	width: 100%;
	color: #00046A;
	background-color: #ABC9EB;
	padding-top: 2px;
	border-top: 1px solid #666666;
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
	cursor: pointer;
	background-image: url(/images/nav_arrow.gif);
	background-position: right;
	background-repeat: no-repeat;
}

.menuSubParentOn {
	padding-right: 20px;
	padding-left: 8px;
	padding-bottom: 2px;
	font: 11px arial,helvetica;
	width: 100%;
	color: #ffffff;
	background-color: #00036A;
	padding-top: 2px;
	border-top: 1px solid #666666;
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
	cursor: pointer;
	background-image: url(/images/nav_arrow_on.gif);
	background-position: right;
	background-repeat: no-repeat;
}