$(document).ready(function(){
	$("#hor-navlist li").click(function(){
			document.location=$(this).attr('href');
			});
});
