	var MENU_POS0=[
// Level 0 block configuration
{
	// Item's height in pixels
	'height'     : 24,
	// Item's width in pixels
	'width'      : 130,
	// Vertical Offset between adjacent levels in pixels
	'block_top'  : 71,
	// Horizontal Offset between adjacent levels in pixels
	'block_left' : 0,
	// if Block Orientation is vertical
	'vertical'   : false,
	// Block outing table parameters:
	// [cellpadding, cellspacing, border]
	'expd_delay' : 300,
	// Time Delay in milliseconds before menu collapses after mouse
	// pointer lefts all items
	'hide_delay' : 0,
	// Style class names for the level
	'css' : {
		'outer' : ['navtop1oout', 'navtop1oover'],
		// Item inner tag style class for all item states or
		// classes for [<default state>, <hovered state>, <clicked state>]
		'inner' : ['navtop1iout', 'navtop1iover']
	}
},
// Level 1 block configuration
{
	'height': 24,
	'width' : 225,
	// Vertical Offset between adjacent levels in pixels
	'block_top'  : 23,
	// Horizontal Offset between adjacent levels in pixels
	'block_left' : 0,
	'vertical'   : true,
	'hide_delay': 400,
	'table' : [0 , 0, 0],
	'css' : {
		'outer' : ['navtop2oout', 'navtop2oover'],
		'inner' : ['navtop2iout', 'navtop2iover']
	}
},
// Level 2 block configuration
{
	'height': 24,
	'block_top'  : 0,
	'block_left' : 225
},
// Level 3 block configuration
{
	'block_left' : 195
}
	//o_block level configurations are inherited from level 3
]

