/* CSS Document */
p { 
	background-color: #ada;
		color: #FFFFFF;

}		
		
p a {
	position: relative; 
	background-color: #aac;
	color: #FFFFFF;
	text-decoration: none;
}

a span {
	display: none;
}

a:hover {font-size: 100%;} /* IE/*/

html body a:hover span { 
	display: block !important;
	position: relative;
	top: 1px; 
	right: 0px; 
	width: 35px;
	color:#FFFFFF;
    background-color:#CC0000;
	text-align:left;
	padding: 10px;
	font-size:10px;
}

p.test1 a {z-index: 3;}

p.test2 a {z-index: 2;}

p.test3 a {z-index: 1;}


