/****** ##LOG: 
Author:  Brad Kelly
Created: 02/11/06

- Footer Navigation.
******/	


	/*
	 Footer Navigation
	*/
	#navFooter
	{
		z-index: 89;
		position: relative;
list-style: none;
background-color:#f7f7f7;
margin-right:0px;
	}
	#navFooter ul
	{
		z-index: 90;
		position: relative;
		margin: 4px 0px 0px 0px;
		padding: 0;
		list-style: none;
	}	
	#navFooter ul li 
	{
		position: relative;
		display: block;
		float: right;
		xmargin: 0 0 0 22px;
		padding: 0;
		list-style: none;
	}
	#navFooter ul li a
	{
		padding: 0 0px 0 4px;
		margin: 0 22px 0 4px;
		border-bottom:none;
	}
	#navFooter ul li.firstLink a
	{
		padding-right: 0;
	}
	