<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.selectedanchor{ /*CSS class that gets added to the currently selected anchor link (assuming it's a text link)*/
font-family: Helvetica, Arial, sans-serif; font-size: 18px; font-style: normal; font-weight: normal; text-transform: normal; letter-spacing: -0.1; line-height: 1.4em; color:#CCC; text-decoration:none;}

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

.anylinkcss{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
border: 1px #462226;
border-bottom-width: 0;
font: normal 12px Helvetica, Arial, sans-serif;
text-decoration:none;
line-height: 25px;
z-index: 1000; /* zIndex should be greater than that of shadow's below */
background:#FFF2EC;
width: 210px; /* default width for menu */
}


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

.anylinkcss ul li a{
width: 100%;
display: block;
border-bottom: 1px #000;
padding: 11px 0;
text-decoration: none;
font-weight: normal;
text-indent: 15px;
text-decoration:none;
}

.anylinkcss a:hover{ /*hover background color*/
background: #09F;
color: white;
text-decoration:none;
}

/* ######### Alternate multi-column class for drop down menus ######### */


.anylinkcsscols{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
border: 1px solid black;
padding: 10px;
font: normal 12px Helvetica, Arial, sans-serif;
z-index: 100; /*zIndex should be greater than that of shadow's below*/
background: #FFF;
text-decoration:none;
}

.anylinkcsscols .column{
width: 100px;
float: left;
text-decoration:none;
}

.anylinkcsscols .column ul{
margin: 0;
padding: 0;
list-style-type: none;
text-decoration:none;
}

.anylinkcsscols li{
padding-bottom: 3px;
text-decoration:none;
}

/* ######### class for shadow DIV ######### */


.anylinkshadow{ /*CSS for shadow. Keep this as is */
position: absolute;
left: 0;
top: 0;
z-index: 99; /*zIndex for shadow*/
background: black;
visibility: hidden;
}</pre></body></html>