.anylinkmenu{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
border: none;
font: normal 12px Arial;
color: #fff;
line-height: 18px;
z-index: 100; /* zIndex should be greater than that of shadow's below */
background: transparent;
width: 0px; /* default width for menu */
height: 0px;
}

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

.anylinkmenu ul li a{
width: 180px;
display: block;
text-indent: 3px;
padding: 3px 0;
border-bottom: 1px solid #666;
text-decoration: none;
font-weight: bold;
text-indent: 5px;
color: #ccc;
background: #000;
}

.anylinkmenu a:hover{ /*hover background color*/
background: black;
color: #000;
background: #f90 url('../images/layout/menu_hover_l.gif') repeat-x;
}