// JavaScript Document
$(document).ready(function(){
	$("#subnav li:last").css("background-image", "none");
	$(".footer_nav ul li:last").css("background-image", "none");
	
});
