/*
  --- 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
	// Item's height in pixels
	'height'     : 24,
	// Item's width in pixels
	'width'      : 170,
        'top': 0,
	'left': 116,
	// if Block Orientation is vertical
	'vertical'   : false,
	// Time Delay in milliseconds before subling block expands
	// after mouse pointer overs an item
	'expd_delay' : 300,
	'css' : {
		'outer' : ['m0l0oout', 'm0l0oover'],
		'inner' : ['m0l0iout', 'm0l0iover']
	}
},{
	'width'      : 160,
	'height'     : 24,
	// Vertical Offset between adjacent levels in pixels
	'block_top'  : 25,
	// Horizontal Offset between adjacent levels in pixels
	'block_left' : 5,
	// block behaviour if single frame:	
	// 1 - shift to the edge, 2 - flip relatively to left upper corner
	'wise_pos'   : 1,
	'vertical'   : true,
	// transition effects for the block 
	// [index on expand, duration on expand, index on collapse, duration on collapse]
	'transition' : [0, 0.3, 0, 0.3],
	// Time Delay in milliseconds before menu collapses after mouse
	// pointer leafs all items
	'hide_delay' : 300,

	'css' : {
		'outer' : ['m0l1oout', 'm0l1oover'],
		'inner' : ['m0l1iout', 'm0l1iover']
	}
},{
	'block_top': 5,
	'block_left': 150
}
];