.selectedanchor{ /*CSS class that gets added to the currently selected anchor link (assuming it's a text link)*/
background: none;
}


.anylinkmenu{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
border: none;
border-bottom-width: 0;
font: normal 1px Verdana;
line-height: 18px;
z-index: 100; 
background: none;
width: 160px; /* default width for menu */
}

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

.anylinkmenu ul li a{
width: 100%;
display: block;
text-indent: 0px;
padding: 1px 0;
}
