


.anylinkmenu{
margin-left:50px;
position: absolute;
left: 0;
top: 0;
visibility:hidden;
font: normal 12px Verdana;
line-height: 18px;
z-index: 100; /* zIndex should be greater than that of shadow's below */
background:#98c8dc;
width: 190px; /* default width for menu */
}

.anylinkmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

.anylinkmenu ul li a{
width: 100%;
display: block;
text-indent: 3px;
padding: 5px 0;
text-decoration: none;
text-indent: 5px;
color:#19374f;
}


.anylinkmenu a:hover{ /*hover background color*/
background:#0079a0;
color: white;
}


/* ######### class for shadow DIV ######### */


.anylinkshadow{ /*CSS for shadow. Keep this as is */
margin-left:50px;
position: absolute;
left: 0;
top: 0;
z-index: 50; /*zIndex for shadow*/
background:#CCCCCC;
visibility: hidden;
}
