﻿$(document).ready(function() {
    $("#navmenu li, #bottomnav li").hover(
    function() { $(this).addClass("iehover"); },
    function() { $(this).removeClass("iehover"); }
  );
});




