$(document).ready(function() {

	jQuery('ul.sf-menu').superfish();
	
    $(":input, img").tipTip({
    	delay:   "100"
    });
	
});
