var MENU_POS=[
// Level 0 block configuration
{ 	
	// Item's width in pixels
	'width'      : 149,
	// Item's height in pixels
	'height'     : 49,
	// if Block Orientation is vertical
	'vertical'   : true,
	// Block outing table parameters: 
	// [cellpadding, cellspacing, border]
	'table'      : [0, 0, 0],
	// Time Delay in milliseconds before subling block expands  
	// after mouse pointer overs an item
	'expd_delay' : 100,
	'css' : {
		'table' : 'm0table',
		'inner' : 'm0inner',
		'outer' : ['m0mouto', 'm0movero', 'm0mdowno']
	}
},
// Level 1 block configuration
{
	'width'      : 200,
	'height'      : 25,
	// Vertical Offset between adjacent levels in pixels
	'block_top'  : 5,
	// Horizontal Offset between adjacent levels in pixels
	'block_left' : 149,
	'top'        : 100,
	'left'       : 1,
	'vertical'   : true,
	// block behaviour if single frame:	
	// 1 - shift to the edge, 2 - flip relatively to left upper corner
	'wise_pos'   : 1,
	// Time Delay in milliseconds before menu collapses after mouse 
	// pointer lefts all items
	'hide_delay' : 300,
	// transition effects the for the block 
	// [index on expand, duration on expand, index on collapse, duration on collapse]
	'transition' : [12, 0.3, 9, 0.3],
	'css' : {
		'table' : 'm1table',
		'inner' : 'm1inner',
		'outer' : ['m1mouto', 'm1movero', 'm1mdowno']
	}
},
// Level 2 block configuration
{
	'width'      : 180,
	'height'      : 25,
	// Vertical Offset between adjacent levels in pixels
	'block_top'  : 1,
	// Horizontal Offset between adjacent levels in pixels
	'block_left' : 175,
	'top'        : 100,
	'left'       : 1,
	'vertical'   : true,
	// block behaviour if single frame:	
	// 1 - shift to the edge, 2 - flip relatively to left upper corner
	'wise_pos'   : 1,
	// Time Delay in milliseconds before menu collapses after mouse 
	// pointer lefts all items
	'hide_delay' : 300,
	// transition effects the for the block 
	// [index on expand, duration on expand, index on collapse, duration on collapse]
	'transition' : [12, 0.3, 9, 0.3],
	'shadow' : {
		'color' : '#4682B4',
		'offX'  : 4,
		'offY'  : 4
	}
},
// Level 3 block configuration
{
	'width'      : 180,
	'height'      : 25,
	// Vertical Offset between adjacent levels in pixels
	'block_top'  : 1,
	// Horizontal Offset between adjacent levels in pixels
	'block_left' : 175,
	'top'        : 100,
	'left'       : 1,
	'vertical'   : true,
	// block behaviour if single frame:	
	// 1 - shift to the edge, 2 - flip relatively to left upper corner
	'wise_pos'   : 1,
	// Time Delay in milliseconds before menu collapses after mouse 
	// pointer lefts all items
	'hide_delay' : 300,
	// transition effects the for the block 
	// [index on expand, duration on expand, index on collapse, duration on collapse]
	'transition' : [12, 0.3, 9, 0.3],
	'shadow' : {
		'color' : '#4682B4',
		'offX'  : 4,
		'offY'  : 4
	}
}
]
