.selectedanchor{ /*CSS class that gets added to the currently selected anchor link (assuming it's a text link)*/
background: yellow;
}

/* ######### Default class for drop down menus ######### */

.anylinkmenu{
position: absolute; left: 0px; top: 0px; visibility: hidden; font: normal 11px Arial; line-height: 18px;
z-index: 100; width: 200px;}

.anylinkmenu ul{ margin: 0; padding: 0; list-style-type: none; }

.anylinkmenu ul li a{
width: 100%;
display: block; background-color:#c4e3f4;

border: 1px solid #c4e3f4;
padding: 2px 0;
text-decoration: none;
font-weight: bold;
text-indent: 5px; color:#096ba6;
}

.anylinkmenu a:hover{ /*hover background color*/
background-color: #096ba6;
color: #ffffff;
}



