
/* Text of items on flyout & submenus (when not hightlighted) */
.lowText, a.lowText:link, a.lowText:visited, a.lowText:active, a.lowText:focus {
	color: #000000;
	font-family: "Times New Roman", Times, serif;
	font-size: 10pt;
	font-weight: bold;
	background-color: Transparent;
	text-decoration: none;
	text-indent: 10px;
	vertical-align: middle;
}
/* Text of highlighted item on flyout & submenus */
.highText, a.highText:link, a.highText:visited, a.highText:active, a.highText:focus {
	color: #000000;
	font-family: "Times New Roman", Times, serif;
	font-size: 10pt;
	font-weight: bold;
	background-color: #C4E5FC;
	text-decoration: none;
	border: 1px solid #6699FF;
	text-indent: 10px;
	vertical-align: middle;
}
/* Text of the root menu (excludes flyout & submenus and control background) */
.roothighText, a.roothighText:link, a.roothighText:visited, a.roothighText:active, a.roothighText:focus {
	color: #000000;
	font-family: "Times New Roman", Times, serif;
	font-size: 11pt;
	background-color: Transparent;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	padding-left: 5px;
	vertical-align: bottom;
	background-position: left bottom;
}
a.roothighText:hover {
	background-color: #C4E5FC;
	border: 1px solid #6699FF;
}
/* Borders used by some items 
.itemBorder {
	text-decoration: none;
	border: none;
}
.itemBorderBlank {
	text-decoration: none;
	border: none;
} */

