/**************************************************************************
 *                                                                        *
 *      REMEMBER TO ALSO MAKE THE CHANGES TO THE HOMEPAGE VERSION         *
 *                                                                        *
 **************************************************************************/
 
/* Tigra Menu template structure */

var MENU_TPL = [
	{
		'width': 119, //sets the width of the top menu sections
		'height': 19, //sets the height of the top menu sections
		'left': 150,
		'top': 0,
		'hide_delay': 200,
		'expd_delay': 200,
		'css': {
			'inner': ['TM0i0','TM0i1'],
			'outer': ['TM0o0','TM0o1']
		},
		
/* This part sets the height and amount from the left the menu appears */

		'block_left': 20, //sets the position of the menu from the left hand side of the screen
		'block_top': 114 //sets the position of the menu from the top of the screen
	},
	{
		'width': 170, //sets the width of the sub menu sections
		'block_left': 0,
		'block_top': 24,
		'left': 0,
		'top': 19,
		'css': {
			'inner': ['TM0i0','TM0i1'],
			'outer': ['TM0o0','TM0o1']
			}
	},
	{
		
/* This "top" sets the height of the 2nd level deep menu options */

		'block_left': 171,
		'block_top': 6,

		'top': 19
	},
	{
		'block_left': 171,
		'block_top': 6
	}
];

/**************************************************************************
 *                                                                        *
 *      REMEMBER TO ALSO MAKE THE CHANGES TO THE HOMEPAGE VERSION         *
 *                                                                        *
 **************************************************************************/

