.anylinkmenu{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
font: normal 18px "Times New Roman", Times, serif;
line-height: 25px;
z-index: 100; /* zIndex should be greater than that of shadow's below */
background: #CCCCCC;
width: 125px; /* default width for menu */
opacity: 0.9;
filter:alpha(opacity=90);
border: 1px solid #666666;
border-left: 0px;
}

.anylinkmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

.anylinkmenu ul li a {
width: 100%;
display: block;
text-indent: 15px;
border-bottom: 1px solid #868686;
padding: 4px 0;
text-decoration: none;
color: #0e0e0e;
text-transform: uppercase;
font-size: 11px;
font-weight: bold;
letter-spacing: 1px;
}

.anylinkmenu a:hover{ /*hover background color*/
background: #a57c00;
color: #FFFFFF;
cursor: pointer;
font-weight:bold;
}
