/* Tigra Menu template structure */
var MENU_TPL = [
	{
	    'width': 95, /* Gap between menu columns */
		'height': 22, /* 22 */
		'left': 96, /*95,*/   /* Gap between menu row items */
		'top': 0, /* Do not change, gives starcase drop down blocks. */
		'hide_delay': 100, 
		'expd_delay': 100, 
		'css': {
			'inner': ['TM0i0','TM0i1'],
			'outer': 'TM0o0'
		},
		'block_left': 89, /*50,*/  /* Left margin of menu row */
		'block_top': 20
	},
	{
	    /* "block" here is the group of drop down menu items. */
		'width': 125,     /* 95, block windows width */
		'block_left': 0, /* For zero align with left of horizontal menu item. */
		'block_top': 18, /* 20, Gap between block and horizontal menu. */
		'left': 0,
		'top': 18, /* 20, Smaller values less drop out from vertical menus.
		            A dimension of individual item in drop down menu.*/
		'css': {
			'inner': ['TM0i0','TM0i1'],
			'outer': 'TM1o0'
		}
	}
];

