/* Container for footer Navigation */
#footer {
	float: left;
	height: 32px;
	width: 550px;
	position: relative;
	left: 96px;
	margin-top: 44px;
}
	
/* UL for Gallery Navigation */
#FooterNav {
	margin: 0;
	padding: 0;
	background: url(Images/footer_menu_off.jpg) no-repeat;
	width: 560px;
	height: 12px;
	}
	
/* LI for Gallery Navigation */
#FooterNav li {
	margin: 0;
	padding: 0;
	top: 0;
	list-style: none;
	display: inline;
	}
	
/* class for first button offset from left */
#FooterNav li.first {
	margin: 0 0 0 121px;
	padding: 0;
	top: 0;
	}
	
#FooterNav li, #FooterNav a {
	height: 12px;
	width: 95px;
	float: left;
	}

/* Hover States */	
#footernav_copyright a:hover, #footernav_sitemap a:visited:hover {
	background: transparent url(Images/footer_menu_on.jpg) -121px 0px no-repeat;
	}
	
#footernav_privacy a:hover, #footernav_sitemap a:visited:hover {
	background: transparent url(Images/footer_menu_on.jpg) -216px 0px no-repeat;
	}
	
#footernav_sitemap a:hover, #footernav_sitemap a:visited:hover {
	background: transparent url(Images/footer_menu_on.jpg) -311px 0px no-repeat;
	}
	
/* Modified Phark Image Replacement Technique (hides button text labels) */
#FooterNav a {
	text-indent: -5000px;
	text-decoration: none;
	}

/* Modified CSS Sprites Technique */
#footernav_copyright {top: 0px; left: 121px;}
#footernav_privacy {top: 0px; left: 216px;}
#footernav_sitemap {top: 0px; left: 311px;}
