	var LowBgColor='#15693B';			// Background color when mouse is not over
	var LowSubBgColor='#15693B';			// Background color when mouse is not over on subs
	var HighBgColor='#044020';			// Background color when mouse is over
	var HighSubBgColor='#044020';			// Background color when mouse is over on subs
	var FontLowColor='#ffffff';			// Font color when mouse is not over
	var FontSubLowColor='#ffffff';			// Font color subs when mouse is not over
	var FontHighColor='#FFE8FC';			// Font color when mouse is over
	var FontSubHighColor='#FFE8FC';			// Font color subs when mouse is over
	var BorderColor='#ffffff';			// Border color
	var BorderSubColor='#ffffff';			// Border color for subs

