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

