/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Home', 'default.htm'],
		
	['About Us', null, null,
		['Company Info', 'Company_Info.html'],
		['Vision', null],
		['News', null],
		['Management Team', 'management.html']
	],
	['Transportation', null, null,
		['Dedicated', null],
		['Dry Van', null],
		['Refrigerated', null],
		['Tanker', null],
		['Shuttle Services', null]
	],
	['Warehouse', null, null,
		['Warehouse Services', null],
		['3PL Services', '3PL_Services.html'],
			],
	['Customers', null],
	['Technology', null, null,
		['Transportation', null],
		['Warehouse/3PL', null]
	],
	['Employment', null, null,
		['Drivers', null],
		['Warehouse', null],
		['Office', null]
	],
	['For Sale', null, null,
		['Trucks', 'trucks4sale.html']
        ],
	['Contact Us', null],
	['LENS','http://ditzfeld-rp-app.ditzfeldtransfer.com/ditz_lens'],
	['Class of 66','classof66.html']
];
