<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body { 
    
    background-image: url('./files/faceOff/130/images/top_bg3.gif');
    background-repeat: no-repeat;
    background-position: center top; 
}

.container {width:1000px;}

.side {padding-right:20px;}

.shadow {
box-shadow: 12px 0 15px -4px rgba(0, 0, 0, 0.3), -12px 0 8px -4px rgba(0, 0, 0, 0.3);
}

.menu {
  position: relative;
  height: 40px;
  background: #2b2f3a;
  width: auto;
}
.menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  line-height: 1;
}
.menu &gt; ul {
  position: relative;
  display: block;
  background: #2b2f3a;
  background-image: url('./files/faceOff/130/images/nav_off_grad.gif');
  width: 100%;
  z-index: 500;
}
.menu:after, .menu &gt; ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.menu.align-right &gt; ul &gt; li {
  float: right;
}
.menu.align-center ul {
  text-align: center;
}
.menu.align-center ul ul {
  text-align: center;
}
.menu &gt; ul &gt; li {
  display: inline-block;
  position: relative;
  margin-left: 20px;
  margin-right: 20px;
  padding: 0;
}
.menu &gt; ul &gt; #menu-button {
  display: none;
}
.menu ul li a {
  display: block;
  font-family: Helvetica, sans-serif;
  text-decoration: none;
}
.menu &gt; ul &gt; li &gt; a {
  font-size: 16px;
  font-weight: none;
  padding: 15px 20px;
  color: #fff;
  text-transform: uppercase;
  -webkit-transition: color 0.25s ease-out;
  -moz-transition: color 0.25s ease-out;
  -ms-transition: color 0.25s ease-out;
  -o-transition: color 0.25s ease-out;
  transition: color 0.25s ease-out;
}
.menu &gt; ul &gt; li.sub &gt; a {
  padding-right: 32px;
}
.menu &gt; ul &gt; li:hover &gt; a {
  color: #ffffff;
  background-image: url('./files/faceOff/130/images/nav_over_bg.gif');
}
.menu li.sub::after {
  display: block;
  content: "";
  position: absolute;
  width: 0;
  height: 0;
}

/* triangle */

.menu &gt; ul &gt; li.sub::after {
  right: 10px;
  top: 20px;
  border: 5px solid transparent;
  border-top-color: #7a8189;
}

.menu &gt; ul &gt; li:hover::after {
  border-top-color: #ffffff;
}
.menu ul ul {
  position: absolute;
  left: -9999px;
  top: 70px;
  opacity: 0;
  -webkit-transition: opacity .3s ease, top .25s ease;
  -moz-transition: opacity .3s ease, top .25s ease;
  -ms-transition: opacity .3s ease, top .25s ease;
  -o-transition: opacity .3s ease, top .25s ease;
  transition: opacity .3s ease, top .25s ease;
  z-index: 1000;
}
.menu ul ul ul {
  top: 37px;
  padding-left: 5px;
}
.menu ul ul li {
  position: relative;
}
.menu &gt; ul &gt; li:hover &gt; ul {
  left: auto;
  top: 44px;
  opacity: 1;
}
.menu.align-right &gt; ul &gt; li:hover &gt; ul {
  left: auto;
  right: 0;
  opacity: 1;
}
.menu ul ul li:hover &gt; ul {
  left: 170px;
  top: 0;
  opacity: 1;
}
.menu.align-right ul ul li:hover &gt; ul {
  left: auto;
  right: 170px;
  top: 0;
  opacity: 1;
  padding-right: 5px;
}
.menu ul ul li a {
  width: 130px;
  border-bottom: 1px solid #eeeeee;
  padding: 10px 20px;
  font-size: 12px;
  color: #9ea2a5;
  background: #ffffff;
  -webkit-transition: all .35s ease;
  -moz-transition: all .35s ease;
  -ms-transition: all .35s ease;
  -o-transition: all .35s ease;
  transition: all .35s ease;
}
.menu.align-right ul ul li a {
  text-align: right;
}
.menu ul ul li:hover &gt; a {
  background: #f2f2f2;
  color: #8c9195;
}
.menu ul ul li:last-child &gt; a, .menu ul ul li.last &gt; a {
  border-bottom: 0;
}
.menu &gt; ul &gt; li &gt; ul::after {
  content: '';
  border: 6px solid transparent;
  width: 0;
  height: 0;
  border-bottom-color: #ffffff;
  position: absolute;
  top: -12px;
  left: 30px;
}
.menu.align-right &gt; ul &gt; li &gt; ul::after {
  left: auto;
  right: 30px;
}
.menu ul ul li.sub::after {
  border: 4px solid transparent;
  border-left-color: #9ea2a5;
  right: 10px;
  top: 12px;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  -webkit-transition: -webkit-transform 0.2s ease, right 0.2s ease;
}
.menu.align-right ul ul li.sub::after {
  border-left-color: transparent;
  border-right-color: #9ea2a5;
  right: auto;
  left: 10px;
}
.menu ul ul li.sub:hover::after {
  border-left-color: #ffffff;
  right: -5px;
  -webkit-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.menu.align-right ul ul li.sub:hover::after {
  border-right-color: #ffffff;
  border-left-color: transparent;
  left: -5px;
  -webkit-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.content {background-color:#fff;}

.footer {
    width: 1000px;
    height: 70px;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    vertical-align: top;
}</pre></body></html>