
jQuery.noConflict();

jQuery(document).ready(function(){
  
	jQuery('#byCategory').addClass("activeCat");
	jQuery('#byCat').addClass('activeCatSpan');
	
    jQuery("#byCategory").mouseover(function () {
	jQuery(this).addClass("activeCat");
	jQuery('#byCat').addClass('activeCatSpan');
	
	jQuery('#byLocation').removeClass("activeCat");
	jQuery('#byLoc').removeClass('activeCatSpan');
	
	jQuery('#byType').removeClass("activeCat");
	jQuery('#byType2').removeClass('activeCatSpan');
	
	jQuery('#byGender').removeClass("activeCat");
	jQuery('#byGen').removeClass('activeCatSpan');
	
	jQuery('#byExperience').removeClass("activeCat");
	jQuery('#byExp').removeClass('activeCatSpan');
	
								
    
    });
	
	 jQuery("#byLocation").mouseover(function () {
	jQuery(this).addClass("activeCat");
	jQuery('#byLoc').addClass('activeCatSpan');
	
	
	jQuery('#byCategory').removeClass("activeCat");
	jQuery('#byCat').removeClass('activeCatSpan');
	
	jQuery('#byType').removeClass("activeCat");
	jQuery('#byType2').removeClass('activeCatSpan');
	
	jQuery('#byGender').removeClass("activeCat");
	jQuery('#byGen').removeClass('activeCatSpan');
	
	jQuery('#byExperience').removeClass("activeCat");
	jQuery('#byExp').removeClass('activeCatSpan');
								
    
    });
	
	 jQuery("#byType").mouseover(function () {
	jQuery(this).addClass("activeCat");
	jQuery('#byType2').addClass('activeCatSpan');
	
	jQuery('#byLocation').removeClass("activeCat");
	jQuery('#byLoc').removeClass('activeCatSpan');
	
	jQuery('#byCategory').removeClass("activeCat");
	jQuery('#byCat').removeClass('activeCatSpan');
	
	jQuery('#byGender').removeClass("activeCat");
	jQuery('#byGen').removeClass('activeCatSpan');
	
	jQuery('#byExperience').removeClass("activeCat");
	jQuery('#byExp').removeClass('activeCatSpan');
	
								
    
    });
	
	 jQuery("#byGender").mouseover(function () {
	jQuery(this).addClass("activeCat");
	jQuery('#byGen').addClass('activeCatSpan');
	
	
	jQuery('#byLocation').removeClass("activeCat");
	jQuery('#byLoc').removeClass('activeCatSpan');
	
	jQuery('#byType').removeClass("activeCat");
	jQuery('#byType2').removeClass('activeCatSpan');
	
	jQuery('#byCategory').removeClass("activeCat");
	jQuery('#byCat').removeClass('activeCatSpan');
	
	jQuery('#byExperience').removeClass("activeCat");
	jQuery('#byExp').removeClass('activeCatSpan');
								
    
    });
	
	 jQuery("#byExperience").mouseover(function () {
	jQuery(this).addClass("activeCat");
	jQuery('#byExp').addClass('activeCatSpan');
	
	jQuery('#byLocation').removeClass("activeCat");
	jQuery('#byLoc').removeClass('activeCatSpan');
	
	jQuery('#byType').removeClass("activeCat");
	jQuery('#byType2').removeClass('activeCatSpan');
	
	jQuery('#byGender').removeClass("activeCat");
	jQuery('#byGen').removeClass('activeCatSpan');
	
	jQuery('#byCategory').removeClass("activeCat");
	jQuery('#byCat').removeClass('activeCatSpan');
								
    
    });
	

  });

