/*
  --- menu level scope settins structure --- 
  note that this structure has changed its format since previous version.
  Now this structure has the same layout as Tigra Menu GOLD.
  Format description can be found in product documentation.
Version History:
01/05/2008	Marta Gamboa	Modified block_top for deployment
01/14/2008	Marta Gamboa	Modified block_top,block_left, and width
				to accomodate new layout.
01/23/2008	Marta Gamboa	Modified width from 188 to 210 to widen menus
02/13/2008	Marta Gamboa	Modifed block_top from 255 to 226
				Modified block_left from 10 to 26
02/17/2008	Marta Gamboa	Modified width from 210 to 188 to thin menus
12/27/2008	Marta Gamboa	Modified block_top to 1 and block left from 26 to 1
*/
var MENU_POS2 = [
{
	// item sizes
	'width': 186,
	'height': 20,
	// menu block offset from the origin:
	//	for root level origin is upper left corner of the page
	//	for other levels origin is upper left corner of parent item
	'block_top': 1,
	'block_left': 1,
	// offsets between items of the same level
	'top': 21,
	'left': 0,
	// time in milliseconds before menu is hidden after cursor has gone out
	// of any items
	'hide_delay': 200,
	'css' : {
		'inner' : 'minner',
		'outer' : ['moout', 'moover']
	}
},
{
	'width': 140,
	'block_top': 16,
	'block_left': 140
},
{
	'block_left': 130
}
]

