
.hovermenu{
position: absolute;
left: 0;
top: 5;
visibility: hidden;
border: 1px solid #999;
padding: 6px;
font: normal 11px Tahoma;
z-index: 100; /*zIndex should be greater than that of shadow's below*/
background: #fbfbfb;
line-height:14pt;
}

.hovermenu a{
color:#4885ff;
text-decoration:none;
}

.hovermenu a:hover{
color:#ed3a81;
text-decoration: underline;
}

/* ######### class for shadow DIV ######### */


.anylinkshadow{ /*CSS for shadow. Keep this as is */
position: absolute;
left: 0;
top: 0;
z-index: 99; /*zIndex for shadow*/
background: black;
visibility: hidden;
}
