var MENU_POS_INSIDE =[
// Level 0 block configuration
{
	// Item's height in pixels
	'height'     : 24,
	// Item's width in pixels
	'width'      : 130,
	
		
	
	// if Block Orientation is vertical
	'vertical'   : true,
	// Time Delay in milliseconds before subling block expands
	// after mouse pointer overs an item
	'expd_delay' : 50,
	'table' : [0,0,0],
	// Style class names for the level
	'css': {
		// Block outing table class
		'table' : '',
		// Item outer tag style class for all item states or
		// classes for [<default state>, <hovered state>, <clicked state>]
		'outer' : ['b0','b0hov','b0hov'],
		// Item inner tag style class for all item states or
		// classes for [<default state>, <hovered state>, <clicked state>]
		'inner' : ''
	}
},
// Level 1 block configuration
{
	'width'      : 130,
	'height'     : 24,
	// Vertical Offset between adjacent levels in pixels
	'block_top'  : 25,
	// Horizontal Offset between adjacent levels in pixels
	'block_left' : -3,
	// block behaviour if single frame:	
	// 1 - shift to the edge, 2 - flip relatively to left upper corner
	'wise_pos'   : 1,
	'vertical'   : true,
	// transition effects for the block 
	// [index on expand, duration on expand, index on collapse, duration on collapse]
	'transition' : [0, 0.3, 0, 0.3],
	// Time Delay in milliseconds before menu collapses after mouse
	// pointer lefts all items
	'hide_delay' : 300,
	'css' : {
		'table' : '',
		'outer' : ['b1','b1hov','b1hov'],
		'inner' : ''
	}
},
// Level 2 block configuration
{
	'block_top'  : 0,
	'block_left' : 160
}
	//Subling level configurations are inherited from level 2
]

var MENU_POS_KIDS =[
// Level 0 block configuration
{
	// Item's height in pixels
	'height'     : 24,
	// Item's width in pixels
	'width'      : 130,
	
		
	
	// if Block Orientation is vertical
	'vertical'   : true,
	// Time Delay in milliseconds before subling block expands
	// after mouse pointer overs an item
	'expd_delay' : 50,
	'table' : [0,0,0],
	// Style class names for the level
	'css': {
		// Block outing table class
		'table' : '',
		// Item outer tag style class for all item states or
		// classes for [<default state>, <hovered state>, <clicked state>]
		'outer' : ['k0','k0hov','k0hov'],
		// Item inner tag style class for all item states or
		// classes for [<default state>, <hovered state>, <clicked state>]
		'inner' : ''
	}
}
]

var MENU_POS_TEENS =[
// Level 0 block configuration
{
	// Item's height in pixels
	'height'     : 24,
	// Item's width in pixels
	'width'      : 130,
	
		
	
	// if Block Orientation is vertical
	'vertical'   : true,
	// Time Delay in milliseconds before subling block expands
	// after mouse pointer overs an item
	'expd_delay' : 50,
	'table' : [0,0,0],
	// Style class names for the level
	'css': {
		// Block outing table class
		'table' : '',
		// Item outer tag style class for all item states or
		// classes for [<default state>, <hovered state>, <clicked state>]
		'outer' : ['t0','t0hov','t0hov'],
		// Item inner tag style class for all item states or
		// classes for [<default state>, <hovered state>, <clicked state>]
		'inner' : ''
	}
}
]


