
var MENU_POS = [
		
{
	// Vertical Offset between adjacent levels in pixels
	'block_top'  : 70,
	// Horizontal Offset between adjacent levels in pixels
	'block_left' : 5,
	
	'top': 50,
	'left': 0,
	// Item's width in pixels
	'width'      : 139,
	// Item's height in pixels
	'height'     : 51,
	// Time Delay in milliseconds before subling block expands  
	// after mouse pointer overs an item
	'expd_delay' : 100,
	'hide_delay' : 300,
	'css' : {
		'inner' : ['m0l0mouti', 'm0l0moveri', 'm0l0mdowni'],
		'outer' : ['m0l0mouto', 'm0l0movero', 'm0l0mdowno']
	}
},
{
	// Vertical Offset between adjacent levels in pixels
	'block_top'  : 41,
	// Horizontal Offset between adjacent levels in pixels
	'block_left' : 40,
	
	'top': 23,
	// Item's width in pixels
	'width'      : 108,
	// Item's height in pixels
	'height'     : 24,
	'css' : {
		'inner' : ['m0l1mouti', 'm0l1moveri', 'm0l1mdowni'],
		'outer' : ['m0l1mouto', 'm0l1movero', 'm0l1mdowno']
	}
},
{
	// Vertical Offset between adjacent levels in pixels
	'block_top'  : 17,
	// Horizontal Offset between adjacent levels in pixels
	'block_left' : -28,
	
	'top': 19,
	// Item's width in pixels
	'width'      : 101,
	// Item's height in pixels
	'height'     : 20,
	'hide_delay' : 100,
	'css' : {
		'inner' : ['m0l2mouti', 'm0l2moveri', 'm0l2mdowni'],
		'outer' : ['m0l2mouto', 'm0l2movero', 'm0l2mdowno']
	}
}	
];
	
