$(document).ready(function(){
	// Disable links for main nav...
	$('#nav-about-clients a:first').click(function(e) {	
		//e.preventDefault();   
		return false;
	});
//	$('#nav-about a:first').click(function(e) {	
//		//e.preventDefault();   
//		return false;
//	});
//	$('#nav-products a:first').click(function(e) {	
//		//e.preventDefault();   
//		return false;
//	});
//	$('#nav-products-bar-beverage a:first').click(function(e) {	
//		//e.preventDefault();   
//		return false;
//	});

/*
	$("ul li:has(ul)").hover(function () { 
		$(this).children("a").click(function () { 
		return false; 
		}); 
	});
*/	
});
