<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
  jQuery MegaMenu Plugin
  Author: GeekTantra
  Author URI: http://www.geektantra.com
*/
#header_r ul.megamenu {
display:none;
}

#header_r ul.megamenu li.mm-item {
}

#header_r ul.megamenu li.clear-fix {
  float: none;
  clear: both;
  margin: 0px;
  padding: 0px;
  height: 0px;
  font-size: 0px;
  line-height: 0px;
}

ul.megamenu a.mm-item-link:link, ul.megamenu a.mm-item-link:visited {
  position: relative;
  z-index: 10;
}
*html ul.megamenu a.mm-item-link:link, *html ul.megamenu a.mm-item-link:visited {
  border-color: pink;
  filter: chroma(color=pink);
}

ul.megamenu a.mm-item-link-hover:link, ul.megamenu a.mm-item-link-hover:visited {
}

ul.megamenu div.mm-item-content {
  position: absolute;
  width:460px;
  height:105px;
  margin:0px 0px 0px 3px;
  padding:10px;
  background:url(../img/bg_megamenu-trans.png) no-repeat top;
  color:#FFFFFF;
  z-index: 9;
}

.mm-content-base {
  position: relative;
  z-index: 11;
}
.mm-js-shadow {
  position: absolute;
  z-index: 10;
}
</pre></body></html>