/* BEGINNING OF TIP LINK STYLES */
/*
a.tipLink { 
	position: relative;  
	z-index:24;  
	text-decoration:none;
} 
*/
a.tipLink:hover { 
	z-index:25; 
	background-color: transparent;
} 
a.tipLink span { 
	display: none; 
}
a.tipLink:hover span {
    display:block; 
    position:absolute;  
	width:120px;
    border:2px solid #8888cc;
    background-color:#efefff; 
	color:#000000;
    text-align: center;
	padding:4px;  
	font-size: 10px;
	font-weight: normal;
}

/* END OF TIP LINK STYLES */
