<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#cssmenu {
  border: none;
  border: 0px;
  padding: 0px;
  font: 67.5% Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
  width: 600px;
  float:left;
}
#cssmenu ul {
  height: 45px;
  list-style: none;
  margin: 0;
  padding: 0;
}
#cssmenu li {
  float: left;
  padding: 0px;
}
#cssmenu li a {
  background: url('../images/seperator.png') bottom right no-repeat;
  display: block;
  font-weight: normal;
  line-height: 45px;
  margin: 0px;
  padding: 0px 25px;
  text-align: center;
  text-decoration: none;
}
#cssmenu &gt; ul &gt; li &gt; a {
  color: #fff;
}
#cssmenu ul ul a {
  color: #cccccc;
}
#cssmenu li &gt; a:hover,
#cssmenu ul li:hover &gt; a {
  background: #0097d0 url('../images/hover.png') bottom center no-repeat;
  color: #FFFFFF;
  text-decoration: none;
}
#cssmenu li ul {
  background: #333333;
  display: none;
  height: auto;
  padding: 0px;
  margin: 0px;
  border: 0px;
  position: absolute;
  width: 225px;
  z-index: 200;
  /*top:1em;
	/*left:0;*/

}
#cssmenu li:hover ul {
  display: block;
}
#cssmenu li li {
  background: url('../images/sub_sep.png') bottom left no-repeat;
  display: block;
  float: none;
  margin: 0px;
  padding: 0px;
  width: 225px;
}
#cssmenu li:hover li a {
  background: none;
}
#cssmenu li ul a {
  display: block;
  height: 45px;
  font-size: 12px;
  font-style: normal;
  margin: 0px;
  padding: 0px 10px 0px 15px;
  text-align: left;
}
#cssmenu li ul a:hover,
#cssmenu li ul li:hover &gt; a {
  background: #0097d0 url('../images/hover_sub.png') center left no-repeat;
  border: 0px;
  color: #ffffff;
  text-decoration: none;
}
#cssmenu p {
  clear: left;
}

#cssmenu &gt; ul &gt; li.active:after {

  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 50%;
  bottom: 0;
}
#cssmenu &gt; ul &gt; li.active &gt; a {
 background: #0097d0 url('../images/hover.png') bottom center no-repeat;
  color: #fff;
}
</pre></body></html>