$(document).ready(function(){


$("#mt li").hover(function () {$(this).addClass("selh");},function () {$(this).removeClass("selh");});

 
}); 
