$(document).ready(function(){					
	$("#nav li a").each(function(){
		pos=node_fullpath.indexOf('/'+jQuery(this).text(),1);
		if(pos>0 &&pos<6){
			
			$(this).parent().addClass("menuc");
		}
	
	});
	
});
