
$(document).ready(function(){

$("#header .nav ul ul").hover(

function() { $(this).addClass("iehover"); },

function() { $(this).removeClass("iehover"); }

);

});
