/* 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;
	bottom: 50px;
}

.menuDropdown{
	background-color: #968072;
	border: thin solid #6e6463;
}

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

