jQuery(function($){
	if(($.browser.msie&&$.browser.version == '6.0')){
	    $('.call_css004 a, .antivirus_css008 a').css('behavior','url("../js/IE6png.htc")');
	    $('.b770_css009 a').css('behavior','url("../../js/IE6png.htc")');
	}

	$('.main_menu li:has(ul)')
	    .hover(
		/*
		function(){
		    $(this).toggleClass('jQhere').children('ul').stop(true,true).slideDown('slow');
		},
		function(){
		    $(this).toggleClass('jQhere').children('ul').stop(true,true).slideUp();
		}
		*/
		function(){
		    $(this).toggleClass('jQhere').children('ul').stop(true,true).fadeIn('slow');
		},
		function(){
		    $(this).toggleClass('jQhere').children('ul').stop(true,true).fadeOut();
		}
		)
	    .children('ul').hide()
		.css('opacity',0.65);
		
	//$('.main_menu li:has(ul) > a').click(function(){ return false; })
});
