<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#nav ul {
	list-style:none;
	margin: 0;
	padding: 0;
	display: block;
}

#nav&gt;ul&gt;li {
	float:left;
	margin: 0;
	padding: 0;
	position:relative;
	cursor: pointer;
}


#nav a {
	color: #ffffff;
	padding: 10px 18px 10px 18px;
	text-decoration: none;
	display: block;
	font-size: 13px; 
	font-family: 'Trebuchet MS','Lucida Grande','Lucida Sans Unicode','Lucida Sans',Tahoma,sans-serif;
 


}

#nav li.active a 
{
 
	color: #ffffff;
 
	background: #000000;
		
	text-decoration: none;
}

#nav a:hover 
{
 
	color: #ffffff !important;
 
	background: #211c17 !important;
		
	text-decoration: none !important;
}

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