
.lowText, a.lowText:link, a.lowText:visited, a.lowText:active, a.lowText:focus {
 	color: #000000;
 	font: 10px Verdana, Verdana, Arial, Helvetica, sans-serif;
 	text-align: left;
 	text-decoration: none;
}
a.lowText:hover {
	color: #ffffff;
}

.highText, a.highText:link, a.highText:visited, a.highText:active, a.highText:focus {
	color: #000066;
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	margin-left: 8px;
	padding: 4px 0 4px 4px;
	text-decoration: none;
}
a.highText:hover {
	border-left: 4px solid #a9a91e;
	padding-left: 0px;
	color: #990000;
}

/* Borders used by popout subMenus */
.itemBorder {
	border: 1px solid #666666;
}
.itemBorderBlank {
 	border: 1px solid #CCCCDD;
}

/* Menu headers */
.yellowtab {
	background: url(yellowtab.gif) no-repeat;
	padding: 2px 0px 25px 3px;
	font: bold 13px Verdana, Arial, Helvetica, sans-serif;
	color: #000066;
	height: 22px;
	text-decoration: none;
}
.redtab {
	background: url(redtab.gif) no-repeat;
	margin-top: -2px;
	padding: 2px 0px 25px 5px;
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
	color: #ffffcc;
	height: 22px;
	text-decoration: none;
}
