// ** Graphic NAVS for Solutions and Product Landing pages  **
jQuery(function(){
	jQuery('.n04v6-pilot > div').hoverIntent(function(){
		jQuery('.n04v7-pilot',this).show();
	},function(){
		jQuery('.n04v7-pilot',this).hide();
	})
});
