#footerMenu {
	
	list-style: none;
	padding: 0;
	margin: 0;
	width: 782px;
	height: 50px;	
	position: absolute;
	/* background-repeat: no-repeat; */


	/*width: 100%; */

	/*border-top: 1px dotted #36C;
	background-color: #0CF;
	color: #F9F;
	font-size: 70%; */
	 /* bottom: 0px; */
	/* bottom: -500px; */ 	
	
	/*list-style: none;
	padding: 0;
	margin: 0;
	width: 774px;
	height: 150px;
	position: relative;
	background-image: url(../CommonArtwork/MenuTest-BG.jpg); */

}
#footerMenu span {
	display: none;
	position: absolute;
}

#footerMenu a {
	display: block;
	text-indent: -900%;
	position: absolute;
	/*outline: none; */
}
#footerMenu a:hover {
	background-position: left bottom;

}
#footerMenu a:hover span{
	display: block;
}
#footerMenu .contactMe {
	width: 125px;
	height: 16px;	/* actual = 125 x 56 */
	background: url(../CommonArtwork/footer/contactMeFooter.png) no-repeat;
	left: 31px;	/* THESE COORDINATES ARE RELATIVE TO THE ABOVE COORDINATES - NOT ABSOLUTE!! */
	top: 20px;
}

#footerMenu .contactMe span {
	width: 380px;
	height: 33px;
	background: url(../CommonArtwork/footer/contactMeFooterComm.png) no-repeat;
	left: 0px;		/* THESE COORDINATES ARE RELATIVE TO THE ABOVE COORDINATES - NOT ABSOLUTE!! */
	top: -55px;
}

#footerMenu .aboutSite {
	width: 172px;
	height: 16px;	/* actual = 172 x 56 */
	background: url(../CommonArtwork/footer/aboutSiteFooter.png) no-repeat;
	left: 300px;
	top: 20px;
}

#footerMenu .aboutSite span {
	width: 206px;
	height: 58px;
	background: url(../CommonArtwork/footer/aboutSiteFooterComm.png) no-repeat;
	left: -10px;
	top: -80px;
}
	
#footerMenu .contactYou {
	width: 137px;
	height: 16px;	/* actual = 137 x 56 */
	background: url(../CommonArtwork/footer/contactYouFooter.png) no-repeat;
	left: 610px;
	top: 20px;
}

#footerMenu .contactYou span {
	width: 192px;
	height: 33px;
	background: url(../CommonArtwork/footer/contactYouFooterComm.png) no-repeat;
	left: -20px;
	top: -50px;
}


/*#footer p {
	margin: 0.5em 0 1em 2em; 
	padding: 0;
	margin: 0;
	vertical-align: bottom; */
	
	
	

	
