
.anylinkcss{
position:absolute;
top:0px;
visibility: hidden;
border: 0px solid black;
border-bottom-width: 0;
font: normal 12px Verdana;
line-height: 18px;
z-index:999; /* zIndex should be greater than that of shadow's below */
background: white;
width: 250px; /* default width for menu */
text-align:left;
 outline:none;
 margin: 0;
    padding: 0;

}

.anylinkcss ul
{
background: white;
border: 1px solid black;
border-bottom-width: 0;
font: normal 12px Verdana;

position:absolute;
margin: 0;
padding: 0;
list-style-type: none;
text-align:left;
width: 250px;
}




.anylinkcss ul li a
{

position:relative;
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
text-indent: 5px;
text-align:left;
bottom:0px;
height:auto;

}

.anylinkcss a:hover{ /*hover background color*/

background: black;
color: white;
text-align:left;
clear:both;
bottom:1px;
}



