.box a:hover {
background:none;
}

.box a span
{
	display: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
}

.box a:hover span
{
	display: block;
	background: #FFFFFF;
	border: 2px solid #FF6600;
	color:#000000;
	float: right;
	top: -3em;
	position: relative;
}
