@charset "UTF-8";
@media screen, projection
{
  #header .page {
    background: #0E7C19;
  }
  #header .header_font {
    color: #FFF;
  }
  
  .hlist ul li a:focus,
  .hlist ul li a:hover,
  .hlist ul li a:active {
      background: #0E7C19;
      color: #fff;
  }

  .hlist ul li.active a {
      background: #0E7C19;
      color: #fff;
  }
  
  .vlist li.active {
      background: #0E7C19;
      text-decoration: none;
      font-weight: normal;
  }
  
  .vlist li a:focus,
  .vlist li a:hover,
  .vlist li a:active { background-color:#0E7C19; color: #fff; text-decoration: none; }
  
  .vlist li.active a {
      background: transparent;
      color: #fff;
  }
  
  .vlist li ul li a:focus,
  .vlist li ul li a:hover,
  .vlist li ul li a:active { background-color:#0E7C19; color: #fff; text-decoration: none; }

  .vlist li ul li.active a {
      background: transparent;
      color: #fff;
  }

  .vlist li ul li ul li a:focus,
  .vlist li ul li ul li a:hover,
  .vlist li ul li ul li a:active { background-color:#0E7C19; color: #fff; text-decoration: none; }

  .vlist li ul li ul li.active a {
      background: transparent;
      color: #fff;
  }

  .vlist li ul li ul li ul li a:focus,
  .vlist li ul li ul li ul li a:hover,
  .vlist li ul li ul li ul li a:active { background-color:#0E7C19; color: #fff; text-decoration: none; }

  .vlist li ul li ul li ul li.active a {
      background: transparent;
      color: #fff;
  }
  
  a, a:visited {
      color: #0E7C19;
  }
}

