.anylinkcss{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
border-right: none;
line-height: 18px;
border-bottom-width: 0;
z-index: 100; /* zIndex should be greater than that of shadow's below */
width: 610px; /* default width for menu */
}

.anylinkcss ul{
float:left;
width: 250px;
margin-top:0;
padding: 0;
list-style-type: none;
color:#FFFFFF;
}

.anylinkcss ul li a{
width: 247px;
display: block;
border-bottom: 1px solid #000000;
border-right: 3px solid #000000;
padding: 5px 0;
text-decoration: none;
text-indent: 8px;
color:#FFFFFF;
background: #ff9900;
}

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

