<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Style for top-menu */
.topMenu {
  text-align:center;
}

/* Style for submenus */
.submenu {
 /* background-color: #FFFFFF;*/
border-width:0px;
  border-style: solid;
  border-color: #cccccc;
  padding: 0px;
  text-align:center;
 /* background:url(images/bgul.png) repeat-x top left;*/
  
}

.submenu ul ul{
  border-width:1px;
  border-style: solid;
  border-color: #cccccc;
  background:#00CC00}

/* Style for top items: normal state */
.topItemNormal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #f4f4f4;
	cursor: pointer;	
	height: 47px;
	padding-left: 18px;
	padding-right: 18px;
	font-weight: bold;
	text-align:center;
	text-decoration:none;
	text-transform:uppercase;
  background:url(images/sep.png) right top no-repeat;

}

/* Style for top items: mouseover state */
.topItemOver {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #f4f4f4;
  cursor: pointer;
  height: 47px;
  text-decoration:none;
  padding-left: 18px;
  padding-right: 18px;
  font-weight: bold;
  text-align:center;
  background: #f2f2f2;
  text-transform:uppercase;
  text-decoration:none;
  background:url(images/sep_over.png) right top no-repeat;
}

/* Style for items: normal state */
.itemNormal {
  cursor: pointer;
  background:#57b517;
  padding: 0px 16px 0px 16px;
  height:35px;
  border-top: 1px solid #8dcd62;
  width: 358px;
}

/* Style for items: mouseover state */
.itemOver {
  cursor: pointer;
  padding: 0px 16px 0px 16px;
  height:35px;
  background:#f2f2f2;
  border-top:1px solid #8dcd62;
  width: 358px;
  background:url(images/sepbg_over.png) left top repeat-x #4d7f2a;
}

/* Style for items text: normal state */
.itemTextNormal {
  font-family: Tahoma, Geneva, sans-serif;
  font-size: 14px;
  color: #c0ff96;
  width: 100%;

}

/* Style for items text: mouseover state */
.itemTextOver {
  font-family: Tahoma, Geneva, sans-serif;
  font-size: 14px;
  color: #c0ff96;
  width: 100%;

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