.anylinkcss{
position:absolute;
visibility: hidden;
line-height: 24px;
z-index: 100;
background-image:url(images/triangle.gif);
background-repeat:no-repeat;
background-position: 0 left;
height:24px; 
padding:0;
margin:-4px 0 0 40px;
}

.anylinkcss a{
width: 100%;
display: inline;
padding: 0px 20px 0px 20px;
text-decoration: none;
font-family:Georgia, Arial, "Times New Roman", Times, serif;
font-weight:bold;
font-size:14px;
text-indent: 5px;
color:#222203;

}

.anylinkcss a:hover{ /*hover background color*/
background:none;
color: #ffffff;
text-decoration:underline;
}

.first {margin: 0 0 0 50px;}

a:focus { outline:none }
