<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#conmenu { 
	width: 178px; 
	position: absolute; 
	visibility: hidden; 
	padding-top: 3px; 
	padding-right: 5px;
	padding-bottom: 4px;
	padding-left: 5px;
	border-left: solid 2px #585858; 
	border-top: solid 2px #585858; 
	border-right: solid 2px #343434; 
 	border-bottom: solid 2px #343434; 
	background-color: #2A2A2A; 
	z-index: 5000;
	opacity: 0.8; 
	filter: alpha(opacity=80);
}
*html #conmenu {
	width: 192px;
}
#contlt {
	padding-left: 1px; 
	padding-top: 3px; 
	padding-right: 0px; 
	padding-bottom: 3px;
	border-bottom: #8B8B8B 1px solid; 
	background-color: transparent; 
	font: bold 14px arial;
	color: #E4E1E0; 
	cursor: default; 
}
#coninner {
	padding: 3px;
	padding-right: 0;
	border-left: solid 0 #585858;
	border-top: solid 0 #585858;
	border-right: solid 0 #343434; 
	border-bottom: solid 1px #8B8B8B; 
}
#conshadow {
	top: 0px;
	left: 0px;
	position: absolute; 
	visibility: hidden;
	background-color: #222;
	layer-background-color: #222;
	z-index: 4999;
	opacity: 0.4; 
	filter: alpha(opacity=40);
}
a.men:link, a.men:active, a.men:visited {
	font: bold 12px arial; color: #929292;
	text-shadow: 1px 1px 2px #000;
	text-decoration: none;
}
a.men:hover {
	font-size: 12px; color: #E2E2E2;
	text-decoration: none;
}</pre></body></html>