/*
  --- 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.
*/
var MENU_POS_FILEMENU = [
{
/* level 0 */
	// item sizes
	'height': 25,
	'width': 125,
	// 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': 108,
	'block_left': 5,
	// offsets between items of the same level
	'top': 25,
	'left': 0,
	// time in milliseconds before menu is hidden after cursor has gone out
	// of any items
	'hide_delay': 200,
	'expd_delay': 200,
	'css' : {
		'outer': ['m0l0oout_FileMenu', 'm0l0oover_FileMenu','m010odown_FileMenu'],
		'inner': ['m0l0iout_FileMenu', 'm0l0iover_FileMenu']
	},

	//..Menu Number
	//..This should be unique to each menu displayed on the same page
	'menuNumber':2 
}
,
{
/* level 1 */
	'height': 20,
	'width': 135,
	
	'block_top': 3,
	'block_left': 115,
	
	'top': 21,
	'left': 0,
	
	'css': {
		'outer' : ['m0l1oout_FileMenu', 'm0l1oover_FileMenu','m010odown_FileMenu'],
		'inner' : ['m0l1iout_FileMenu', 'm0l1iover_FileMenu']
	}
}

]
