/* Tigra Menu template structure */
var startposition
startposition=(screen.width/2)-125
var MENU_TPL_BH = [
	{
		'width': 300,
		'height': 50,
		'left': 0,
		'top': 50,
		'hide_delay': 200,
		'expd_delay': 200,
		'css': {
			'inner': 'TM0ii',
			'outer': ['TM0oi','TM0oi']
		},
		'block_left': startposition,
		'block_top': 350
	},
	{
		'width': 340,
		'height': 50,
		'block_left': 300,
		'block_top': 0,
		'left': 0,
		'top': 50
	}
];

