
.anylinkcss{
position:absolute;
visibility: hidden;

border-bottom-width: 0;
font:normal 10px Verdana;
/*line-height: 18px;*/
z-index: 100;
background-color: #365b43;
color:#fff;
width: 79px;
left:50% !important;
margin-left:5px;
top:-40px !important;
font-weight:normal;
font-family:"Century Gothic",Arial,Helvetica,sans-serif;
}

.anylinkcss a, .anylinkcss a:visited{
color:#fff;
width: 100%;
display: block;
/*text-indent: 3px;*/
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
height:20px !important;
text-align:center;
}

.anylinkcss a:hover{ /*hover background color*/
background-color: black;
color: #11341e;
}

