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


/* ######### Default class for drop down menus ######### */

A.link1:link{color: #575977;font-size: 12px;font-style:normal;text-decoration: none;}
A.link1 {color: #575977;font-size: 12px;font-style:normal;text-decoration: none;}
A.link1:hover{color: #000;font-size: 12px;font-style:normal;text-decoration: none;}


.anylinkcss{
position: absolute;
left: 0px;
top: 0;
visibility: hidden;
border: 1px dotted black;
border-bottom-width: 0;
font: normal 12px Times;
line-height: 18px;
z-index: 100; 
background: #fbde9a;
width: 200px; 
}

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

.anylinkcss ul li a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px dotted black;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
text-indent: 5px;
color: #000;
}

.anylinkcss a:hover{ 
background: black;
color: white;
}


}
