.anylinkcss{
	position:absolute;
	visibility: hidden;
	border:1px solid #696969;
	border-bottom-width: 0;
	font-size: 13px;
	line-height: 15px;
	z-index: 100;
	background-color: #8A8A8A;
	width: 200px;
	text-decoration: none;
	font-weight: normal;
	font-family: "Times New Roman", Times, serif;
	text-align: center;
}

.anylinkcss a:link{
color: white;
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #696969;
		padding-top: 6px;
	padding-bottom: 6px;
text-decoration: none;
font-weight: normal;
text-indent: 5px;


}

.anylinkcss a:visited{
color: white;
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #696969;
		padding-top: 6px;
	padding-bottom: 6px;
text-decoration: none;
font-weight: normal;
text-indent: 5px;

}
.anylinkcss a:active{
color: white;
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #696969;
		padding-top: 6px;
	padding-bottom: 6px;
text-decoration: none;
font-weight: normal;
text-indent: 5px;

}

.anylinkcss a:hover{ /*hover background color*/
background-color: #696969;
color: white;
font-weight: normal;
text-decoration: none;
}
