/* This css file establishes the color attributes for menus that appear
   in pages on the blue track through the material. */

.menuTitleTextStyle {
	color:#000000;
}

.menuTitleMouseOverTextStyle{
	color:#000000;
}

.menuDropdown{
	background-color:#e2eefc;
	border: thin solid #828e9c;
}

.menuEntry{
	 color:#000040;
}	 
	
.menuEntryLinkStyle{
	color:#000040;
}


