.anylinkcss{
position:absolute;
visibility: hidden;
border-bottom: 3px solid #f8730d;
font-family: Verdana;
z-index: 100;
background-color: #f0f7ed;
text-align: left ;
}

.anylinkcss a{
padding-left: 25px;
padding-top: 0px;
padding-bottom: 0px;
background-image: url("../img/side_bullet_off.gif");
background-repeat: no-repeat;
background-position: 10px 3px;
color:#003f2a;
display: block;
text-decoration: underline;
margin: 10px 15px 10px 5px;
font-size: 11px;
line-height: 14px;
}

.anylinkcss a:hover{ /*hover background color*/
color:#f8730d;
background-image: url(../img/side_bullet_on.gif);
}




