$(document).ready(function() {	
	//menu
	$('#menu').superfish({
      delay:       600,
      animation:   {opacity:'show', height:'show'},
      speed:       400,
      autoArrows:  false,
      dropShadows: false
    });
	// tool tip
	$('.normaltip').aToolTip({
    	toolTipClass: 'aToolTip'});
})

