var MENU_POS = [
{
	// primary links item sizes
	'height': 25,
	'width': 135,
	// menu block offset from the origin:
	//	for root level origin is upper left corner of the page
	//	for other levels origin is upper left corner of parent item
	// offsets between links of the same level
	'vertical':false,
	// time in milliseconds before menu is hidden after cursor has gone out
	// of any items
	'hide_delay': 600,
	'expd_delay': 50,
	'table':[0,0,0],
	'css' : {
		'table': '',
		'outer': ['m0l0oout', 'm0l0oover'],
		'inner': ['m0l0iout', 'm0l0iover']
	}
},
{
	// specs of the first set of drop-down links
	'height': 25,
	'width': 190,
	'block_top': 24,
	'block_left': 0,
	'vertical':true,
	'table':[0,1,0],
	'css': {
		'table': 'm0l1table',
		'outer' : ['m0l1oout', 'm0l1oover'],
		'inner' : ['m0l1iout', 'm0l1iover']
	}
},
{
	'width': 240,
	'block_top': 5,
	'block_left': 170
},
{
	'width': 200,
	'block_top': 5,
	'block_left': 220
}
]
