

var MENU_POS = [
{
	// properties for menuitems at level 0. 
	// properties are inherited. ie items in level 1 has the same css as on level 0.
	// this is a good thing.
	'width' : 120,
	'height' : 14,
	'block_top': 125,
	'block_left' : 10,
	'top' : 0,
	'left' : 120,
	'hide_delay': 200,
	'expd_delay': 200,
	'css' : {
		'outer': ['menu_item_box_out', 'menu_item_box_over', 'menu_item_box_down'],
		'inner': ['menu_item_content_out', 'menu_item_content_over', 'menu_item_content_down']
	}
}
,
{
	// properties for menuitems at level 1
	'width': 320,
	'height' : 22,
	'block_top': 23,
	'block_left': 0,
	'top': 22,
	'left': 0
},
{
	// properties for menuitems at level 2.
	'width': 320,
	'height': 22,
	'block_top': 0,
	'block_left': 149,
	'top': 22,
	'left': 0
}
]
