$(document).ready(function(){
  if ($.browser.msie) {
  $(".menu ul li a, .menu-bottom ul li a").textShadow();
}

});

