<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#chromemenu{ width: 100%;	}

#chromemenu:after{
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

#chromemenu ul{							
margin-left: 0;
padding-left: 0;
margin: 0;
float: right;
font: normal 12px Arial, Helvetica, sans-serif;
}

#chromemenu ul li{
display: inline;
}

#chromemenu ul li a{
float: left;
color: #000000;
height: 100%;
text-decoration: none;
padding: 6px 5px 6px 5px;
}

#chromemenu ul li a:hover{ color: #000000; text-decoration: underline; }

/* ######### Style for Drop Down Menu ######### */

/* #### Style DropDown Blue #### */
.dropmenudiv1 {
position:absolute;
top: 0;
font:normal 11px Arial, Helvetica, sans-serif;
line-height: 25px;
z-index:100;
/*background-image:url(../images/grey.gif);*/
width: 150px;
visibility: hidden;
color: #000000;
/* filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); */ /*Add Shadow in IE. Remove if desired*/
}
.dropmenudiv1 a{ width: 150px; display: block; text-align: left; text-decoration: none; color: #000000; background-color: #f8d503; border-bottom-color:#F6F6F6; border-bottom-style:solid; border-bottom-width: 1px; }
.dropmenudiv1 a:hover{ background-color: #fff8a6; color: #000000; }</pre></body></html>