<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}
li {
	height: 20%;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
	text-decoration: none;
	background-color:#ecebc9;
	border-style: solid;
	border-color: #ffffff;
	border-size: 1px;
	border-width: .5px;
	margin: 0px;
	font-family:verdana;
	}

#left_menu {
	width: 99%;
	height:100%;
	border-style: solid;
	border-color: #ecebc9;
	border-size: 1px;
	border-width: 1px;
	margin: 0px;
	list-style:none;
	text-align:left;
	}
 
	
#left_menu li a {
	height: 20%;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
	text-decoration: none;
	background-color:#ecebc9;
	border-style: solid;
	border-color: #ffffff;
	border-size: 1px;
	border-width: 1px;
	margin: 0px;
	font-family:verdana;
	}	
	
#left_menu li a:link
{
	color: #000000;
	display: block;
	/*background: url(menu1.gif) 0 -32px;*/
	background-color:#ecebc9;
	padding: 4px 0 4px 10px;
}
#left_menu li a:visited 
{
	color: #000000;
	display: block;
	/*background: url(menu1.gif) 0 -32px;*/
	background-color:#ecebc9;
	padding: 4px 0 4px 10px;
}
	
#left_menu li a:hover {
	color: #ffffff;
	/*background: url(menu1.gif) 0 -32px;*/
	/*padding: 8px 0 0 10px;*/
	background-color:#afa4a4;
	padding: 4px 0 4px 10px;
	}
	
#left_menu li a:active {
	color: #ffffff;
	/*background: url(menu1.gif) 0 -64px;*/
	/*padding: 8px 0 0 10px;*/
	background-color:#665f6e;
	font-weight:bold;
	padding: 4px 0 4px 10px;
	}

#left_menu li#active a
{
  background-color:#665f6e;
  color:#ffffff;
}
</pre></body></html>