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

.menuTitleTextStyle {
	color:#000000;
}

.menuTitleMouseOverTextStyle{
	color:#000000;
}

.menuDropdown{
	background-color:#E8F2E7;
	border: thin solid #CCEECC;
}

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

