<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* CSS Document */

#nav {
	/*position: relative;*/
}

/*#nav a {text-decoration:none; padding:10px; color:#333; }*/

#nav #uline {
	/*background:#000; */
	height:5px; 
	display:block;
	 position:absolute; 
	 width:50px; 
	 left:0;
	background: url(../../images/menuover3.png) 50% bottom no-repeat #04287e ;
	height:63px;
/*	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border:none;*/
}
#nav li.currenter &gt; a {
	color:#000;
	position:relative;
}
#nav li.currenter:hover &gt; a {
	color:#fff;
}

#nav li.currenteron &gt; a {
	color:#fff !important;
}
</pre></body></html>