var MAIN_MENU_POS=[
// Level 0 block configuration
{
	// Item's height in pixels
	'height'     : 26,
	// Item's width in pixels
	'width'      : 160,
	// if Block Orientation is vertical
	'vertical'   : true,
	// offsets between items of the same level
	'top': 26,
	'left': 0,
	// 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
	'hide_delay': 200,
	'expd_delay': 200,
	// Styles
	'css' : {
		'table': 'mtable',
		'inner' : ['miout', 'miover', 'midown'],
		'outer' : ['moout', 'moover', 'modown']
	}
},
// Level 1 block configuration
{
		// Item's height in pixels
	'height'     : 22,
	// offsets between items of the same level
	'top': 22,
	'left': 0,
	// Vertical Offset between adjacent levels in pixels
	'block_top': 5,
	// Horizontal Offset between adjacent levels in pixels
	'block_left': 135,
		'css' : {
		'table': 'm1table',
		'inner' : ['m1iout', 'm1iover', 'm1idown'],
		'outer' : ['m1oout', 'm1oover', 'm1odown']
	}
}
]
