jQuery.noConflict()(function($){
$(document).ready(function() {
	   
	  $('ul#services li:last-child').css('margin-right', '0px');    
	  

	  $('#to-top').tipsy({opacity:1,fade: true, gravity: 's'});  
  	   	  
      $('#to-top').click(function() {
		    $(window.opera ? 'html' : 'html, body').animate({
		        scrollTop: 0
		    }, 'slow');
		});
	  
	 });
});


jQuery.noConflict()(function($){
$(document).ready(function() {
   $("ul.sf-menu").superfish({ 
            pathClass:  'current',
			autoArrows	: false,
			delay:300,
			speed: 'normal',
			animation:   {height:'show'}

        }); 


    });
});


