jQuery(document).ready(function() {
	jQuery('ul.offer li').hover(function() {jQuery(this).addClass('hover');}, function(){jQuery(this).removeClass('hover');});
	jQuery('ul.offer li').click(function() {document.location.href = $(this).find('a.more').attr('href');});
	jQuery('ul#footerNavi li:last').css('background','none');
});
