.anylinkcss{
position:absolute;
visibility: hidden;
border:1px solid white;
border-bottom-width: 0;
font:normal 11px Tahoma;
line-height: 18px;
z-index: 100;
background-color: white;
width: 340px;
direction:rtl;
float:right;
}
.anylinkcss a
{
	text-align:right;
color: White;
float:right;
direction:rtl;
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid white;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
text-indent: 2px;
background-color: #4da4cf;
}
.anylinkcss a:hover{ /*hover background color*/
background-color: #075b89;
color: White;
}
