$(document).ready(function() {
	$('#fn').html($('#n').html());
	$('#fn li').children('ul').remove();

$('#footer .adr').html($('#header .adr').html());
$('#footer .adr span.tel').remove();

$("#n2l>li:nth-child(1)").addClass('first');/*.attr('style','background-position:-266px 0 !important;').children('a').attr('style','color:#ffffff !important;');*/
var n2l_itms = $("#n2l>li").length;
$("#n2l>li:nth-child("+n2l_itms+")").addClass('last');


$("#n2l li ul").hide().parent('li.here').children('ul').show();
$("#n2l li.parent_here ul").show();


/*
$("#n2l>li.last").each(function(){
	var o=$(this);
	if (o.hasClass('here')){
		o.attr('style','background-position:-266px 100% !important;').children('a').attr('style','color:#ffffff !important;');
	}
});
*/
});

