jQuery(function()
{
	var gm = $('#GlobalMenu ul li a');
	gm.append('<img src="/common/img/gnavi.gif" border="0" />');

	$('#gn_info').width('118px').children().css({'left':'0px'});
	$('#gn_business').width('118px').children().css({'left':'-128px'});
	$('#gn_company').width('118px').children().css({'left':'-257px'});
	$('#gn_bases').width('118px').children().css({'left':'-387px'});
	$('#gn_recruit').width('118px').children().css({'left':'-518px'});

	//gm.each(function(){
		//$(this).hover(function(){
		//	$('img', this).css('top','-43px');
		//},function(){
		//	$('img', this).css('top','0px');
		//	
		//});
	
	//});
	
	var sn = $('#snavi ul li a');
	sn.append('<img src="/common/img/snavi.gif" border="0" />');

	$('#sn_contact').width('112px').children().css({'left':'0px'});
	$('#sn_sitemap').width('108px').children().css({'left':'-120px'});

	//sn.each(function(){
	//	$(this).hover(function(){
	//		$('img', this).css('top','-36px');
	//	},function(){
	//		$('img', this).css('top','0px');
			
	//	});
	//});
	


});