	/*
		Only way to disable the margin/padding behavory of an UL
		So we need this here, don't use it for other stuff though, use the levels for that
	*/
	.footerMenu ul {
		margin: 0;
		padding: 0;
		list-style: none;
		float: right;
		margin: 21px 11px 0 0;
		font-size: 10px;
	}
		
	
	#footerHomepage .footerMenu ul{
		margin-top: 7px;
	}
	/*
		** Menu Container CSS Properties **
	*/
	.footerMenu {
		float: right;}

	/*
		** Level 1+ CSS Properties **
	*/
	.footerMenu .menu_level_1 {
		float: right;
	}
	.footerMenu ul.closedChild {
		display: none;
	}
	.footerMenu .menu_level_1 li {
		padding: 0;
		margin: 0;
		/*margin-right: 8px;
		margin-left: 8px;*/
		border-bottom: 0px;
	}
	.footerMenu .menu_level_1 li.menuChild a {
	}
	.footerMenu .menu_level_1 li.firstChild { }
	.footerMenu .menu_level_1 li.lastChild { }
	.footerMenu .menu_level_1 li.activeChild { }
	.footerMenu .menu_level_1 li.activeChild a { }
	.footerMenu .menu_level_1 li a.button {
		margin-left: 5px;
	}