/* Tigra Menu template structure */
var MENU_TPL = [
	{

		'height': 21,
		'width': 150,
		'vertical': false,
		'table' : [0,0,0],
		'css' : {
			'table': '',
			'outer': ['m0l0oout', 'm0l0oover'],
			'inner': ['m0l0iout', 'm0l0iover']
		},
		'pixel': 'http://www.wave-2-wave.com/menu_files/pixel.gif'
	},
	{
		'vertical': true
	}
];

