@CHARSET "ISO-8859-1";

.footer
{
	background-color: #808080;
	clear: both;
}
.footer ul.siteLinks
{
	padding: 5px 10px 5px 10px;
}

.footer ul.siteLinks li
{
	display: inline;
	clear: none;
	color: White;
	margin: 0 8px 0 0;
	font-family: Arial;
	font-size: 1.1em;
	padding: 0 0 0 10px;
	text-indent: -3px;
	list-style-type: none;
	background-image: url('../../imgs/whitePipe.gif');
	background-position: center left;
	background-repeat: no-repeat;
}
.footer ul.siteLinks li.first
{
	background-image: none;
}
.footer ul.siteLinks li a
{
	color: White;
}
