jQuery(function(){
   var path = location.pathname.substring(1);
   if ( path )
     $('#menu_left a[href$="' + path + '"]').attr('class', 'selected');
 });