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

.anylinkmenu{
position:absolute;
left:0;
top: 0;
visibility: hidden;
font-family: "Brush Script Mt";
font-size: 25px;
width: 160px;
background:white;
text-decoration:none;
padding:5px;
/* default width for menu */
}

.anylinkmenu ul{
margin: 0px;
padding: 0;
list-style-type: none;
text-indent: 3px;
text-decoration:none;
}


