/* footer styles */
#footUL {
	float: right;
	list-style: none;
	margin: 0;
	padding: 0;
}
#footUL li {
	float: left;
	font-size: 12px;
	line-height: 17px;
	font-weight: normal;
}
#footUL li span {
	margin-right: 15px;
	margin-left: 15px;
	color: #333333;
}
#footUL li.active a:link,
#footUL li.active a:visited,
#footUL li.active a:hover {
	color: #808080;
}
/* inactive */
#footUL li a:link,
#footUL li a:visited {
	color: #808080;
}
#footUL li a:hover{
	color: #bdc643;
}
