<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* CSS Document */

#menu {
width: 1000px;
background: #e3e2d8;
margin: auto;
}

#menu ul {
list-style: none;
margin: 0;
padding: 0;
float: left;
}

#menu a, #menu h2 {
font: bold 12px Arial, Helvetica, sans-serif;
display: block;
margin: 0;
padding: 5px 20px;
border-right: 1px solid dddcd4;
text-decoration: none;
}

#menu h2 {
color: #000000;
background: #e3e2d8;
}

#menu a{
color: #000000;
background: #e3e2d8;
text-decoration: none;
}

#menu a:hover {
color: #000000;
background: #e3e2d8;
text-decoration: underline;
}

#menu li {position: relative;}

#menu ul ul {
position: absolute;
width: 20em;
z-index: 500;
}

div#menu ul ul,
div#menu ul li:hover ul ul,
div#menu ul ul li:hover ul ul
{display: none;}

div#menu ul li:hover ul,
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{display: block;}

&lt;/style&gt;
</pre></body></html>