﻿//导航效果（兼容IE6）
$(function(){
	   $("#DataList21 tr td:has(ul)").hover(function(){
			$(this).children("ul").stop(true,true).slideDown(0);
        },function(){
		    $(this).children("ul").stop(true,true).slideUp(0);
		});
})
$(function(){
	   $("#DataList22 tr td:has(ul)").hover(function(){
			$(this).children("ul").stop(true,true).slideDown(0);
        },function(){
		    $(this).children("ul").stop(true,true).slideUp(0);
		});
})
$(function(){
	   $("#ctl00_ContentPlaceHolder1_DataList22 tr td:has(ul)").hover(function(){
			$(this).children("ul").stop(true,true).slideDown(0);
        },function(){
		    $(this).children("ul").stop(true,true).slideUp(0);
		});
})
$(function(){
	   $("#jiameng tr td:has(ul)").hover(function(){
			$(this).children("ul").stop(true,true).slideDown(0);
        },function(){
		    $(this).children("ul").stop(true,true).slideUp(0);
		});
})
$(function(){
	   $("#newjob_list TABLE tr td:has(ul)").hover(function(){
			$(this).children("ul").stop(true,true).slideDown(0);
        },function(){
		    $(this).children("ul").stop(true,true).slideUp(0);
		});
})
