	$(document).ready( function() {
		animate_side_in();
		});
	$("#service_anchor_1").hover(
			function() {
				$("#menu_1").stop(true).animate({ height : 200, width: 126 }, animate_in_speed);
			},
			function() {
				$("#menu_1").stop(true).animate({ height : 0, width: 0 }, animate_out_speed);
			}
			);
$("#menu_1").hover(
			function() {
				$("#menu_1").stop(true).animate({ height : 200, width: 126 }, animate_in_speed);
			},
			function() {
				$("#menu_1").stop(true).animate({ height : 0, width: 0 }, animate_out_speed);
			}
			);
$("#service_anchor_2").hover(
			function() {
				$("#menu_2").stop(true).animate({ height : 200, width: 126 }, animate_in_speed);
			},
			function() {
				$("#menu_2").stop(true).animate({ height : 0, width: 0 }, animate_out_speed);
			}
			);
$("#menu_2").hover(
			function() {
				$("#menu_2").stop(true).animate({ height : 200, width: 126 }, animate_in_speed);
			},
			function() {
				$("#menu_2").stop(true).animate({ height : 0, width: 0 }, animate_out_speed);
			}
			);
$("#service_anchor_3").hover(
			function() {
				$("#menu_3").stop(true).animate({ height : 200, width: 126 }, animate_in_speed);
			},
			function() {
				$("#menu_3").stop(true).animate({ height : 0, width: 0 }, animate_out_speed);
			}
			);
$("#menu_3").hover(
			function() {
				$("#menu_3").stop(true).animate({ height : 200, width: 126 }, animate_in_speed);
			},
			function() {
				$("#menu_3").stop(true).animate({ height : 0, width: 0 }, animate_out_speed);
			}
			);
$("#service_anchor_4").hover(
			function() {
				$("#menu_4").stop(true).animate({ height : 200, width: 126 }, animate_in_speed);
			},
			function() {
				$("#menu_4").stop(true).animate({ height : 0, width: 0 }, animate_out_speed);
			}
			);
$("#menu_4").hover(
			function() {
				$("#menu_4").stop(true).animate({ height : 200, width: 126 }, animate_in_speed);
			},
			function() {
				$("#menu_4").stop(true).animate({ height : 0, width: 0 }, animate_out_speed);
			}
			);
$("#service_anchor_5").hover(
			function() {
				$("#menu_5").stop(true).animate({ height : 200, width: 126 }, animate_in_speed);
			},
			function() {
				$("#menu_5").stop(true).animate({ height : 0, width: 0 }, animate_out_speed);
			}
			);
$("#menu_5").hover(
			function() {
				$("#menu_5").stop(true).animate({ height : 200, width: 126 }, animate_in_speed);
			},
			function() {
				$("#menu_5").stop(true).animate({ height : 0, width: 0 }, animate_out_speed);
			}
			);
$("#service_anchor_6").hover(
			function() {
				$("#menu_6").stop(true).animate({ height : 200, width: 126 }, animate_in_speed);
			},
			function() {
				$("#menu_6").stop(true).animate({ height : 0, width: 0 }, animate_out_speed);
			}
			);
$("#menu_6").hover(
			function() {
				$("#menu_6").stop(true).animate({ height : 200, width: 126 }, animate_in_speed);
			},
			function() {
				$("#menu_6").stop(true).animate({ height : 0, width: 0 }, animate_out_speed);
			}
			);
$("#service_anchor_7").hover(
			function() {
				$("#menu_7").stop(true).animate({ height : 200, width: 126 }, animate_in_speed);
			},
			function() {
				$("#menu_7").stop(true).animate({ height : 0, width: 0 }, animate_out_speed);
			}
			);
$("#menu_7").hover(
			function() {
				$("#menu_7").stop(true).animate({ height : 200, width: 126 }, animate_in_speed);
			},
			function() {
				$("#menu_7").stop(true).animate({ height : 0, width: 0 }, animate_out_speed);
			}
			);

var donthide = false;

$("#page_services_nav").hide();

$("#menu_services").hover(
function() {
	$("#page_services_nav").show();
},
function() { donthide = false; setTimeout(function() { if(!donthide) $("#page_services_nav").hide(); }, 6000) }
);

$("#page_services_nav").hover(
function() {
	donthide = true;
	$("#page_services_nav").stop().show();
},
function() { setTimeout(function() { $("#page_services_nav").hide(); }, 1200) }
);

