$(function() {

var path = location.pathname.substring(location.pathname.lastIndexOf("/") + 1);
if (path) $("#menu li a[href='" + path + "']").attr("class", "selected");

});