		var LowBgColor='black';			// Background color when mouse is not over
		var LowSubBgColor='black';			// Background color when mouse is not over on subs
		var HighBgColor='black';			// Background color when mouse is over
		var HighSubBgColor='black';			// Background color when mouse is over on subs
		var FontLowColor='#F8B70F';			// Font color when mouse is not over
		var FontSubLowColor='#F8B70F';			// Font color subs when mouse is not over
		var FontHighColor='blue';			// Font color when mouse is over
		var FontSubHighColor='blue';			// Font color subs when mouse is over
		var BorderColor='#F8B70F';			// Border color
		var BorderSubColor='#F8B70F';			// Border color for subs

