<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('menuskin.css');

.menu {
 list-style-type: none;
 margin: 0px;
 padding: 0px;
}

.subMenu {
 list-style-type: none;
 margin: 0px;
 padding: 0px;

 display: none;
 position: absolute;
 margin-top: 1.1em;
}

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