.bpop {
	display: none;
}

a.popuptablelink:hover {
	border-width: 0; /* IE */
}

.popuptablelink {
	position: relative;
	text-decoration: none;
    color: #29433e;
    font-size: 12px;
    line-height: 1.3em;
}

.popuptablelink:hover .bpop{
	display: block;
	position: absolute;
	width: 220px;
	background-color: #D0EBFA;
	padding: 1px 1px 1px 1px;
	border: 1px #08109C solid;
	font-size: 10px;
    text-align:center;
	left: -1em;
}

.popuptablelink:hover
{z-index: 25; }