var MENU_POS0 = {
	
	// Item's width in pixels
	'width' : [130, 130, 130, 130, 130],
		
	// Item's height in pixels - Level 0, Level 2, etc.
	'height' : [22, 20, 20, 20, 20],
	
	//Horizontal Offset between the items within level in pixels
	'left' : [0, 0, 0, 0, 0],
	
	// Vertical Offset between the items within level in pixels
	'top' : [22, 20, 20, 20, 20],

	// Horizontal Offset between adjacent levels in pixels *  //first num from left of page
	'block_left' : [(document.body.scrollWidth/2 - 438), 90, 90, 90, 90], //first num from LH edge of page

	// Vertical Offset between adjacent levels* in pixels //first num from top of page
	'block_top' : [185, 4, 4, 4, 4],
	
			
	'hide_delay' : [300, 300, 300, 300, 300],
	'expd_delay' : [200, 200, 200, 200, 200],
	'pixel_path' : 'pixel.gif',
	'align' : 'left' // left, center, right
};


/*   * - This parameter for root level (the one with index 0) is menu offset from the document's left upper corner, so use it for menu positioning on the page         (document.body.scrollWidth/2 - 435)
*/