#currency {
	float: right;
	clear: both;
	position: absolute;
	top: 17em;
	right: 1.25em;

}
#currency li {
	list-style-type: none;
	width: 2.5em;
	padding: 0.25em;
	text-align: center;
	float: right;
}
#currency li:hover {
	background-color: #000066;
}
#currency li a {
	font-weight: bold;
	text-decoration: none;
	color: #333;
}
#currency li a:hover {
	color: #FFF;
	text-decoration: none;
}
#currency li:hover a {
	color: #FFF;
}
