.anylinkcss{
position:absolute;
visibility: hidden;
border:1px thin yellow;
border-bottom-width: 0;
font:normal 14px Verdana;
line-height: 18px;
z-index: 100;
width: 180px;
text-decoration:none;
}

a:hover{text-decoration:underline;}

.anylinkcss a{
width: 100%;
display: block;
text-indent: 3px;
border:1px thin green;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
text-indent: 5px;
text-decoration:none;
}


.anylinkmsb{

background-color:#E1E1E1;
color: white;
text-shadow:#000000;
text-decoration: none;
FILTER: Alpha(Opacity=80, FinishOpacity=100, Style=0); DropShadow(Color=#0066cc, OffX=5, OffY=-3, Positive=1);width:30px;
}



.anylinkcss a:hover{ /*hover background color*/
background-color: black;
color: white;
}


a:link {
	color: #000000;
	text-decoration: none;
	
}
a:visited {
	text-decoration: none;
	color: #000000;
}

a:active {
	text-decoration: none;
	color: #000000;
}
}