#Footer
{
	height: 40px;
	background-color: #b7b7b7;
	margin-right: 0;
	font-size: 70%;
	line-height: 40px;
	overflow: hidden;
	width: 100%;
}
#Footer td
{
	vertical-align: middle;
}
.Menu
{
	text-align: center;
}
.Rhino
{
	width: 80px;
}
.Copyright
{
	width: 250px;
}
#FooterMenu
{
	display: block;
}
#FooterMenu a
{
	color: #343434;
	text-decoration: none;
}
#FooterMenu span
{
	color: #838383;
}
#FooterMenu li.current a
{
	color: white;
}
#FooterMenu li
{
	display: inline;
}
#Rhino
{
	width: 33px;
	height: 21px;
	display: block;
	background: transparent url(Images/Rhino.gif) no-repeat scroll top left;
	margin-left: 20px;
	float: left;
}
#Rhino span
{
	position: absolute;
	left: -5000px;
}
#Copyright
{
	margin-right: 30px;
}