var MENU_POS = [
{
	'height': 10, /* Height of menu */
	'width': 115, /* Width of menu */
	'block_top': 113, /* Vertical location of menu in pixels */
	'block_left': -19, /* Horizontal location of menu in pixels */
	'top': 0, /* Vertical location of other items in same level in pixels */
	'left': 119, /* Horizontal location of other items in same level in pixels */
	'hide_delay': 200, /* Time for menu to collapse after mouse is off */
	'expd_delay': 200, /* Time for menu to expand after mouse is on */
	'css' : {
		'outer': ['firstlevelcellout', 'firstlevelcellover'],
		'inner': ['firstleveltextout', 'firstleveltextover']
	}
},
{
	'height': 25,
	'width': 155,
	'block_top': 25, /* Same as before but relative to previous level */
	'block_left': 15, /* Same as before but relative to previous level */
	'top': 24, /* Same as before but relative to previous level */
	'left': 0, /* Same as before but relative to previous level */
	'css': {
		'outer' : ['secondlevelcellout', 'secondlevelcellover'],
		'inner' : ['secondleveltextout', 'secondleveltextover']
	}
},
{
	'height': 10,
	'width': 145,
	'block_top': 0,
	'block_left': 129,
	'top': 20,
	'left': 0,
	'css': {
		'outer': ['thirdlevelcellout', 'thirdlevelcellover'],
		'inner': ['thirdleveltextout', 'thirdleveltextover']
	}
}
]
