<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.menu {
	position:relative;
}
.menu ul {
	list-style:none;
	z-index:10;
	position:absolute;
	z-index:100;
	padding:0; margin:0px;
	left:0px;
}
.menu li {
	display:inline;
	padding:0 10px 0 15px;
}
.menu a, .menu a:active, .menu a:visited {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:1.3em;
	font-weight:normal;
	color:#3c4443;
	text-decoration: none;
	letter-spacing: 0.1em;
	height: 32px;
	line-height:30px;
}
.menu a:hover {
	border:none;
}
#slide {
	position:absolute;
	bottom:0;
	border-bottom: 1px solid #3c4443;
	background:url(../images/menuarrow.jpg) no-repeat bottom;
	width: 9px;
	height: 34px;
	z-index:10;
}
</pre></body></html>