<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
 .sublist {
	position: absolute;
	width: 100px;
	z-index: 999;
	padding: 10px 0 0 10px;
	display: none;
}

 .sublist li 
 {
     background-color:#f9f9f9;
    border-left: 1px solid #D1D1D1;
	border-right: 1px solid #D1D1D1;
	border-bottom: 1px solid #D1D1D1;
	float: left;
	width: 90px;
	padding-bottom: 5px;
}

 .sublist li h3.mcate-item-hd a {
	height: 26px;
	line-height: 10px;
	padding:10px 10px 0 10px;
	font-size: 14px;
	color: #666666;
	text-decoration: none;
	display: inline-block;
	border-bottom:1px dashed #E3E3E3;
}

 .sublist li h3.mcate-item-hd a:hover {
	color: #A0522D;
	text-decoration: underline;
}</pre></body></html>