<!--//
if ($.browser.msie == true) {	$('#apDiv1').hover(function () { $(this).css({'z-index': 100}); }, function () { $(this).css({'z-index': 10}); }); }
//-->