<style type="text/css">
<!--


a:link {color: #CC6633;
text-decoration: none;
}
a:visited {color: #CC6633;
text-decoration: none;
}
a:hover {color: #000000;
text-decoration: none;
}
a:active {color: #CC6633;
text-decoration: none;
}
a:focus{color: #CC6633;
text-decoration: none;
}


a:hover {
	position: relative;
}

a span {
	display: none;
}

a:hover span {
	display: block;
   	position: absolute; 
	top: 10px; !important 
	top: 40px;
	left: 0;
	/* formatting only styles */
   	
	margin: 10px; 
	z-index: 100;
   	background-color: #F9B843;
	border: 2px solid #000000;
	opacity: 0.9;
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight: bold;
	padding: 6px 5px 5px 10px;
	/* end formatting */

}

-->
</style>
