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

#navigation {float:left; width:950px; clear:both; padding:0 0 0 10px;}

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

li {float: left; position: relative; display:block; height:25px; color:#fff;}
li a{color:#fff; text-decoration:none; line-height:25px; padding:0 15px 0 5px;}
li a:hover{background:#000;}

li ul {display: none; position: absolute; top: 25px; left: 0;}
li ul li {border:0; height:20px; line-height:25px; display:block; overflow:visible;}

li&gt;ul {top: auto; left: auto;}

li:hover ul, li.over ul {display: block;}


#nav li a{display:block;}
.subNav {display:none; list-style:none; width:150px;}
.subNav li a{display:block; background:#02466e; width:150px; margin:0; line-height:25px;}

</pre></body></html>