var MENU_POS0=[
// Level 0 block configuration
{
	//'block_top'  : 144,
	//'block_left'  : 86,	
	//'block_right'  : 0,	
	'width': 155,
	'height'      : 26,
	// if Block Orientation is vertical
	'vertical'   : true,
	// [cellpadding, cellspacing, border]
	'table'      : [0, 0, 0],
	// Time Delay in milliseconds before subling block expands
	// after mouse pointer overs an item
	'expd_delay' : 100,
	// Style class names for the level
	'css' : {
		// Block outing table class
		'table' : 'm0table0',
		// Item inner tag style class for all item states or
		// classes for [<default state>, <hovered state>, <clicked state>]
		'inner' : ['m0mouti', 'm0moveri','m0moveri'],
		// Item outer tag style class for all item states or
		// classes for [<default state>, <hovered state>, <clicked state>]
		'outer' :['m0outer','m0moveri','m0moveri']
	}
},
// Level 1 block configuration
{	
	// [cellpadding, cellspacing, border]
	'table'      : [0, 0, 0],
	'height' : 26,
	'width' : 155,
	// Vertical Offset between adjacent levels in pixels
	'block_top'  : 12,
	// Horizontal Offset between adjacent levels in pixels
	'block_left' : 155,
	'css' : {
		'table' : 'm1table0',
		// classes for [<default state>, <hovered state>, <clicked state>]
		'inner' : ['m1mouti', 'm1moveri','m1moveri'],
		'outer' : ['m1outer', 'm1moveri','m1moveri']
	}
}
//Subling level configurations are inherited from level 3
]

