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

.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 #66a3ad;
padding: 5px 0;
text-decoration: none;
text-indent: 8px;
color:#FFFFFF;
background: #006677;
}

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