jQuery(document).ready(function(){
  jQuery("#menu div.abscontainer:last").addClass("last");
  jQuery("#p57 a:last").addClass("last");
  jQuery("#p66 a:last").addClass("last");
  jQuery("#p79 a:last").addClass("last");
  jQuery("p.active").hide();
	jQuery("p.active").hide();
	
	
	jQuery("a.active").mouseover(function(){
					jQuery("p.active:not(p.active:eq("+ jQuery("a.active").index(this) + "))").slideUp();
					jQuery("p.active").fadeTo("fast",0.8);
					jQuery("p.active:eq("+ jQuery("a.active").index(this) + ")").slideDown();
													
 	});
	jQuery("#dnn_ContentPane,a.empty").mouseover(function(){
					jQuery("p.active").hide();
								
 	});
	
	jQuery("#tab57").click(function(){return false;});
jQuery("#tab66").click(function(){return false;});
jQuery("#tab79").click(function(){return false;});
	
 });


