$(document).ready(function() {
      
	 
	 $('a.lightbox').lightBox(); // Select all links with lightbox class   


	 
	// Setup the nav drop-downs
	$('#navMetier').nmcDropDown({
    show: {height: 'show', opacity: 'show'}
	});

	$('#navEntreprise').nmcDropDown({
    show: {height: 'show', opacity: 'show'}
	});
	
	$('#navVehicules').nmcDropDown({
    show: {height: 'show', opacity: 'show'}
	});

	$('#navLocation').nmcDropDown({
    show: {height: 'show', opacity: 'show'}
	});

	$('#navActualites').nmcDropDown({
    show: {height: 'show', opacity: 'show'}
	});
	// Setup the sidebar panel drop-downs
	$('#sidebarNav').nmcDropDown({
    trigger: 'click',
    submenu_selector: 'p',
    show: {height: 'show'},
    hide: {height: 'hide'}
	});
	
	

	
});

