

var MENU_POS = [

		

{

	// Vertical Offset between adjacent levels in pixels - vertical placement

	'block_top'  : 120,

	// Horizontal Offset between adjacent levels in pixels - horizontal placement

	'block_left' : 0,

	

	// repeating items offset -  vertical / horizontal

	'top': 23, 

	'left': 0,

	// Item's width in pixels

	'width'      : 170,

	// Item's height in pixels

	'height'     : 20,

	// Time Delay in milliseconds before subling block expands  

	// after mouse pointer overs an item

	'expd_delay' : 100,

	'hide_delay' : 800,

	'css' : {

		'inner' : ['m0l0mouti', 'm0l0moveri', 'm0l0mdowni'],

		'outer' : ['m0l0mouto', 'm0l0movero', 'm0l0mdowno']

	}

},

{

	//SUBMENU------------

	// Vertical Offset between adjacent levels in pixels

	'block_top'  : 2,

	// Horizontal Offset between adjacent levels in pixels

	'block_left' : 150,

	

	'top': 20,

	'left': 0,

	// Item's width in pixels

	'width'      : 170,

	// Item's height in pixels

	'height'     : 20,

	// Time Delay in milliseconds before subling block expands  

	// after mouse pointer overs an item

	'expd_delay' : 100,

	'hide_delay' : 800,

	'css' : {

		'inner' : ['m0l1mouti', 'm0l1moveri', 'm0l1mdowni'],

		'outer' : ['m0l1mouto', 'm0l1movero', 'm0l1mdowno']

	}

},

{ 



//2nd SUBMENU------------

	// Vertical Offset between adjacent levels in pixels

	'block_top'  : 2,

	// Horizontal Offset between adjacent levels in pixels

	'block_left' : 160,

	

	'top': 20,

	'left': 0,

	// Item's width in pixels

	'width'      : 220,

	// Item's height in pixels

	'height'     : 20,

	// Time Delay in milliseconds before subling block expands  

	// after mouse pointer overs an item

	'expd_delay' : 100,

	'hide_delay' : 1000,

	'css' : {

		'inner' : ['m0l1mouti', 'm0l1moveri', 'm0l1mdowni'],

		'outer' : ['m0l1mouto', 'm0l1movero', 'm0l1mdowno']

	}

}	

];

	
