
var MENU_POS = [
		
{
	// Vertical Offset between adjacent levels in pixels - vertical placement
	'block_top'  : 20,
	// Horizontal Offset between adjacent levels in pixels - horizontal placement
	'block_left' : 20,
	
	// repeating items offset -  vertical / horizontal
	'top': 14, 
	'left': 0,
	// Item's width in pixels
	'width'      : 130,
	// Item's height in pixels
	'height'     : 14,
	// 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']
	}
},
{
	//SUBMENU------------
	// Vertical Offset between adjacent levels in pixels
	'block_top'  : 0,
	// Horizontal Offset between adjacent levels in pixels, shifted left from upper level menu
	'block_left' : 123,
	
	'top': 14,
	'left': 0,
	'css' : {
		'inner' : ['m0l1mouti', 'm0l1moveri', 'm0l1mdowni'],
		'outer' : ['m0l1mouto', 'm0l1movero', 'm0l1mdowno']
	}
}	
];

var MENU_POS_2 = [
		
{
	// Vertical Offset between adjacent levels in pixels - vertical placement
	'block_top'  : 20,
	// Horizontal Offset between adjacent levels in pixels - horizontal placement
	'block_left' : 170,
	
	// repeating items offset -  vertical / horizontal
	'top': 14, 
	'left': 0,
	// Item's width in pixels
	'width'      : 130,
	// Item's height in pixels
	'height'     : 14,
	// 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']
	}
},
{
	//SUBMENU------------
	// Vertical Offset between adjacent levels in pixels, shifted up 
	'block_top'  : 0,
	// Horizontal Offset between adjacent levels in pixels, shifted left from upper level menu
	'block_left' : 123,
	
	'top': 14,
	'left': 0,
	'css' : {
		'inner' : ['m0l1mouti', 'm0l1moveri', 'm0l1mdowni'],
		'outer' : ['m0l1mouto', 'm0l1movero', 'm0l1mdowno']
	}
}	
];

var MENU_POS_3 = [
		
{
	// Vertical Offset between adjacent levels in pixels - vertical placement
	'block_top'  : 20,
	// Horizontal Offset between adjacent levels in pixels - horizontal placement
	'block_left' : 310,
	
	// repeating items offset -  vertical / horizontal
	'top': 14, 
	'left': 0,
	// Item's width in pixels
	'width'      : 130,
	// Item's height in pixels
	'height'     : 14,
	// 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']
	}
},
{
	//SUBMENU------------
	// Vertical Offset between adjacent levels in pixels
	'block_top'  : 0,
	// Horizontal Offset between adjacent levels in pixels
	'block_left' : 123,
	
	'top': 14,
	'left': 0,
	'css' : {
		'inner' : ['m0l1mouti', 'm0l1moveri', 'm0l1mdowni'],
		'outer' : ['m0l1mouto', 'm0l1movero', 'm0l1mdowno']
	}
}	
];
