$(document).ready(function(){

// re-adjust navi menu to horizontal center
	var w=$('#innernavi').width();
	$('#navi').css('width',w);

 });

