

#footer ul
	{
	list-style-type		: none;
	}


#footer
	{
	text-align		: center;
	width			: 100%;
	height			: 21px;
	margin			: 0px;
	padding			: 0px;
	background-color	: #c00;
	background-image	: url(/images/navigation.gif);
	background-position	: 0 0;
	}


#footer li
	{
	font-size		: 11px;
	display			: inline;
	line-height		: 21px;
	}


#footer a
	{
	color			: #ffffff;
	text-decoration		: none;
	margin			: 0px;
	margin-right		: 10px;
	padding-left		: 10px;
	padding-right		: 10px;
	float			: left;	
	}


#footer a:hover
	{
	background-image	: url(/images/navigation.gif);
	text-decoration		: none;
	background-position	: 0 -21;
	}

