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

.menuTitleTextStyle {
	color:#00AA00;
}

.menuTitleMouseOverTextStyle{
	color:#008800;
}

.menuDropdown{
	background-color:#008800;
	border: thin solid #005500;
}

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


