.anylinkcss{
	position:absolute;
	visibility: hidden;
	font:normal 12px/18px Verdana, Arial, Helvetica, sans-serif;
	z-index: 100;
	background-color: #CCCCCC;
	filter: alpha(opacity=100);
	width: 165px;
	height: 127px;
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 0 solid #000000;
	border-left: 1px solid #000000;
	left: 605px;
	top: 108px;

}

.anylinkcss a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
text-indent: 5px;
}

.anylinkcss a:hover{ /*hover background color*/
background-color: #003366;
color: white;
text-decoration: underline;
}

}
a:link {
	color: black;
}

a:visited {
	color: black;
}

a:active {
	color: green;
}
