var MENU_POS0 = [
// Level 0 block configuration
{
	// Item's height in pixels:
	'height'     : 33,
	// Item's width in pixels:
	'width'      : 121,
	// if Block Orientation is vertical:
	'vertical'   : true,
	// Style class names for the level
	'css' : {
		// Block outing table class
		'table' : 'mtable',
		// Item outer tag style class for all item states or
		// classes for [<default state>, <hovered state>, <clicked state>]
		'outer' : ['mco0', 'mco0_o', 'mco0_d'],
		// Item inner tag style class for all item states or
		// classes for [<default state>, <hovered state>, <clicked state>]
		'inner' : ['minner', 'minner', 'minner']
	},
	// Block outing table parameters:
	// [cellpadding, cellspacing, border]
	'table'      : [0, 0, 0]
},
// Level 1 block configuration
{
	'height'     : 24,
	'width'      : 160,
	// Vertical Offset between adjacent levels in pixels:
	'block_top'  : 5,
	// Horizontal Offset between adjacent levels in pixels:
	'block_left' : 127,
	// if Block Orientation is vertical:
	'vertical'   : true,
	// transition effects for the block
	// [index on expand, duration on expand, index on collapse, duration on collapse]
	'transition' : [23, 0.3],
	// Style class names for the level
	'css' : {
		// Block outing table class
		'table' : 'mtable2',
		// Item outer tag style class for all item states or
		// classes for [<default state>, <hovered state>, <clicked state>]
		'outer' : ['mcell2', 'mcell2_o', 'mcell2_o'],
		// Item inner tag style class for all item states or
		// classes for [<default state>, <hovered state>, <clicked state>]
		'inner' : 'minner1'
	},
	'table' : [0, 1, 0]
},
// Level 2 block configuration
{
	// Vertical Offset between adjacent levels in pixels:
	'block_top'  : 6,
	// Horizontal Offset between adjacent levels in pixels:
	'block_left' : 154,
	// Style class names for the level
	'css' : {
		// Block outing table class
		'table' : 'mtable2',
		
		// Item outer tag style class for all item states or
		// classes for [<default state>, <hovered state>, <clicked state>]
		'outer' : ['mcell3', 'mcell3_o', 'mcell3_o'],
	
		// Item inner tag style class for all item states or
		// classes for [<default state>, <hovered state>, <clicked state>]
		'inner' : 'minner1'
	},
	'table' : [0, 1, 0]
}
// Subling level configurations are inherited from level 2
]

