var MENU_POS0=[
// Level 0 block configuration
{

	'block_top'  : 93,
	// Horizontal Offset between adjacent levels in pixels
	'block_left' : 90,

	// Item's width in pixels
	'width'      : 170,
	// Item's height in pixels
	'height'     : 21,
	// if Block Orientation is vertical
	'vertical'   : true,
	// [cellpadding, cellspacing, border]
	'table'      : [0, 1, 0],
	// Time Delay in milliseconds before subling block expands  
	// after mouse pointer overs an item
	'expd_delay' : 300,

	'opacity'	: 80,

	// Style class names for the level
	'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' : 'm0inner',
		// Item outer tag style class for all item states or
		// classes for [<default state>, <hovered state>, <clicked state>]
		'outer' : ['m0mouto', 'm0movero', 'm0mdowno']
	}
},
]

