<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_a{
position:absolute;
top: 0px;
border: 1px solid #506772; /*THEME CHANGE HERE*/
border-top-width: 0px; /*Top border width. Should match height of .ddcolortabsline above*/
border-bottom-width: 5px;
font:normal 12px Arial;
line-height:18px;
z-index:100;
FILTER: alpha(opacity=90);
background-color: white;
width: 120px;
visibility: hidden;
}


.dropmenudiv_a a{
width: auto;
display: block;
text-indent: 5px;
border-top: 0 solid #dddddd;
border-bottom: 1px solid #dddddd; /*THEME CHANGE HERE*/
padding: 2px 0 2px 5px;
text-decoration: none;
color: #555555;
FILTER: alpha(opacity=100);
}

* html .dropmenudiv_a a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv_a a:link {
  text-decoration: none;
  color: #3B5D77;
  font-weight:normal;
}

.dropmenudiv_a a:hover{ /*THEME CHANGE HERE*/
background-color: #b3c6c4;
color: black;
}</pre></body></html>