$(document).ready(function() {
	$("ul#enterprise > li#americanlung").addClass("active");
	$("#leftfloatingdiv").css("margin-top", "1200px");
});