var MENU_POS = [
{
	// item sizes
	'height': 20,
	'width': 102,
	// 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
	'block_top': 105,
	'block_left': 155,
	// offsets between items of the same level
	'top': 0,
	'left': 102,
	// time in milliseconds before menu is hidden after cursor has gone out
	// of any items
	'hide_delay': 200,
	'expd_delay': 200,
	'css' : {
		'outer': ['m0l0oout noprint', 'm0l0oover'],
		'inner': ['m0l0iout noprint', 'm0l0iover']
	}
},
{
	'height': 20,
	'width': 202,
	'block_top': 21,
	'block_left': 0,
	'top': 19,
	'left': 0,
	'css': {
		'outer' : ['m0l1oout noprint', 'm0l1oover'],
		'inner' : ['m0l1iout noprint', 'm0l1iover']
	}
},
{
	'block_top': 0,
	'block_left': 201,
	'css': {
		'outer': ['m0l1oout noprint', 'm0l1oover'],
		'inner': ['m0l1iout noprint', 'm0l1iover']
	}
}
]

var SIDE_MENU_POS = [
{
	// 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
	'block_top': 125,
	'block_left': 0,

	// item sizes
	'height': 44,
	'width': 155,

	// offsets between items of the same level
	'top': 43,
	'left': 0,

	// time in milliseconds before menu is hidden after cursor has gone out
	// of any items
	'hide_delay': 200,
	'expd_delay': 200,

	'css' : {
		'outer': ['m1l0oout noprint', 'm1l0oover'],
		'inner': ['m1l0iout noprint', 'm1l0iover']
	}
},
{
	'block_top': 0,
	'block_left': 154,

	// item sizes
	'height': 20,
	'width': 180,

	// offsets between items of the same level
	'top': 19,
	'left': 0,

	'css': {
		'outer': ['m1l1oout noprint', 'm1l1oover'],
		'inner': ['m1l1iout noprint', 'm1l1iover']
	}
},
{
	'block_top': 0,
	'block_left': 179,

	// item sizes
	'height': 20,
	'width': 200,

	'css': {
		'outer': ['m1l1oout noprint', 'm1l1oover'],
		'inner': ['m1l1iout noprint', 'm1l1iover']
	}
}
]
