
var MENU2_POS = [
		
{
	// Vertical Offset between adjacent levels in pixels
	'block_top'  : 180,
	// Horizontal Offset between adjacent levels in pixels
	'block_left' : 0,
	
	'top': 33,
	'left': 0,
	// Item's width in pixels
	'width'      : 130,
	// Item's height in pixels
	'height'     : 34,
	// Time Delay in milliseconds before subling block expands  
	// after mouse pointer overs an item
	'expd_delay' : 100,
	'hide_delay' : 100,
	'css' : {
		'inner' : ['m1l0mouti', 'm1l0moveri', 'm1l0mdowni'],
		'outer' : ['m1l0mouto', 'm1l0movero', 'm1l0mdowno']
	}
}	
];
	