var MENU_POSOLD = {
	'height' : [27, 25, 25, 25, 25],
	'width' : [105, 180, 180, 180, 180],
	'block_top' : [71, 30, 0, 0, 0],
	'block_left' : [420, 0, 175, 175, 125, 125],
	'top' : [0, 24, 24, 24, 24],
	'left' : [130, 0, 0, 0, 0],
	'hide_delay' : [200, 200, 200, 200, 200],
	'expd_delay' : [200, 200, 200, 200, 200],
	'pixel_path' : 'resources/pixel.gif',
	'align' : 'left'
};

var MENU_POS0 = [
// Level 0 block configuration
	{
	'height': 29,
	'width': 105,
	'table': [0, 0, 0],
 	'vertical' : false,
	'css' : {
		// Block outing table class
		'table' : 'm0table',
		// Item inner tag style class for all item states or
		// classes for [<default state>, <hovered state>, <clicked state>]
		'inner' : ['m0l0mouti','m0l0mouti'],
		// Item outer tag style class for all item states or
		// classes for [<default state>, <hovered state>, <clicked state>]
		'outer' : ['m0l0mouto', 'm0l0movero', '']
		} 
	},
// Level 1 block configuration
	{	
	'height' : 25,
	'width' : 180,
	'table' : [0, 0, 0],	
	'block_top' : 30,
	'block_left' : 0,
	'vertical' : true,
	'wise_pos' : 1,	
	'css' : {
		// Block outing table class
		'table' : 'm0table',
		// Item inner tag style class for all item states or
		// classes for [<default state>, <hovered state>, <clicked state>]
		'inner' : ['m0l1mouti','m0l1mouti'],
		// Item outer tag style class for all item states or
		// classes for [<default state>, <hovered state>, <clicked state>]
		'outer' : ['m0l1mouto', 'm0l1movero', '']
		} 
	},
// Level2 block configuration
	{	
	'height' : 25,
	'width' : 180,
	'table' : [0, 0, 0],	
	'block_top' : 0,
	'block_left' : 175,
	'vertical' : true,
	'wise_pos' : 1
	}
];
