$(document).ready(function() { 
//$('a[title]').qtip({
$('#nav a[title]').qtip({ 
      style: { 
      name: 'cream',
      textAlign: 'center',
      tip: { 
      corner: 'topMiddle',
      size: { x: 20, y: 10 } },
      border: { width: 1, radius: 2 }
     },
      position: {
      corner: { target: 'bottomMiddle', tooltip: 'topMiddle' }
   }
})
});
