a { position: relative;  }
a.tt span{ display: none;  }

a.tt:hover{ z-index:25; color: #fddddd; }

.info
{
	display:block;
	color: Black;
	text-decoration:none;
	position: absolute;
	width:18px;
	height:18px;
	display: block;
	background: #fddddd;
	border-color:#0075BE;
	border-style: solid;
	border-width: 1px;
	left:82px;
	top:-8px;
    background: #FFFFFF url(../Images/icons/information.png) no-repeat top;
}

a.tt:hover span 
{
	display:block;
	color: Black;
	text-decoration:none;
	position: absolute;
	width:200px;
	display: block;
	background: #fddddd;
	border-width:1px;
	border: 1px solid red;cursor:default;
	left:65px;
	top:7px;
	padding:10px;
} 

a.tt:hover span.top
{
	border: none 0px;
	width:16px;
	height: 8px;
	left: 7px;
	display: block;
	top:-8px;
    background: url(../Images/arrow_up.gif) no-repeat top;
}


