
   $(function () {
	   $(".nav #nav li a").mouseover(function(){
		   	$(this).css("left",$(this).position().left + "px")
		   })
	   })
  
  $(function () {
	$(".nav .sub .item").hide();
	$(".nav #nav li a").mouseover(function(){
		var index = $(".nav #nav li a").index(this);
		$(".nav .sub .item:eq("+ index + ")").fadeIn(300);
		$(".nav .sub .item:eq("+ index + ")").siblings().fadeOut(400);
	})
	$(".nav").hover
	(
		function(){
			$(".nav .sub").show();
			},
		function(){
			$(".nav .sub .item").fadeOut(400);}
	)
})
  
  
  
  

  $(function() {
 $('.lmenu dd:has("dl")').each(function() {
     $(this).find("dl:has(a.hover)").show();
     $(">a", this).click(function() {
         $(this).parent().siblings().find(">a").removeClass("hover");
         $(this).addClass("hover");
         $(this).parent().siblings().find("dl").slideUp();
         $(this).parent().find("dl").slideToggle(200);
         return false;
     })
 })
})

  
  
        $(function() {
$('.lmenu dd dd:has("ul")').each(function() {
 $(this).find("ul:has(a.hover)").show();

})
})

  
  

	
			$(function(){
		$(".tab .c2 tr:odd").addClass("odd");
		$(".tab .c2 tr:even").addClass("even");
})

$(function(){
	$(".tool input.n1")
})
	

jQuery(function($){	
	$(".ctab").switchTab({defaultIndex: "0", effect: "fade",titCell: "dt a", trigger: "click", delayTime: 250});
});



jQuery(function($){	
	$(".tab1").switchTab({defaultIndex: "-1", effect: "slide",titCell: "dt a", trigger: "mouseover", delayTime: 250,ismap: true});
});

jQuery(function($){	
$(".single_contact .map .map_box div.exp dl").find("dd").hide();
$(".single_contact .map .map_box dl").hover(
  function () {
  },
  function () {
	  $(".single_contact .map .map_box div.exp dl").find("dd").hide();
	  $(".single_contact .map .map_box div.exp dt").find("a").removeClass("on");
  }
);
$(".single_contact .map .map_box dd .ddbox span.exp").click(
  function () {
	  $(".single_contact .map .map_box div.exp dl").find("dd").hide();
	  $(".single_contact .map .map_box div.exp dt").find("a").removeClass("on");
  }
)
});

jQuery(function($){	
	$(".tab").switchTab({defaultIndex: "0", effect: "fade",titCell: "dt a", trigger: "mouseover", delayTime: 250});
});

jQuery(function ($) {
    $(".tab2").switchTab({ defaultIndex: "0", effect: "fade", titCell: "dt a", trigger: "mouseover", delayTime: 0 });
});

$(function () {
	var obj = jQuery(this);
	obj.find("dt").children("a").mouseover(function(){
		 var index = obj.find("dt").children("a").index($(this));
		obj.find("dt span").children("a").each(function(i){  if(i == index){ $(this).show(); $(this).siblings().hide(); } });
	});
})

$(function(){
	$("ul.lastbg li:last-child").css("background-image","none");
	})


$(function () {
  $(".select_sim a").click(function (e) {
	  e.preventDefault();
	  $(this).parent().find("ul").toggle();
  });
  $(".select_sim ul").click(function () {
	  $(".select_sim ul").hide();
  })
  $(".select_sim li").click(function () {
	  var _text = $(this).text();
	  $(this).parent().hide().siblings("span").text(_text);
  });


$(".select_sim ul").css("top", "-" + $(".select_sim ul").height() + "px");

$(".select_sim").hover(
  function () {
  },
  function () {
	  $(".select_sim ul").hide();
  }
);



})




$(function () {
  $(".select_down a").click(function (e) {
	  e.preventDefault();
	  $(this).parent().find("ul").toggle();
  });
  $(".select_down ul").click(function () {
	  $(".select_down ul").hide();
  })
  $(".select_down li").click(function () {
	  var _text = $(this).text();
	  $(this).parent().hide().siblings("span").text(_text);
  });
  
  $(".select_down").hover(
  function () {
  },
  function () {
	 $(".select_down ul").hide();
  }
);
})






	$(function(){
        $('a.growth').lightBox();
    });
	
	
$(function(){
$(".job_list tr:odd").addClass("odd");
$(".job_list tr:even").addClass("even");
})

$(function(){		
$(".job_list tbody>tr").mouseover(function(){
	$(".job_list tbody>tr").removeClass("high");
	$(this).addClass("high");
})
})
$(function(){		
$(".job_list tbody>tr").mouseout(function(){
	$(this).removeClass("high");
})
})	



$(function(){
$(".single_developing .devShow .btn").click(function(){
	var devFold = $(this).siblings().last();
	devFold.slideToggle("slow");
	if(devFold.height() > 1)
	{

			$(this).css("background-position","left 0px");
	}
	else
	{
			$(this).css("background-position","left -11px");
	}
	})
})



$(function()
{
	$(".single_Industry a").mouseover(function(){
			$(this).siblings().removeClass("on");
			$(this).addClass("on");
		})
	}
)
