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

.menuTitleTextStyle {
	color:#000000;
}

.menuTitleMouseOverTextStyle{
	color:#000000;
}

.menuDropdown{
	background-color:#d1d2d4;
	border: thin solid #818284;
}

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


