.image{

border-style:outset;

border-color: red;

border-width:0px;

}

.anylinkcss{

position:absolute;

color: #ffffff;

visibility: hidden;

border:1px solid black;

border-bottom-width: 0;

font:normal 12px Verdana;

line-height: 18px;

z-index: 100;

background-color: #4A977B;

width: 120px;

margin-top: 5px;

filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4);

}



.anylinkcss a{

width: 100%;

color: #ffffff;

display: block;

text-indent: 3px;

border-bottom: 1px solid black;

padding: 1px 0;

text-decoration: none;

font-weight: bold;

text-indent: 5px;

}



.anylinkcss a:hover{ /*hover background color*/

background-color: #047149;

color: white;

}