<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.catMenu li.parent &gt; ul{
	top:-1px;
	left:100%;
	z-index:9;
}

.catMenu li.parent:hover &gt; ul{
	display:block;
}</pre></body></html>