$(function(){
// navbar style
$(".tc li").hover(
  function () {
    $(this).addClass("navbar_td_copy");
  },
  function () {
    $(this).removeClass("navbar_td_copy");
  }
);

$(".item").hover(function(){
	$(this).find("ol").slideDown("fast");
},function(){
	$("ol",this).slideUp("fast");
});

$(".pro").hover(
  function () {
    $(this).addClass("cort_red");
  },
  function () {
    $(this).removeClass("cort_red");
  }
);

$(".pro_img img").hover(
  function () {
    $(this).css("borderColor","#000");
  },
  function () {
    $(this).css("borderColor","#ccc");;
  }
);
$(".navbar td").hover(
  function () {
    $(this).css("backgroundColor","#000");
	$(this).addClass("navbar_td");
  },
  function () {
    $(this).css("backgroundColor","#fff");
	$(this).removeClass("navbar_td");
  }
);
$(".anclass font").hover(
  function () {
    $(this).css({ color: "#fff", backgroundColor: "#000" });
  },
  function () {
    $(this).css({ color: "#000", backgroundColor: "#fff" });
  }
);
$(".pro_name font").hover(
  function () {
    $(this).css({ color: "#fff", backgroundColor: "#000" });
  },
  function () {
    $(this).css({ color: "#000", backgroundColor: "#fff" });
  }
);

$(".navbar td").hover(
  function () {
    $(this).css("backgroundColor","#0E72F7");
	$(this).addClass("navbar_td");
  },
  function () {
    $(this).css("backgroundColor","#fff");
	$(this).removeClass("navbar_td");
  }
);
$("dd").hide();  
		$("dt a").click(function(){
			$("dd:visible").slideUp("slow");
			$(this).parent().next().slideDown("slow");
			return false;
		});
		
$(".tc li").hover(
  function () {
    $(this).addClass("navbar_td_copy");
  },
  function () {
    $(this).removeClass("navbar_td_copy");
  }
);

$(".item").hover(function(){
	$(this).css("backgroundColor","#0d74b9");
	$(this).find("ol").slideDown("fast");
},function(){
	$(this).css("backgroundColor","#807e7f");
	$("ol",this).slideUp("fast");
});

$(".pro").hover(
  function () {
    $(this).addClass("cort_red");
  },
  function () {
    $(this).removeClass("cort_red");
  }
);

$(".anclass").hover(
  function () {
    $(this).css("background","url(image/anclassbg.png) no-repeat 1px -34px");
  },
  function () {
    $(this).css("background","url(image/anclassbg.png) no-repeat top center");/* this url is ********/
  }
);


$(".nclass").hover(
  function () {
    $(this).css("backgroundColor","ff8800");
  },
  function () {
    $(this).css("background","ffffff");/* this url is ********/
  }
);
$(".nclass2").hover(
  function () {
    $(this).css("backgroundColor","fff");
  },
  function () {
    $(this).css("background","ffff00");/* this url is ********/
  }
);
$(".thumbImage").hover(
  function () {
    $(this).css("border","2px solid #fda200");
  },
  function () {
    $(this).css("border","2px solid #fefed6");/* this url is ********/
  }
);


$(".tc font").hover(
  function () {
    $(this).css({ color: "#fff", backgroundColor: "#FD0100" });
  },
  function () {
    $(this).css({ color: "#000", backgroundColor: "#fff" });
  }
);
$(".tc1 font").hover(
  function () {
    $(this).css({ color: "#fff", backgroundColor: "#FD0100" });
  },
  function () {
    $(this).css({ color: "#000", backgroundColor: "#fff" });
  }
);



$(".pro").hover(
  function () {
    $(this).addClass("cort_red");
  },
  function () {
    $(this).removeClass("cort_red");
  }
);

$(".anclass").hover(
  function () {
    $(this).css("background","url(image/anclassbg.png) no-repeat 1px -34px");
  },
  function () {
    $(this).css("background","url(image/anclassbg.png) no-repeat top center");/* this url is ********/
  }
);


$(".nclass").hover(
  function () {
    $(this).css("backgroundColor","d6d5d5");
  },
  function () {
    $(this).css("background","e7e7e7");/* this url is ********/
  }
);
$(".nclass2").hover(
  function () {
    $(this).css("backgroundColor","fff");
  },
  function () {
    $(this).css("background","ffff00");/* this url is ********/
  }
);
$(".thumbImage").hover(
  function () {
    $(this).css("border","2px solid #fda200");
  },
  function () {
    $(this).css("border","2px solid #fefed6");/* this url is ********/
  }
);








	});
