.anylinkcss { font: 12px/18px Verdana; background: white url(../Pic/shmenubagrA.jpg); border-style: solid; border-width: 1px 1px 0 1px; border-color: gray; position: absolute; z-index: 100; width: 205px; visibility: hidden }

.anylinkcss a{
color: white;
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid gray;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
text-indent: 5px;
}

.anylinkcss a:hover
{
    /*hover background color*/
    background-color: #F8FBBD;
    color: black;
}