.footer {
	background: #4E616F;
	color: #FFFFFF;
	width: 100%;
	height: 100%;
	text-align: left;
	float: left;
	margin-bottom: 10px;
	margin-top: 2px;
}
.footer ul {
	border-top: 1px dotted #999999;
	margin: 0;
}
.footer li {
	list-style: none;
}
.footer li a {
	display: block;
	line-height: 2em;
}
.footer a {
	color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	margin-left: 4px;
	padding-left: 4px;
	margin-top: 2px;
	padding-top: 3px;
}
.footer a:hover {
	color: #FFFFFF;
	background: #75848E;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}
