/*
  --- 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 = [
{
	// item sizes
        'height': 25, //was 25
        'width': 89, //was 140,120,80
	// 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': 5, //was 200,100,259
        'block_left': 160, //was 10
	// offsets between items of the same level
        'top': 0,  //col.or.row.menu was 24
        'left': 90, //was 0
	// time in milliseconds before menu is hidden after cursor has gone out
	// of any items
	'hide_delay': 200,
	'css' : {
		'outer' : ['m0l0oout', 'm0l0oover'],
		'inner' : ['m0l0iout', 'm0l0iover']
	}	
},
{
        'height': 25, //sub1 cell size was 25
        'width': 60,  //sub1 cell space 120,99,80
        'block_left': -180, //30,40,30
        'block_top': 20, //level 2 submenu offset down,20
	// offsets between items of the same level
        'top': 0,  //col.or.row.menu was 24
        'left': 60, //was 0
	'css' : {
		'outer' : ['m0l1oout', 'm0l1oover'],
		'inner' : ['m0l1iout', 'm0l1iover']
	}
}
];
