div#iepopup, div#popup {}

#popup a, #popup a:visited,
#iepopup a, #iepopup a:visited
{
	/*display: block;
	background: url(../images/shadow_small.png) no-repeat center top;
	width: 80px;
	text-align: center;
	float: left;
	position: relative;*/
}

#popup a span, #iepopup a span
{display: none;}

#popup a:hover {
	color: #f00;
}

/* the IE correction rule */
#iepopup a:hover	{
	color: #f00;
	text-indent: 0; /* added the default value */
}

#popup a:hover span, #iepopup a:hover span{
	display: block;
	position: absolute;
	top: 0px;
	left: 120px;
	margin: 0px;
	background: #fff;
	border: 1px solid #7F9DB9;
	text-align: center;
	padding: 5px;
}