$(document).ready(function(){
$("#menu_nav_01").children("li:last").children("a").css("background","none");
})


