var MENU_POS =[
// Level 0 block configuration
{
	// Item's height in pixels
	'height'     : 30,
	// Item's width in pixels
	'width'      : 135,
	// if Block Orientation is vertical
	'vertical'   : false,
	// Time Delay in milliseconds before subling block expands
	// after mouse pointer overs an item
	'expd_delay' : 300,
	// Style class names for the level
	'css': {
		// Block outing table class
		'table' : 'rootTable',
		// Item outer tag style class for all item states or
		// classes for [<default state>, <hovered state>, <clicked state>]
		'outer' : ['outer','outerHover','outerClicked'],
		// Item inner tag style class for all item states or
		// classes for [<default state>, <hovered state>, <clicked state>]
		'inner' : ['inner','innerHover','innerClicked']
	}
},
// Level 1 block configuration
{
	// Item's height in pixels
	'height'     : 33,	
	// Item's width in pixels
	'width'      : 120,
	//'height'     : 19,
	// Vertical Offset between adjacent levels in pixels
	'block_top'  : 29,
	// Horizontal Offset between adjacent levels in pixels
	'block_left' : 0,
	// block behaviour if single frame:	
	// 1 - shift to the edge, 2 - flip relatively to left upper corner
	'wise_pos'   : 1,
	'vertical'   : false,
	// 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': {
		// Block outing table class
		'table' : 'sublevelTable',
		// Item outer tag style class for all item states or
		// classes for [<default state>, <hovered state>, <clicked state>]
		'outer' : ['outer1','outerHover1','outerClicked1'],
		// Item inner tag style class for all item states or
		// classes for [<default state>, <hovered state>, <clicked state>]
		'inner' : ['inner1','innerHover1','innerClicked1']
	}
},
// Level 2 block configuration
{
		'width'      : 180,
		'height'     : 25,
		'vertical'   : true,
		'wise_pos'   : 2,
		'block_top'  : 33,
		'block_left' : 0,
	'css': {
		// Block outing table class
		'table' : 'sublevel2Table',
		// Item outer tag style class for all item states or
		// classes for [<default state>, <hovered state>, <clicked state>]
		'outer' : ['outer2','outerHover2','outerClicked2'],
		// Item inner tag style class for all item states or
		// classes for [<default state>, <hovered state>, <clicked state>]
		'inner' : ['inner2','innerHover2','innerClicked2']
	}
},
	//Subling level configurations are inherited from level 2
{
		'width'      : 150,
		'height'     : 25,
		'vertical'   : true,
		'wise_pos'   : 2,
		'block_top'  : 0,
		'block_left' : 179
}

]

