
 			$('#nav a[title]').qtip({  
style: { 'background-image': 'url(images/tipbg.png)',
'background': 'transparent', 'padding-top' : '26px',
'padding-left' : '20px',
'padding-right' : '20px',
'padding-bottom' : '17px',
	'color': 'white',
	'font-size': '12px',
    	'height': '51px',
        	'line-height': '18px',
	'display': 'block',
    'text-align': 'center',
    	'position': 'relative',
	'top': '-5px',
width: { max: 209, min: 209 } ,
border: { width: 0 },
},
 position: {
      corner: {
         tooltip: 'topMiddle',
         target: 'bottomMiddle'
      }
   }
,
show: { effect: { type: 'fade' , length: 300} },
hide: { effect: { type: 'fade' , length: 300 } }

})

