
#popup a span {
	display: none;
}


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

#popup a:hover span {
	display: block;
	position: absolute;
	top: 200px;
	left: 300px;
	width: 320px;
	margin: 0px;
	padding: 10px;
	font-weight: normal;
	text-align: left;
}


#popup2 a span {
	display: none;
}


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

#popup2 a:hover span {
	display: block;
	position: absolute;
	top: 500px;
	left: 425px;
	width: 320px;
	margin: 0px;
	padding: 10px;
	font-weight: normal;
	text-align: left;
}

#popup3 a span {
	display: none;
}


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

#popup3 a:hover span {
	display: block;
	position: absolute;
	top: 750px;
	left: 50px;
	width: 320px;
	margin: 0px;
	padding: 10px;
	font-weight: normal;
	text-align: left;
}


#popup4 a span {
	display: none;
}


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

#popup4 a:hover span {
	display: block;
	position: absolute;
	top: 750px;
	left: 50px;
	width: 320px;
	margin: 0px;
	padding: 10px;
	font-weight: normal;
	text-align: left;
}


