.anylinkcss{
position:absolute;
visibility: hidden;
border:0px solid black;
font:normal 11px Verdana;
line-height: 18px;
z-index: 100;
background: url(img/bg_menu.gif) bottom repeat-x #f60;
width: 150px;
}

.anylinkcss a{
display: block;
background: url(img/bg_menu.gif) bottom repeat-x #f60;
padding: 4px 4px 4px 4px;
text-decoration: none;
font-weight: bold;
text-indent: 5px;
color:#FFF;
}

.anylinkcss a:hover{ /*hover background color*/
background: #f00;
color: white;
}

