.anylinkcss{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
border: 1px solid #e3f3e3;
border-bottom-width: 0;
line-height: 18px;
z-index: 100; /* zIndex should be greater than that of shadow's below */
background: #3D9B35;
width: 200px; /* default width for menu */
margin-top:12px;
margin-left:-12px;
}

.anylinkcss ul{
margin-top:0;
padding: 0;
list-style-type: none;
color:#FFFFFF;
}

.anylinkcss ul li a{
width: 100%;
display: block;
border-bottom: 1px solid #e3f3e3;
padding: 5px 0;
text-decoration: none;
text-indent: 8px;
color:#FFFFFF;
background: #3D9B35;
}

.anylinkcss a:hover{ /*hover background color*/
background: #FFFFFF;
color: #3D9B35;
}

