<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.menu {top: 80px; width: 800px; height: 60px; z-index: 100; position: absolute; border: 0; padding: 0; margin: 0; background-image: url("img/grad.png"); background-repeat: repeat-x; background-position: bottom; user-select: none;}
.menu ul {margin:0; padding:0; list-style:none; text-align:center;}

.menu li {display:block; position:relative; width: 133px;}

.menu ul ul {position:absolute; left:-65536px; top:60px; z-index:0; background: #eee; box-shadow: 5px 5px rgba(0,0,0,0.3); transition: opacity 0.5s;}

.menu &gt; ul {vertical-align:middle;}
.menu &gt; ul &gt; li {float:left; position:relative;}

.menu ul {background: transparent;}

.menu a {display:block; font:normal 13px/15px 'Quicksand', sans-serif; color:#000; padding:10px 5px; position:relative; z-index:10; text-decoration:none;}
.menu &gt; ul &gt; li &gt; a {line-height:15px; height:40px; background: transparent;}
.menu &gt; ul &gt; li &gt; b {display:block; position:relative; width:100%; margin-top:-40px; height:40px; background: transparent; z-index:100; transition:0s 0.5s;}

.menu li:hover &gt; b {width:0;}

.menu li:hover &gt; a,
.menu ul li:hover &gt; a {color:#000; background:#999;}

.menu ul li a.drop {background: transparent;}
.menu ul li:hover &gt; a.drop {color:#000; background-color:#999;}

.menu ul li:hover &gt; ul {left:0; opacity:1;}
.menu ul ul li:hover &gt; ul {left:100%; opacity:1;}
</pre></body></html>