.anylinkcss{
position:absolute;
visibility: hidden;
font: normal 10px Arial, Helvetica, sans-serif;
/*font:normal 11px Segoe UI, Arial, Helvetica, sans-serif;*/
line-height: 14px;
z-index: 100;
background-color: #00313b;
width: 115px;
color: #bcf4ff;
text-align:center;
padding:10px 0;
text-transform:uppercase;
}

.anylinkcss a{
width: 100%;
display: block;
padding: 5px 0 5px 0;
text-decoration: none;
font-weight: bold;
color: #bcf4ff;
}

.anylinkcss a:link {
	color: #bcf4ff;
	text-decoration:none;}
.anylinkcss a:visited {
	color: #bcf4ff;
	text-decoration:none;}

.anylinkcss a:hover{ /*hover background color*/
background-color: #00313b;
color: #29ebfe;
}

.anylinkcss a:active {
	color: #bcf4ff;
	text-decoration:none;}


/*.anylinkcss a:visited{color: #e0c270;}*/

