$(function(){
	/*$('#slider-code').tinycarousel({
		interval:true
	});*/
	
	$("#btnConhecaMais").parent().parent().hover(function(){
		$("div#nav ul li ul").slideDown("slow");
    }, function(){		
		$("div#nav ul li ul").slideUp("slow");
    });
	
	$("#box-nav-categoria .children").parent().hover(function(){
		$(this).find("ul").slideDown("slow");
	}, function(){
		$(this).find("ul").slideUp("slow");
	});
	
	$("#box-nav-categoria .children").parent().find("a").css({
		"background" : "#0098DB url('http://www.educacaoniteroi.com.br/homolog/wp-content/themes/fmeduc/images/ico-setaA.gif') no-repeat right center"
	});
	
	$("#box-nav-categoria .children").parent().css({
		"position" : "relative"
	});
	
	$("#box-nav-categoria .children").parent().find("ul").css({
		"position" : "absolute",
		"left" : "160px",
		"width" : "140px",
		"top" : "0",
		"background" : "#FFF",
		"display" : "none"
	});
	
	$("#box-nav-categoria .children").parent().find("ul a").css({
		"background" : "#7EB1DF"
	});
	
});
