var style2=[			// style1 is an array of properties. You can have as many property arrays as you need. This means that menus can have their own style.
		"494A4F",			// Mouse Off Font Color
		"C1D2E2",			// Mouse Off Background Color
		"FFFFFF",			// Mouse On Font Color
		"5e2c2b",			// Mouse On Background Color
		"ffffff",			// Menu Border Color 
		11,					// Font Size in pixels
		"normal",			// Font Style (italic or normal)
		"",					// Font Weight (bold or normal)
		"Arial,Verdana",	// Font Name
		3,					// Menu Item Padding
		"",					// Sub Menu Image (Leave this blank if not needed)
		,					// 3D Border & Separator bar
		,					// 3D High Color
		,					// 3D Low Color
		"",					// Current Page Item Font Color (leave this blank to disable)
		"",			// Current Page Item Background Color (leave this blank to disable)
		"",					// Top Bar image (Leave this blank to disable)
		"",					// Menu Header Font Color (Leave blank if headers are not needed)
		"",					// Menu Header Background Color (Leave blank if headers are not needed)
		"",					// Menu Item Separator Color
		]

/*
	// Main Menu
	var menu_top = "259";			// Menu Top - The Top position of the menu in pixels
	var menu_left = "8";			// Menu Left - The Left position of the menu in pixels
	var menu_width = '';			// Menu Width - Menus width in pixels
	var menu_border = '';			// Menu Border Width 
	var screen_position = '';		// Screen Position - here you can use "center;left;right;middle;top;bottom" or a combination of "center:middle"
	var properties_array = style1;	// Properties Array - this is set higher up, as above
	var always_visible = 0;			// Always Visible - allows the menu item to be visible at all time (1=on/0=off)
	var alignment = '';				// Alignment - sets the menu elements text alignment, values valid here are: left, right or center
	var filter = '';				// Filter - Text variable for setting transitional effects on menu activation - see above for more info
	var following_scrolling = '';	// Follow Scrolling - Tells the menu item to follow the user down the screen (visible at all times) (1=on/0=off)
	var horizontal_menu = 0;		// Horizontal Menu - Tells the menu to become horizontal instead of top to bottom style (1=on/0=off)
	var keep_alive = '';			// Keep Alive - Keeps the menu visible until the user moves over another menu or clicks elsewhere on the page (1=on/0=off)
	var position_sub_image = '';	// Position of TOP sub image left:center:right
	var horizontal_width = '';		// Set the Overall Width of Horizontal Menu to 100% and height to the specified amount (Leave blank to disable)
	var right_to_left = '';			// Right To Left - Used in Hebrew for example. (1=on/0=off)
	var open_menu_onclick = '';		// Open the Menus OnClick - leave blank for OnMouseover (1=on/0=off)
	var hide_div_id = '';			// ID of the div you want to hide on MouseOver (useful for hiding form elements)
	var background_image = '';		// Background image for menu when BGColor set to transparent.
	var scrollable_menu = '';		// Scrollable Menu
	var reserved = '';				// Reserved for future use
*/
	var menu_top = "167";


	// 1 Corporate
	var menu_1_top = menu_top;				// Menu Top - The Top position of the menu in pixels
	var menu_1_left = "offset=-315";		// Menu Left - The Left position of the menu in pixels
	
	// 2 Projects
	var menu_2_top = menu_top;				// Menu Top - The Top position of the menu in pixels
	var menu_2_left = "offset=-174";		// Menu Left - The Left position of the menu in pixels
	
	// 5 Investors
	var menu_5_top = menu_top;				// Menu Top - The Top position of the menu in pixels
	var menu_5_left = "offset=50";		// Menu Left - The Left position of the menu in pixels
