.anylinkcss
{
    margin-top:0px;
position:absolute;
visibility: hidden;
border:1px solid #007db1;
border-bottom-width: 0;
font:normal 12px Arial;
line-height: 18px;
z-index: 10;
background-color: #fefefe ;
width: 180px;
text-align:left;
}

.anylinkcss a {
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #007db1;
color:#333;
padding: 6px 0;
text-decoration: none;
font-weight: normal;
background: #fff;
text-indent: 5px;
}

.anylinkcss a:hover{ /*hover background color*/
background: #007db1 url('../images/nav-hover.gif') repeat-x; color:#fff;

}

