var MENU_POS = [
// Level 0 block configuration
	{
	'height'     : 19,
	'width'      : 115,
	'table'      : [0, 0, 0],
	'expd_delay' : 100,
	'css' : {
		'table' : 'm0table0',
		'outer' : 'm0outer',
		'inner' : ['m0mouti', 'm0moveri']
	}
	},
// Level 1 block configuration
	{
	'height'     : 13,
	'width'      : 115,
	'block_top'  : 0,
	'block_left' : 10,
	'table'      : [0, 0, 0],
	'top'        : -1,
	'hide_delay' : 200,
	'wise_pos'   : 0,
	'vertical'   : true,
	'transition' : ['revealTrans(TRANSITION=4,DURATION=0.07)', null],
	'css' : {
		'table' : 'm0table1',
		'outer' : 'm0outer',
		'inner' : ['m0mouti', 'm0moveri']
	}
	}
]

var MENU_POS_CS = [
// Level 0 block configuration
	{
	'height'     : 19,
	'width'      : 183,
	'table'      : [0, 2, 0],
	'expd_delay' : 100,
	'vertical'   : true,	
	'css' : {
		'table' : 'mCStable0',
		'outer' : 'mCSouter',
		'inner' : ['mCSmouti', 'mCSmoveri']
	}
	},
// Level 1 block configuration
	{
	'height'     : 15,
	'width'      : 105,
	'block_left' : 170,
	'hide_delay' : 200,
	'wise_pos'   : 0,
	'vertical'   : false,
	'transition' : ['revealTrans(TRANSITION=5,DURATION=0.08)', null],
	'css' : {
		'table' : 'mCStable1',
		'outer' : 'mCSouter1',
		'inner' : 'mCSinner1'
	}
	}
]