var MENU_TPL = [{
	'width': 100,
	'height': 24,
	'hide_delay': 200,
	'expd_delay': 200,
	'vertical': false,
	'table': [0,1,0],
	'transition' : ['blendTrans(duration=.0)', 'blendTrans(duration=.0)'],
	'css' : {
		'table' : 'm0table',
		'inner' : 'mlevel1',
		'outer' : ['m0mouto', 'm0movero', 'm0mdowno']
	},
	'pixel':'menu_files/pixel.gif'
	},{
		'width': 160,
		'block_left': 5,
		'block_top': 1,
		'vertical': true,
		'css': {
			'table' : 'm0table',
			'inner' : 'mlevel2',
			'outer' : ['m0mouto2', 'm0movero2', 'm0mdowno']
		}
}];
