.anylinkcss{
position:absolute;
visibility: hidden;
border-bottom-width: 0;
font:normal 12px Verdana;
line-height: 18px;
z-index: 100;
background-color: #427ec0;
width:170px;
padding:0px;
}

.anylinkcss a{
color: cccccc;
width: 100%;
background:url(../images/menu_bg.png);
display: block;
text-indent: 3px;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
}

.anylinkcss a:hover{ /*hover background color*/
background:url(../images/menu_hover.png);
color: white;
}
