﻿.anylinkcss{
position:absolute;
visibility: hidden;
border:1px solid white;
border-bottom-width: 0;
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
line-height: 15px;
z-index: 100;
margin-top:2px;
background-image:url('mainbg.png');
background-repeat:repeat;
width: 150px;
}

.anylinkcss a{
width: 100%;
display: block;
text-indent: 3px;
color:black;
border-bottom: 1px solid #B4B6B6;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
text-indent: 5px;
}

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