jQuery.noConflict();
jQuery(document).ready(function(){ 

	jQuery('ul.sf-menu li:first').addClass('home current_page_item');

});

