jQuery(document).ready(function(){

	jQuery('#shvnav a[title]').qtip({
		style: { name: 'cream', tip: 'topMiddle' },
		position: {
			corner: { target: 'bottomMiddle', tooltip: 'topMiddle' }
		}
	});

   

});


