.anylinkcss{
position:absolute;
visibility: hidden;
border:0px solid black;
border-bottom-width: 0;
line-height: 24px;
z-index: 100;
background-color: #333333;
width: 115px;
}

.anylinkcss a{
width: 100%;
display: block;
text-indent: 0px;
border-bottom: 0px solid black;
padding: 0px 0;
text-decoration: none;
font-weight: normal;
text-indent: 8px;
color: white;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
}

.anylinkcss a:hover{ /*hover background color*/
background-color: #666666;
color: white;
text-decoration:underline;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
}

.anylinkcss_added_padding {
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
