
var MENU_POS = [
		
{
	// Vertical Offset between adjacent levels in pixels
	'block_top'  : 110,
	// Horizontal Offset between adjacent levels in pixels
	'block_left' : 17,
	
	'top': 0,
	'left': 70,
	// Item's width in pixels
	'width'      : 70,
	// Item's height in pixels
	'height'     : 40,
	// Time Delay in milliseconds before subling block expands  
	// after mouse pointer overs an item
	'expd_delay' : 100,
	'hide_delay' : 100,
	'css' : {
		'inner' : ['m0l0mouti', 'm0l0moveri', 'm0l0mdowni'],
		'outer' : ['m0l0mouto', 'm0l0movero', 'm0l0mdowno']
	}
},
{
	// Vertical Offset between adjacent levels in pixels
	'block_top'  : 40,
	// Horizontal Offset between adjacent levels in pixels
	'block_left' : 0,
	
	'top': 25,
	'left': 0,
	// Item's width in pixels
	'width'      : 179,
	// Item's height in pixels
	'height'     : 25,
	'css' : {
		'inner' : ['m0l1mouti', 'm0l1moveri', 'm0l1mdowni'],
		'outer' : ['m0l1mouto', 'm0l1movero', 'm0l1mdowno']
	}
},	
// Level 1 block configuration
{
	// Vertical Offset between adjacent levels in pixels
	'block_top'  : 5,
	// Horizontal Offset between adjacent levels in pixels
	'block_left' : 130
}
];
	
