.anylinkcss{
position:absolute;
visibility: hidden;
border-bottom-width: 0;

font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
font-style:normal;

z-index: 100;
background-color: #555555;
width: 205px;
}

.anylinkcss a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid white;
padding: 1px 0 5px;
color:#000000;
text-decoration: none;

//text-indent: 5px;
}

.anylinkcss a:hover{ /*hover background color*/
background-color: #FF8C13;
color: white;
}

.a1{
width: 100%;
display: block;
text-indent: 3px;
padding: 1px 0 5px;
color:#000000;
text-decoration: none;

//text-indent: 5px;
}

.a1:hover{ /*hover background color*/
background-color: #FF8C13;
color: white;
}

}
