var MENU_ITEMS = [
	['Products', 'products.htm', null,
		['Card Services', 'card_services.htm'],
		['Card Design', 'card_design.htm'],
		['Stock Generic Cards', 'stock_cards.htm'],
		['Card Design Studio', 'studio.htm'],
		['Mailing Services', 'mailing_services.htm'],
		['Print Management Services', 'print_management.htm'],
		['Document Management', 'document_management.htm'],
		['Supplies', 'supplies.htm']
	]
];

var MENU_TPL = [
	{
		'width': 152,
		'height': 25,
		'left': 0,
		'top': 0,
		'hide_delay': 200,
		'expd_delay': 200,
		'css': {
			'inner': 'tab',
			'outer': ['tab_over','TM0o1']
		},
		'block_left': 0,
		'block_top': 0
	},
	{
		'width': 150,
		'block_left': 0,
		'block_top': 25,
		'left': 0,
		'top': 23,
		'css': {
			'inner': 'tab',
			'outer': ['tab_over','TM0o1']
		}
	}
];
