<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#cssmenu,
#cssmenu ul,
#cssmenu li,
#cssmenu a {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
	font-weight: bold; /*normal*/
	text-decoration: none;
	line-height: 1;
	font-family:sans-serif,arial;
	font-size: 14px;
	position: relative;
}
#cssmenu a {
	line-height: 1.3;
}
#cssmenu {
	width: 280px;
}
/* NEW COLORS gold b08e6d   silver a7a8aa */
#cssmenu &gt; ul &gt; li &gt; a {
	padding-right: 0px;
	font-size: 25px;
	font-weight: bold;
	display: block;
	background: linear-gradient(to bottom, #b08e6d 0%,#a7a8aa 100%);
	color: #ffffff;
	border-bottom: 1px solid #5e071b;
	text-transform: uppercase;
}
#cssmenu &gt; ul &gt; li &gt; a &gt;  {
	background: linear-gradient(to bottom, #b08e6d 0%,#a7a8aa 100%);
	padding: 8px;
	display: block;
	font-size: 13px;
	font-weight: 300;
}
#cssmenu &gt; ul &gt; li &gt; a:hover {
	text-decoration: none;
}
#cssmenu &gt; ul &gt; li.active {
	border-bottom: none;
}
#cssmenu &gt; ul &gt; li.active &gt; a {
	color: #fff;
}


/* Sub menu */
#cssmenu ul ul {
	display: none;
}
#cssmenu ul ul li {
	border: 1px solid #e0e0e0;
	border-top: 0;
}
#cssmenu ul ul a {
	padding: 10px;
	display: block;
	color: #b08e6d; /*#ed1144*/
	font-size: 13px;
}
#cssmenu ul ul a:hover {
	color: #bd0e36;
}
#cssmenu ul ul li.odd {
	background: #f4f4f4;
}
#cssmenu ul ul li.even {
	background: #fff;
}</pre></body></html>