$('#nav a.kidsforkids').qtip({
	content: 'The Foundation',
	show: 'mouseover',
	hide: 'mouseout',
	style: { 
      width: 214,
      padding: 0,
      background: '#d934f1',
      color: 'black',
      textAlign: 'center',
      border: {
         width: 7,
         radius: 5,
         color: '#d934f1'
      },
      tip: 'bottomRight',
      name: 'dark'
   },
	position: {
      corner: {
         target: 'leftTop',
         tooltip: 'bottomRight'
      },
      adjust : { x: 23, y: 2 }
   },
   show: {
   	  delay: 20,
   	  effect: {
   	  	type: 'grow',
   	  	length: '500'
   	  }
   },
   hide: {
   	  delay: 0,
   	  effect: {
   	  	type: 'fade',
   	  	length: '200'
   	  }
   }
})


$('#nav a.bamboo').qtip({
	content: 'WorldKids International Film Festival',
	show: 'mouseover',
	hide: 'mouseout',
	style: { 
      width: 244,
      padding: 0,
      background: '#59b9e9',
      color: 'black',
      textAlign: 'center',
      border: {
         width: 7,
         radius: 5,
         color: '#59b9e9'
      },
      tip: 'bottomRight',
      name: 'dark'
   },
	position: {
      corner: {
         target: 'leftTop',
         tooltip: 'bottomRight'
      },
      adjust : { x: 39, y: 2 }
   },
   show: {
   	  delay: 20,
   	  effect: {
   	  	type: 'grow',
   	  	length: '600'
   	  }
   },
   hide: {
   	  delay: 0,
   	  effect: {
   	  	type: 'fade',
   	  	length: '200'
   	  }
   }
})

$('#nav a.iff').qtip({
	content: 'Lessons in the Dark',
	show: 'mouseover',
	hide: 'mouseout',
	style: { 
      width: 244,
      padding: 0,
      background: '#f8db3b',
      color: 'black',
      textAlign: 'center',
      border: {
         width: 7,
         radius: 5,
         color: '#f8db3b'
      },
      tip: 'bottomMiddle',
      name: 'dark'
   },
	position: {
      corner: {
         target: 'topMiddle',
         tooltip: 'bottomMiddle'
      },
      adjust : { x: 10, y: -3 }
   },
   show: {
   	  delay: 20,
   	  effect: {
   	  	type: 'grow',
   	  	length: '600'
   	  }
   },
   hide: {
   	  delay: 0,
   	  effect: {
   	  	type: 'fade',
   	  	length: '200'
   	  }
   }
})

$('#nav a.lid').qtip({
	content: 'Bamboo Mission',
	show: 'mouseover',
	hide: 'mouseout',
	style: { 
      width: 244,
      padding: 0,
      background: '#18b509',
      color: 'black',
      textAlign: 'center',
      border: {
         width: 7,
         radius: 5,
         color: '#18b509'
      },
      tip: 'bottomLeft',
      name: 'dark'
   },
	position: {
      corner: {
         target: 'rightTop',
         tooltip: 'bottomleft'
      },
      adjust : { x: -16, y: 1 }
   },
   show: {
   	  delay: 20,
   	  effect: {
   	  	type: 'grow',
   	  	length: '600'
   	  }
   },
   hide: {
   	  delay: 0,
   	  effect: {
   	  	type: 'fade',
   	  	length: '200'
   	  }
   }
})

$('#nav a.lft').qtip({
	content: 'WorldKids Club',
	show: 'mouseover',
	hide: 'mouseout',
	style: { 
      width: 244,
      padding: 0,
      background: '#f15c56',
      color: 'black',
      textAlign: 'center',
      border: {
         width: 7,
         radius: 5,
         color: '#f15c56'
      },
      tip: 'bottomLeft',
      name: 'dark'
   },
	position: {
      corner: {
         target: 'rightTop',
         tooltip: 'bottomleft'
      },
      adjust : { x: -12, y: 1 }
   },
   show: {
   	  delay: 20,
   	  effect: {
   	  	type: 'grow',
   	  	length: '600'
   	  }
   },
   hide: {
   	  delay: 0,
   	  effect: {
   	  	type: 'fade',
   	  	length: '200'
   	  }
   }
})
