.anylinkcss{
position:absolute;
visibility: hidden;
font:normal 12px;
line-height: 15px;
z-index: 1000;
background-color: #f9921c;
width: 150px;
text-align:center;
overflow:hidden;/*must have*/
background-color: #ededed;
color:#3399FF;
border:1px solid #CCC;
border-top:none;
font-size:14px;
}



.anylinkcss iframe {
	display:none;/*sorry for IE5*/
	display/**/:block;/*sorry for IE5*/
	position:absolute;/*must have*/
	top:0;/*must have*/
	left:0;/*must have*/
	z-index:-1;/*must have*/
	filter:mask();/*must have*/
	width:3000px;/*must have for any big value*/
	height:3000px/*must have for any big value*/;
}

.anylinkcss a:link, .anylinkcss a:visited{
width: 100%;
display: block;
text-indent: 3px;
/*border-bottom: 1px solid white;*/
padding: 1px 0;
text-decoration: none;
padding:3px 0px;
color:#666666; 
font-size:12px;
}

.anylinkcss a:hover{ /*hover background color*/
background-color:#3399FF;
color:#ffffff;
text-decoration:none;
}

