﻿.anylinkcss{
	position: absolute;
	visibility: hidden;
	border-bottom-width: 0;
	font-family:Arial, Helvetica, sans-serif;
	color:white;
	text-align: left;
	line-height: 18px;
	z-index: 100;
	background-color: #37759D;
	width: 160px;
	filter:shadow;
	
}
.anylinkcss a:visited{color:white;}
.anylinkcss a{
width: 100%;
display: block;
text-indent: 3px;
font-family: Arial;
font-size:8pt;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;

font-weight: bold;
text-indent: 5px;
color:white;
text-shadow: 3px 3px 5px black;
filter:DropShadow (Color=black, OffX=1, OffY=1, Positive=true);
}

 .anylinkcss a:hover{
	/*hover background color*/

color: #FFFF51;
}

.anylinkdiv
{
width:100%;
cursor:pointer;
display:inline;
font-family: Arial;
font-size:8pt;
}
