.anylinkcss{
position:absolute;
visibility: hidden;
border:1px solid white;
border-bottom-width: 0;
line-height: 1.6em;
z-index: 100;
width: 150px;

font: .9em "Verdana",sans-serif;

}

.anylinkcss2{
position:absolute;
margin-left: 50px;
visibility: hidden;
border:1px solid white;
border-bottom-width: 0;
line-height: 1.6em;
z-index: 100;
width: 150px;

font: .9em "Verdana",sans-serif;

}


.anylinkcss a{
width: 100%;
display: block;
border-bottom: 1px solid white;
height: 1.8em;
color: #777777;
background: #faea7a;
text-align: left;
padding-left: 10px;
text-decoration: none;
font-weight: normal;

}

.anylinkcss2 a{
width: 100%;
display: block;
border-bottom: 1px solid white;
height: 1.8em;
color: #ffffff;
background: #4a91c3;
text-align: left;
padding-left: 10px;
text-decoration: none;
font-weight: normal;

}
.anylinkcss a:hover{ /*hover background color*/
color: white;
background: #4a91c3;
}

.anylinkcss2 a:hover{ /*hover background color*/
color: #777777;
background: #faea7a;
}
}