/*Bottom Nav: Images used for links for the bottom navigation
-------------------------*/
a#bottomAboutLink img {
	background:url(../images/bottomNavAbout.gif) top left no-repeat;
	height:21px;
	width:53px;
}
a#bottomMailingLink img {
	background:url(../images/bottomNavMailing.gif) top left no-repeat;
	height:21px;
	width:62px;
}
a#bottomFAQLink img {
	background:url(../images/bottomNavFAQ.gif) top left no-repeat;
	height:20px;
	width:53px;
}
a#bottomMapLink img {
	background:url(../images/bottomNavSiteMap.gif) top left no-repeat;
	height:20px;
	width:45px;
}
a#bottomTrackingLink img {
	background:url(../images/bottomNavTracking.gif) top left no-repeat;
	height:20px;
	width:121px;
}
a#bottomHelpLink img {
	background:url(../images/bottomNavHelp.gif) top left no-repeat;
	height:20px;
	width:81px;
}
/*Bottom Nav: Rollover Images
---------------------------*/
a#bottomAboutLink:hover img {
	background:url(../images/bottomNavAboutSelected.gif) top left no-repeat;
	height:21px;
	width:53px;
}
a#bottomMailingLink:hover img {
	background:url(../images/bottomNavMailingSelected.gif) top left no-repeat;
	height:21px;
	width:62px;
}
a#bottomFAQLink:hover img {
	background:url(../images/bottomNavFAQSelected.gif) top left no-repeat;
	height:20px;
	width:53px;
}
a#bottomMapLink:hover img {
	background:url(../images/bottomNavSiteMapSelected.gif) top left no-repeat;
	height:20px;
	width:45px;
}
a#bottomTrackingLink:hover img {
	background:url(../images/bottomNavTrackingSelected.gif) top left no-repeat;
	height:20px;
	width:121px;
}
a#bottomHelpLink:hover img {
	background:url(../images/bottomNavHelpSelected.gif) top left no-repeat;
	height:20px;
	width:81px;
}