var MENU_POS0=[
// Level 0 block configuration
{
	'width'      : 110,                                 // Item's width in pixels  
	'height'     : 16,                                  // Item's height in pixels
	'vertical'   : false,                               // if Block Orientation is vertical
	'table'      : [0, 1, 0],                           // Block outing table parameters: [cellpadding, cellspacing, border]
	'expd_delay' : 300,                         	    // Time Delay in milliseconds before subling block expands, after mouse pointer overs an item
	// Style class names for the level
	'css' : {
		'table' : 'm0table0',                           // Block outing table class
		'inner' : 'm0inner',                            // Item inner tag style class for all item states or classes for [<default state>, <hovered state>, <clicked state>]
		'outer' : ['m0mouto', 'm0movero', 'm0mdowno']   // Item outer tag style class for all item states or classes for [<default state>, <hovered state>, <clicked state>]
	}
},
// Level 1 block configuration
{
	'width'      : 150,                                 // Vertical Offset between adjacent levels in pixels
	'block_top'  : 16,                                  // Horizontal Offset between adjacent levels in pixels
	'block_left' : 16,
	'vertical'   : true,
	'wise_pos'   : 1,                                   // block behaviour if single frame:  1 - shift to the edge, 2 - flip relatively to left upper corner	
	'hide_delay' : 500,                                 // Time Delay in milliseconds before menu collapses after mouse  pointer lefts all items
	'css' : {
		'table' : 'm1table',
		'inner' : 'm1inner',
		'outer' : ['m1mouto', 'm1movero', 'm1mdowno']
	}
}
// Level 2 block configuration is inherited from level 1
]
