<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#submenu, #submenu ul
{
  position: relative;
  margin: 0;
  padding: 0;
  margin-top: 0px;
  margin-bottom: 15px;
  padding-top: 0px;
  padding-bottom: 10px;
  overflow: hidden;
  background-color: transparent;
  border-width: 0px;
  border-style: solid;
  border-color: #cacaca;
}

#submenu ul
{
  padding-top: 0px;
  padding-bottom: 0px;
  margin-bottom: 0px;
  border: 0;
}

#submenu a
{
  color: #000;
  font-size: 17px;
  font-weight: normal;
  margin-right: 0px;
  padding-left: 0px;
  padding-right: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
  text-decoration: none;
  border-bottom: 1px solid #e3e1e1;
  font-family: "PT Sans" sans-serif;
  padding-left:5px;
}

#submenu a
{
  height: auto;
  display: block;
}

#submenu a:hover,
#submenu a.active
{
  background-color: #d7d7d7;
  text-decoration: none;
  position: relative;
}

#submenu .me_l2
{
  margin-left: 0px;
}

#submenu .me_l3
{
  margin-left: 20px;
}

#submenu .me_l4
{
  margin-left: 40px;
}

#submenu .parent{
	display:block;
	background-color:#f9e700;
	width:100%;
	text-transform:uppercase;
	font-family: "Droid Serif", serif;
	padding-left:5px;
	font-size:20px;
	border-bottom: 3px solid #2b2b2b;
	padding:5px;
}

img.submenue-deco{
	margin-top:5px;
	float:right;
	width:auto;
	display:none;
}
a.active img.submenue-deco,
a:hover img.submenue-deco{
	display:block;
}</pre></body></html>