	
	// Positioning
	var StartTop=0;				// Menu offset x coordinate
	var StartLeft=0;				// Menu offset y coordinate
	
	// Backgrounds
	var LowBgColor='white';			// Background color when mouse is not over
	var LowSubBgColor='white';			// Background color when mouse is not over on subs
	var HighBgColor='#46588A';			// Background color when mouse is over
	var HighSubBgColor='#46588A';			// Background color when mouse is over on subs
	
	// Font-colors	
	var FontLowColor='#46588A';			// Font color when mouse is not over
	var FontSubLowColor='#46588A';			// Font color subs when mouse is not over
	var FontHighColor='white';			// Font color when mouse is over
	var FontSubHighColor='white';			// Font color subs when mouse is over
	
	// Font-Styles
	var FontFamily="arial,comic sans ms,technical";	// Font family menu items
	var FontSize=9;				// Font size menu items
	var FontBold=1;				// Bold menu items 1 or 0
	var FontItalic=0;				// Italic menu items 1 or 0
		
	// Border-Styles
	var BorderColor='#A9A9A9';			// Border color
	var BorderSubColor='#A9A9A9';			// Border color for subs
	var BorderWidth=1;				// Border width
	var BorderBtwnElmnts=1;			// Border between elements 1 or 0
	