<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">ul, ul ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#wrapper {	
	width: 240px;
	font-size: 11px;
	float:left;
}
.menu {
	width: auto;
	height: auto;
}
.menu &gt; li &gt; a {
	background-color: #eeeeee;
	border-bottom: 1px solid #dddddd;
	width: 100%;
	height: 2.75em;
	line-height: 2.75em;
	text-indent: 2.75em;
	display: block;
	position: relative;
	color: #444444;
}
.menu ul li a {
	background: #fff;
	border-bottom: 1px solid #efeff0;
	width: 100%;
	height: 2.75em;
	line-height: 2.75em;
	text-indent: 2.75em;
	display: block;
	position: relative;
	color: #878d95;
}
.menu ul li:last-child a {
	border-bottom: 1px solid #33373d;
}
.menu &gt; li &gt; a:hover, .menu &gt; li &gt; a.active {
	background-color: #cccccc;
	border-bottom: 1px solid #bbbbbb;
}
.menu &gt; li &gt; a.active {
	border-bottom: 1px solid #bbbbbb;
}
.menu &gt; li &gt; a:before {
	content: '';
	background-image: url(../images/sprite.png);
	background-repeat: no-repeat;
	font-size: 36px;
	height: 1em;
  	width: 1em;
	position: absolute;
  	left: 0;
	top: 50%;
	margin: -.5em 0 0 0;
}
.item1 &gt; a:before {
	background-position: 0 0;
}
.item2 &gt; a:before {
	background-position: -38px 0;
}
.item3 &gt; a:before {
	background-position: 0 -38px;
}
.item4 &gt; a:before {
	background-position: -38px -38px;
}
.item5 &gt; a:before {
	background-position: -76px 0;
}
.menu &gt; li &gt; a span {
	display: inline-block;
	position: absolute;
	right: 1em;
	top: 50%; 
	background: #bbbbbb;
	line-height: 1em;
	height: 1em;
	padding: .4em .6em;
	margin: -.8em 0 0 0; 
	color: #fff;
	text-indent: 0;
	text-align: center;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	text-shadow: 0px 1px 0px rgba(0,0,0,.5);
}
.menu &gt; li &gt; a:hover span, .menu &gt; li a.active span {
	background: #aaaaaa;
}
.menu &gt; li &gt; ul li a:before{
	content: 'â–¶';
	font-size: 8px;
	color: #bcbcbf;
	position: absolute;
	width: 1em;
	height: 1em;
	top: 0;
	left: -2.7em;
}

.menu &gt; li &gt; ul li:hover a,
.menu &gt; li &gt; ul li:hover a span,
.menu &gt; li &gt; ul li:hover a:before {
	color: #000000;
}

.menu ul &gt; li &gt; a span {
	display: inline-block;
	position: absolute;
	right: 1em;
	top: 50%; /
	background: #f5f5f5;
	border: 1px solid #bbbbbb;
	line-height: 1em;
	height: 1em;
	padding: .4em .7em;
	margin: -.9em 0 0 0; 
	color: #878d95;
	text-indent: 0;
	text-align: center;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	text-shadow: 0px 0px 0px rgba(255,255,255,.01));
}

</pre></body></html>