$(document).ready(function($) {
  if($.browser.msie) {
    $('#navigation ol li:last-child').addClass('last-child');
  }
});

