.topten ul
{
	list-style-type: none;
	list-style-image: none;
	margin: 0px 0px 0px 2px;
	padding: 0px;
}
.topten li
{
	float: left;
	width: 78px;
	background-image: url(images/topten.png);
	height: 78px;
	list-style-type: none;
	text-indent: 0px;
	display: block;
	background-repeat: no-repeat;
	text-align: center;
	padding: 0px;
}
/* stop the floating after the list */
/* separate the list from what follows it */
div.topten
{
	float: none;
	text-align: center;
}

/* anchor styling */
.topten ul li a
{
  display: block;
  width: 77px;
  height: 77px;
  text-decoration: none;
}
.topten ul li a:hover
{
  color: #FFF; /* white */
  opacity:.65;filter:alpha(opacity=65) 
}
.topten img
{
	padding-top: 10px;
}