//jQuery for Menu Hicostudy

jQuery(document).ready(function(){

jQuery(".UlMenu td").hover(
      function () {
	  jQuery(this).css("background","url(/menu/images/"+ jQuery(this).attr("id") + "hv" +".jpg) no-repeat center top");
      }, 
      function () {
	  jQuery(this).css("background","url(/menu/images/"+ jQuery(this).attr("id") +".jpg) no-repeat center top");
      }
    );
	
});
//Corner LeftPane and RightPane
//jQuery("div.LeftPane").corner("round 8px");
//jQuery("div.borderLeft").corner("round 8px");