/**
 * ±è¹«°Ç || Elkha (elkha1914@hotmail.com)
 * http://elkha.kr
 * 2010-07-07
 **/

(function($){
	$(document).ready(function(){
		$("#gnb").navi({
			speed : 0
		});

		$("#gnb .li1").hover(function(){
			$(this).addClass("hover");
		}, function(){
			$(this).removeClass("hover");
		});
	});
})(jQuery);

