/* *****************************************
 PVII AMM: Adaptive Menu Magic
 by Project Seven Development
 www.projectseven.com - version: 1.3.4
***************************************** */

.p7AMM {
  padding: 0px 0px;
  box-sizing: border-box;
}

.p7AMM ul {
  margin: 0px;
  padding: 0px;
  font-size: 0px;
}

.p7AMM ul ul {
  position: absolute;
  top: 100%;
  display: none;
  min-width: 200px;
  z-index: 1;
  text-align: left;
  margin-top: 0px;
  margin-left: 0px;
  box-sizing: border-box;
}

.p7AMM ul ul ul {
  top: 0px;
  left: 180px;
  z-index: 2;
  margin-top: 0px;
}

.p7AMM ul li {
  list-style-type: none;
  vertical-align: middle;
  display: inline-block;
  position: relative;
  padding: 6px 3px;
}

.p7AMM ul ul li {
  display: block;
  padding: 0px 0px;
  white-space: normal;
}

/* **********************************
    RESET HARMONY LINK STYLES
********************************** */

.p7HMY .hmy-section .p7AMM li a, .p7HMY .hmy-section .p7AMM.amm-responsive .amm-toolbar a {
  border: none;
  transition: none;
}

.p7HMY .hmy-section .p7AMM li a:hover, .p7HMY .hmy-section .p7AMM.amm-responsive .amm-toolbar a:hover {
  border: none;
}

/* ******************************
     VERTICAL MENU MODE
****************************** */

.p7AMM.amm-vertical li {
  display: block;
}

.p7AMM.amm-vertical ul li {
  padding: 3px 3px;
}

.p7AMM.amm-vertical ul ul li {
  padding: 0px;
}

.p7AMM.amm-vertical {
  padding: 3px 3px;
}

/* ******************************
     ROOT LEVEL LINKS
****************************** */

.p7AMM li a {
  display: block;
  text-decoration: none;
  padding: 15px 20px;
  font-size: 20px;
}

/* ******************************
     SUB-MENU LINKS
****************************** */

.p7AMM ul ul a {
  display: block;
  color: #000;
  padding: 10px 20px 15px;
}

.p7AMM ul ul a:hover {
  color: #000;
  background-color: #CCC;
}

/* ******************************
       TRIGGER LINKS
****************************** */

.p7AMM a.amm-trigger {
  background-repeat: no-repeat;
  background-position: left center;
}

/* ****************************************************
 NO-SCRIPT: Opertates menu when script is disabled
 or provides remedial styles to fix issues
 in Dreamweaver Design View
**************************************************** */

.p7AMM.amm-noscript li:hover ul {
  display: block;
}

.p7AMM.amm-noscript li:hover ul ul {
  display: none;
}

.p7AMM.amm-noscript ul ul li:hover ul {
  display: block;
}

/* **************************
    MENU ALIGNMENT
************************** */

.p7AMM.amm-left {
  text-align: left;
}

.p7AMM.amm-centered {
  text-align: center;
}

.p7AMM.amm-right {
  text-align: right;
}

/* ******************************
        CURRENT MARK
****************************** */

.p7AMM li a.current_mark {
  font-weight: bold;
}

/* ******************************
           COLORS
****************************** */

/* ***************************************
  MENU WHEN FIXED ON SCROLL FALLBACK
*************************************** */

.amm-fixed {
  background-color: rgba(0,0,0,0.88);
}

/* ******************************
           WHITE
****************************** */

.p7AMM.amm-root-white {
  background-color: rgb(255,255,255);
  color: #000;
}

.p7AMM.amm-root-white.amm-root-trans {
  background-color: rgba(255,255,255,0.85) !important;
}

.p7AMM.amm-rootlinks-white ul a {
  background-color: rgb(255,255,255);
  color: #000;
}

.p7AMM.amm-rootlinks-white ul a:hover, .p7AMM.amm-rootlinks-white ul a:focus, .p7AMM.amm-rootlinks-white ul a.amm-trigger.open {
  /*background-color: rgb(20,20,20);*/
  color: #B43C3C;
}

.p7AMM.amm-rootlinks-white ul ul a {
  background-color: transparent;
}

.p7AMM.amm-rootlinks-white ul a.amm-trigger {
  background-image: url(img/amm-right-dark.gif);
}

.p7AMM.amm-rootlinks-white ul a.amm-trigger:focus {
  background-image: url(img/amm-right-light.gif);
}

.p7AMM.amm-rootlinks-white ul a.amm-trigger.open {
  background-image: url(img/amm-down-light.gif);
}

.p7AMM.amm-subs-white ul ul a.amm-trigger {
  background-image: url(img/amm-right-dark.gif);
}

.p7AMM.amm-subs-white ul ul a.amm-trigger:focus {
  background-image: url(img/amm-right-light.gif);
}

.p7AMM.amm-subs-white ul ul a.amm-trigger:hover, .p7AMM.amm-subs-white ul ul a.amm-trigger.open {
  background-image: url(img/amm-down-light.gif);
}

.p7AMM.amm-subs-white ul ul {
  background-color: #FFF;
}

.p7AMM.amm-subs-white.amm-subs-trans ul ul {
  background-color: rgba(255,255,255,0.90);
}

.p7AMM.amm-subs-white ul ul a {
  color: #000;
}

.p7AMM.amm-subs-white ul ul a:hover, .p7AMM.amm-subs-white ul ul a:focus, .p7AMM.amm-subs-white ul ul a.amm-trigger.open {
  background-color: rgb(34,34,34);
  color: #FFF;
}

.p7AMM.amm-active-white .amm-active, .p7AMM.amm-active-white .amm-active:hover {
  background-color: rgb(255,255,255);
  color: #FFF;
}

.p7AMM a.white {
  background-color: rgb(255,255,255) !important;
  color: #000 !important;
}

.p7AMM a.white:hover, .p7AMM a.white:focus {
  background-color: rgb(34,34,34) !important;
  color: #FFF !important;
}

/* ****************************
          BLACK
**************************** */

.p7AMM.amm-root-black {
  background-color: rgb(34,34,34);
  color: #FFF;
}

.p7AMM.amm-root-black.amm-root-trans {
  background-color: rgba(0,0,0,0.85);
}

.p7AMM.amm-rootlinks-black ul a {
  background-color: rgb(34,34,34);
  color: #FFF;
}

.p7AMM.amm-rootlinks-black ul a:hover, .p7AMM.amm-rootlinks-black ul a:focus, .p7AMM.amm-rootlinks-black ul a.amm-trigger.open {
  background-color: rgb(255,255,255);
  color: #000;
}

.p7AMM.amm-rootlinks-black ul ul a {
  background-color: transparent;
}

.p7AMM.amm-rootlinks-black ul a.amm-trigger {
  background-image: url(img/amm-right-light.gif);
}

.p7AMM.amm-rootlinks-black ul a.amm-trigger:focus {
  background-image: url(img/amm-right-dark.gif);
}

.p7AMM.amm-rootlinks-black ul a.amm-trigger.open {
  background-image: url(img/amm-down-dark.gif);
}

.p7AMM.amm-subs-black ul ul a.amm-trigger, .p7AMM.amm-subs-black ul ul a.amm-trigger:focus {
  background-image: url(img/amm-right-light.gif);
}

.p7AMM.amm-subs-black ul ul a.amm-trigger.open {
  background-image: url(img/amm-down-light.gif);
}

.p7AMM.amm-subs-black ul ul {
  background-color: rgb(34,34,34);
}

.p7AMM.amm-subs-black.amm-subs-trans ul ul {
  background-color: rgba(0,0,0,0.9);
}

.p7AMM.amm-subs-black ul ul a {
  color: #FFF;
}

.p7AMM.amm-subs-black ul ul a:hover, .p7AMM.amm-subs-black ul ul a:focus, .p7AMM.amm-subs-black ul ul a.amm-trigger.open {
  background-color: #444;
  color: #FFF;
}

.p7AMM.amm-active-black .amm-active, .p7AMM.amm-active-black .amm-active:hover {
  background-color: rgb(34,34,34);
  color: #FFF;
}

.p7AMM a.black {
  background-color: rgb(34,34,34) !important;
  color: #FFF !important;
}

.p7AMM a.black:hover, .p7AMM a.black:focus {
  background-color: rgb(255,255,255) !important;
  color: #000 !important;
}

/* ********************************
          SILVERBLUE
******************************** */

.p7AMM.amm-root-silverblue {
  background-color: rgb(75,103,119);
  color: #FFF;
}

.p7AMM.amm-root-silverblue.amm-root-trans {
  background-color: rgba(75,103,119,0.85);
}

.p7AMM.amm-rootlinks-silverblue ul a {
  background-color: rgb(75,103,119);
  color: #FFF;
}

.p7AMM.amm-rootlinks-silverblue ul a:hover, .p7AMM.amm-rootlinks-silverblue ul a:focus, .p7AMM.amm-rootlinks-silverblue ul a.amm-trigger.open {
  background-color: rgb(34,34,34);
  color: #FFF;
}

.p7AMM.amm-rootlinks-silverblue ul ul a {
  background-color: transparent;
}

.p7AMM.amm-rootlinks-silverblue ul a.amm-trigger {
  background-image: url(img/amm-right-dark.gif);
}

.p7AMM.amm-rootlinks-silverblue ul a.amm-trigger:hover, .p7AMM.amm-rootlinks-silverblue ul a.amm-trigger {
  background-image: url(img/amm-right-light.gif);
}

.p7AMM.amm-rootlinks-silverblue ul a.amm-trigger.open {
  background-image: url(img/amm-down-light.gif);
}

.p7AMM.amm-subs-silverblue ul ul a.amm-trigger, .p7AMM.amm-subs-silverblue ul ul a.amm-trigger:focus {
  background-image: url(img/amm-right-light.gif);
}

.p7AMM.amm-subs-silverblue ul ul a.amm-trigger.open {
  background-image: url(img/amm-down-light.gif);
}

.p7AMM.amm-subs-silverblue ul ul {
  background-color: rgb(75,103,119);
}

.p7AMM.amm-subs-silverblue.amm-subs-trans ul ul {
  background-color: rgba(75,103,119,0.9);
}

.p7AMM.amm-subs-silverblue ul ul a {
  color: #FFF;
}

.p7AMM.amm-subs-silverblue ul ul a:hover, .p7AMM.amm-subs-silverblue ul ul a:focus, .p7AMM.amm-subs-silverblue ul ul a.amm-trigger.open {
  background-color: rgb(34,34,34);
  color: #FFF;
}

.p7AMM.amm-active-silverblue .amm-active, .p7AMM.amm-active-silverblue .amm-active:hover {
  background-color: rgb(75,103,119);
  color: #FFF;
}

.p7AMM a.silverblue {
  background-color: rgb(75,103,119) !important;
  color: #FFF !important;
}

.p7AMM a.silverblue:hover, .p7AMM a.silverblue:focus {
  background-color: rgb(34,34,34) !important;
  color: #FFF !important;
}

/* ********************************
             RUST
******************************** */

.p7AMM.amm-root-rust {
  background-color: rgb(193,67,46);
  color: #FFF;
}

.p7AMM.amm-root-rust.amm-root-trans {
  background-color: rgba(193,67,46,0.85);
}

.p7AMM.amm-rootlinks-rust ul a {
  background-color: rgb(193,67,46);
  color: #FFF;
}

.p7AMM.amm-rootlinks-rust ul a:hover, .p7AMM.amm-rootlinks-rust ul a:focus, .p7AMM.amm-rootlinks-rust ul a.amm-trigger.open {
  background-color: rgb(34,34,34);
  color: #FFF;
}

.p7AMM.amm-rootlinks-rust ul ul a {
  background-color: transparent;
}

.p7AMM.amm-rootlinks-rust ul a.amm-trigger {
  background-image: url(img/amm-right-light.gif);
}

.p7AMM.amm-rootlinks-rust ul a.amm-trigger:hover, .p7AMM.amm-rootlinks-rust ul a.amm-trigger.open {
  background-image: url(img/amm-down-light.gif);
}

.p7AMM.amm-subs-rust ul ul a.amm-trigger {
  background-image: url(img/amm-right-light.gif);
}

.p7AMM.amm-subs-rust ul ul a.amm-trigger:focus {
  background-image: url(img/amm-right-light.gif);
}

.p7AMM.amm-subs-rust ul ul a.amm-trigger:hover, .p7AMM.amm-subs-rust ul ul a.amm-trigger.open {
  background-image: url(img/amm-down-light.gif);
}

.p7AMM.amm-subs-rust ul ul {
  background-color: rgb(193,67,46);
}

.p7AMM.amm-subs-rust.amm-subs-trans ul ul {
  background-color: rgba(193,67,46,0.9);
}

.p7AMM.amm-subs-rust ul ul a {
  color: #FFF;
}

.p7AMM.amm-subs-rust ul ul a:hover, .p7AMM.amm-subs-rust ul ul a.amm-trigger.open, .p7AMM.amm-subs-rust ul ul a:focus {
  background-color: rgb(34,34,34);
  color: #FFF;
}

.p7AMM.amm-active-rust .amm-active, .p7AMM.amm-active-rust .amm-active:hover {
  background-color: rgb(193,67,46);
  color: #FFF;
}

.p7AMM a.rust {
  background-color: rgb(193,67,46) !important;
  color: #FFF !important;
}

.p7AMM a.rust:hover, .p7AMM a.rust:focus {
  background-color: rgb(34,34,34) !important;
  color: #FFF !important;
}

/* ****************************
          ORANGE
**************************** */

.p7AMM.amm-root-orange {
  background-color: rgb(239,118,51);
  color: #FFF;
}

.p7AMM.amm-root-orange.amm-root-trans {
  background-color: rgba(239,118,51,0.85);
}

.p7AMM.amm-rootlinks-orange ul a {
  background-color: rgb(239,118,51);
  color: #FFF;
}

.p7AMM.amm-rootlinks-orange ul a:hover, .p7AMM.amm-rootlinks-orange ul a:focus, .p7AMM.amm-rootlinks-orange ul a.amm-trigger.open {
  background-color: rgb(34,34,34);
  color: #FFF;
}

.p7AMM.amm-rootlinks-orange ul ul a {
  background-color: transparent;
}

.p7AMM.amm-rootlinks-orange ul a.amm-trigger {
  background-image: url(img/amm-right-light.gif);
}

.p7AMM.amm-rootlinks-orange ul a.amm-trigger:hover, .p7AMM.amm-rootlinks-orange ul a.amm-trigger.open {
  background-image: url(img/amm-down-light.gif);
}

.p7AMM.amm-subs-orange ul ul a.amm-trigger {
  background-image: url(img/amm-right-light.gif);
}

.p7AMM.amm-subs-orange ul ul a.amm-trigger:focus {
  background-image: url(img/amm-right-light.gif);
}

.p7AMM.amm-subs-orange ul ul a.amm-trigger:hover, .p7AMM.amm-subs-orange ul ul a.amm-trigger.open {
  background-image: url(img/amm-down-light.gif);
}

.p7AMM.amm-subs-orange ul ul {
  background-color: rgb(239,118,51);
}

.p7AMM.amm-subs-orange.amm-subs-trans ul ul {
  background-color: rgba(239,118,51,0.9);
}

.p7AMM.amm-subs-orange ul ul a {
  color: #FFF;
}

.p7AMM.amm-subs-orange ul ul a:hover, .p7AMM.amm-subs-orange ul ul a:focus, .p7AMM.amm-subs-orange ul ul a.amm-trigger.open {
  background-color: rgb(34,34,34);
  color: #FFF;
}

.p7AMM.amm-active-orange .amm-active, .p7AMM.amm-active-orange .amm-active:hover {
  background-color: rgb(239,118,51);
  color: #FFF;
}

.p7AMM a.orange {
  background-color: rgb(239,118,51) !important;
  color: #FFF !important;
}

.p7AMM a.orange:hover, .p7AMM a.orange:focus {
  background-color: rgb(34,34,34) !important;
  color: #FFF !important;
}

/* ****************************
          RED
**************************** */

.p7AMM.amm-root-red {
  background-color: rgb(225,10,10);
  color: #FFF;
}

.p7AMM.amm-root-red.amm-root-trans {
  background-color: rgba(226,11,11,0.85);
}

.p7AMM.amm-rootlinks-red ul a {
  background-color: rgb(225,10,10);
  color: #FFF;
}

.p7AMM.amm-rootlinks-red ul a:hover, .p7AMM.amm-rootlinks-red ul a:focus, .p7AMM.amm-rootlinks-red ul a.amm-trigger.open {
  background-color: rgb(34,34,34);
  color: #FFF;
}

.p7AMM.amm-rootlinks-red ul ul a {
  background-color: transparent;
}

.p7AMM.amm-rootlinks-red ul a.amm-trigger {
  background-image: url(img/amm-right-light.gif);
}

.p7AMM.amm-rootlinks-red ul a.amm-trigger.open {
  background-image: url(img/amm-down-light.gif);
}

.p7AMM.amm-subs-red ul ul a.amm-trigger, .p7AMM.amm-subs-red ul ul a.amm-trigger:focus {
  background-image: url(img/amm-right-light.gif);
}

.p7AMM.amm-subs-red ul ul a.amm-trigger.open {
  background-image: url(img/amm-down-light.gif);
}

.p7AMM.amm-subs-red ul ul {
  background-color: rgb(226,11,11);
}

.p7AMM.amm-subs-red.amm-subs-trans ul ul {
  background-color: rgba(226,11,11,0.9);
}

.p7AMM.amm-subs-red ul ul a {
  color: #FFF;
}

.p7AMM.amm-subs-red ul ul a:hover, .p7AMM.amm-subs-red ul ul a:focus, .p7AMM.amm-subs-red ul ul a.amm-trigger.open {
  background-color: rgb(34,34,34);
  color: #FFF;
}

.p7AMM.amm-active-red .amm-active, .p7AMM.amm-active-red .amm-active:hover {
  background-color: rgb(226,11,11);
  color: #FFF;
}

.p7AMM a.red {
  background-color: rgb(226,11,11) !important;
  color: #FFF !important;
}

.p7AMM a.red:hover, .p7AMM a.red:focus {
  background-color: rgb(34,34,34) !important;
  color: #FFF !important;
}

/* ****************************
          GRAY
**************************** */

.p7AMM.amm-root-gray {
  background-color: rgb(134,134,134);
  color: #000;
}

.p7AMM.amm-root-gray.amm-root-trans {
  background-color: rgba(134,134,134,0.85);
}

.p7AMM.amm-rootlinks-gray ul a {
  background-color: rgb(134,134,134);
  color: #FFF;
}

.p7AMM.amm-rootlinks-gray ul a:hover, .p7AMM.amm-rootlinks-gray ul a:focus, .p7AMM.amm-rootlinks-gray ul a.amm-trigger.open {
  background-color: rgb(0,0,0);
  color: #FFF;
}

.p7AMM.amm-rootlinks-gray ul ul a {
  background-color: transparent;
}

.p7AMM.amm-rootlinks-gray ul a.amm-trigger {
  background-image: url(img/amm-right-dark.gif);
}

.p7AMM.amm-rootlinks-gray ul a.amm-trigger:focus {
  background-image: url(img/amm-right-light.gif);
}

.p7AMM.amm-rootlinks-gray ul a.amm-trigger:hover, .p7AMM.amm-rootlinks-gray ul a.amm-trigger.open {
  background-image: url(img/amm-down-light.gif);
}

.p7AMM.amm-subs-gray ul ul a.amm-trigger, .p7AMM.amm-subs-gray ul ul a.amm-trigger:focus {
  background-image: url(img/amm-right-light.gif);
}

.p7AMM.amm-subs-gray ul ul a.amm-trigger.open, .p7AMM.amm-subs-gray ul ul a.amm-trigger:hover {
  background-image: url(img/amm-down-light.gif);
}

.p7AMM.amm-subs-gray ul ul {
  background-color: rgb(134,134,134);
}

.p7AMM.amm-subs-gray.amm-subs-trans ul ul {
  background-color: rgba(134,134,134,0.9);
}

.p7AMM.amm-subs-gray ul ul a {
  color: #FFF;
}

.p7AMM.amm-subs-gray ul ul a:hover, .p7AMM.amm-subs-gray ul ul a:focus, .p7AMM.amm-subs-gray ul ul a.amm-trigger.open {
  background-color: #000;
  color: #FFF;
}

.p7AMM.amm-active-gray .amm-active, .p7AMM.amm-active-gray .amm-active:hover {
  background-color: rgb(134,134,134);
  color: #FFF;
}

.p7AMM a.gray {
  background-color: rgb(134,134,134) !important;
  color: #000 !important;
}

.p7AMM a.gray:hover, .p7AMM a.gray:focus {
  background-color: rgb(0,0,0) !important;
  color: #FFF !important;
}

/* ****************************
          GREEN
**************************** */

.p7AMM.amm-root-green {
  background-color: rgb(126,188,89);
  color: #FFF;
}

.p7AMM.amm-root-green.amm-root-trans {
  background-color: rgba(126,188,89,0.85);
}

.p7AMM.amm-rootlinks-green ul a {
  background-color: rgb(126,188,89);
  color: #FFF;
}

.p7AMM.amm-rootlinks-green ul a:hover, .p7AMM.amm-rootlinks-green ul a:focus, .p7AMM.amm-rootlinks-green ul a.amm-trigger.open {
  background-color: rgb(34,34,34);
  color: #FFF;
}

.p7AMM.amm-rootlinks-green ul ul a {
  background-color: transparent;
}

.p7AMM.amm-rootlinks-green ul a.amm-trigger {
  background-image: url(img/amm-right-light.gif);
}

.p7AMM.amm-rootlinks-green ul a.amm-trigger:hover, .p7AMM.amm-rootlinks-green ul a.amm-trigger.open {
  background-image: url(img/amm-down-light.gif);
}

.p7AMM.amm-subs-green ul ul a.amm-trigger, .p7AMM.amm-subs-green ul ul a.amm-trigger:focus {
  background-image: url(img/amm-right-light.gif);
}

.p7AMM.amm-subs-green ul ul a.amm-trigger.open, .p7AMM.amm-subs-green ul ul a.amm-trigger:hover {
  background-image: url(img/amm-down-light.gif);
}

.p7AMM.amm-subs-green ul ul {
  background-color: rgb(126,188,89);
}

.p7AMM.amm-subs-green.amm-subs-trans ul ul {
  background-color: rgba(126,188,89,0.9);
}

.p7AMM.amm-subs-green ul ul a {
  color: #FFF;
}

.p7AMM.amm-subs-green ul ul a:hover, .p7AMM.amm-subs-green ul ul a:focus, .p7AMM.amm-subs-green ul ul a.amm-trigger.open {
  background-color: rgb(34,34,34);
  color: #FFF;
}

.p7AMM.amm-active-green .amm-active, .p7AMM.amm-active-green .amm-active:hover {
  background-color: rgb(126,188,89);
  color: #FFF;
}

.p7AMM a.green {
  background-color: rgb(126,188,89) !important;
  color: #FFF !important;
}

.p7AMM a.green:hover, .p7AMM a.green:focus {
  background-color: rgb(34,34,34) !important;
  color: #FFF !important;
}

/* ****************************
          MINT
**************************** */

.p7AMM.amm-root-mint {
  background-color: rgb(76,182,159);
  color: #000;
}

.p7AMM.amm-root-mint.amm-root-trans {
  background-color: rgba(76,182,159,0.85);
}

.p7AMM.amm-rootlinks-mint ul a {
  background-color: rgb(76,182,159);
  color: #000;
}

.p7AMM.amm-rootlinks-mint ul a:hover, .p7AMM.amm-rootlinks-mint ul a:focus, .p7AMM.amm-rootlinks-mint ul a.amm-trigger.open {
  background-color: rgb(34,34,34);
  color: #FFF;
}

.p7AMM.amm-rootlinks-mint ul ul a {
  background-color: transparent;
}

.p7AMM.amm-rootlinks-mint ul a.amm-trigger {
  background-image: url(img/amm-right-dark.gif);
}

.p7AMM.amm-rootlinks-mint ul a.amm-trigger:focus {
  background-image: url(img/amm-right-light.gif);
}

.p7AMM.amm-rootlinks-mint ul a.amm-trigger:hover, .p7AMM.amm-rootlinks-mint ul a.amm-trigger.open {
  background-image: url(img/amm-down-light.gif);
}

.p7AMM.amm-subs-mint ul ul a.amm-trigger {
  background-image: url(img/amm-right-dark.gif);
}

.p7AMM.amm-subs-mint ul ul a.amm-trigger:focus {
  background-image: url(img/amm-right-light.gif);
}

.p7AMM.amm-subs-mint ul ul a.amm-trigger.open, .p7AMM.amm-subs-mint ul ul a.amm-trigger:hover {
  background-image: url(img/amm-down-light.gif);
}

.p7AMM.amm-subs-mint ul ul {
  background-color: rgb(76,182,159);
}

.p7AMM.amm-subs-mint.amm-subs-trans ul ul {
  background-color: rgba(76,182,159,0.9);
}

.p7AMM.amm-subs-mint ul ul a {
  color: #000;
}

.p7AMM.amm-subs-mint ul ul a:hover, .p7AMM.amm-subs-mint ul ul a:focus, .p7AMM.amm-subs-mint ul ul a.amm-trigger.open {
  background-color: rgb(34,34,34);
  color: #FFF;
}

.p7AMM.amm-active-white .amm-active, .p7AMM.amm-active-white .amm-active:hover {
  background-color: rgb(76,182,159);
  color: #000;
}

.p7AMM a.mint {
  background-color: rgb(76,182,159) !important;
  color: #000 !important;
}

.p7AMM a.mint:hover, .p7AMM a.mint:focus {
  background-color: rgb(120,120,120) !important;
  color: #FFF !important;
}

/* ****************************
          BLUE
**************************** */

.p7AMM.amm-root-blue {
  background-color: rgb(69,114,150);
  color: #FFF;
}

.p7AMM.amm-root-blue.amm-root-trans {
  background-color: rgba(69,114,150,0.85);
}

.p7AMM.amm-rootlinks-blue ul a {
  background-color: rgb(69,114,150);
  color: #FFF;
}

.p7AMM.amm-rootlinks-blue ul a:hover, .p7AMM.amm-rootlinks-blue ul a:focus, .p7AMM.amm-rootlinks-blue ul a.amm-trigger.open {
  background-color: rgb(34,34,34);
  color: #FFF;
}

.p7AMM.amm-rootlinks-blue ul ul a {
  background-color: transparent;
}

.p7AMM.amm-rootlinks-blue ul a.amm-trigger {
  background-image: url(img/amm-right-light.gif);
}

.p7AMM.amm-rootlinks-blue ul a.amm-trigger:hover, .p7AMM.amm-rootlinks-blue ul a.amm-trigger.open {
  background-image: url(img/amm-down-light.gif);
}

.p7AMM.amm-subs-blue ul ul a.amm-trigger, .p7AMM.amm-subs-blue ul ul a.amm-trigger:focus {
  background-image: url(img/amm-right-light.gif);
}

.p7AMM.amm-subs-blue ul ul a.amm-trigger.open, .p7AMM.amm-subs-blue ul ul a.amm-trigger:hover {
  background-image: url(img/amm-down-light.gif);
}

.p7AMM.amm-subs-blue ul ul {
  background-color: rgb(69,114,150);
}

.p7AMM.amm-subs-blue.amm-subs-trans ul ul {
  background-color: rgba(69,114,150,0.9);
}

.p7AMM.amm-subs-blue ul ul a {
  color: #FFF;
}

.p7AMM.amm-subs-blue ul ul a:hover, .p7AMM.amm-subs-blue ul ul a:focus, .p7AMM.amm-subs-blue ul ul a.amm-trigger.open {
  background-color: rgb(34,34,34);
  color: #FFF;
}

.p7AMM.amm-active-blue .amm-active, .p7AMM.amm-active-blue .amm-active:hover {
  background-color: rgb(69,114,150);
  color: #FFF;
}

.p7AMM a.blue {
  background-color: rgb(69,114,150) !important;
  color: #FFF !important;
}

.p7AMM a.blue:hover, .p7AMM a.blue:focus {
  background-color: rgb(34,34,34) !important;
  color: #FFF !important;
}

/* ****************************
         SKYBLUE
**************************** */

.p7AMM.amm-root-skyblue {
  background-color: rgb(140,188,208);
  color: #000;
}

.p7AMM.amm-root-skyblue.amm-root-trans {
  background-color: rgba(140,188,208,0.85);
}

.p7AMM.amm-rootlinks-skyblue ul a {
  background-color: rgb(140,188,208);
  color: #000;
}

.p7AMM.amm-rootlinks-skyblue ul a:hover, .p7AMM.amm-rootlinks-skyblue ul a:focus, .p7AMM.amm-rootlinks-skyblue ul a.amm-trigger.open {
  background-color: rgb(34,34,34);
  color: #FFF;
}

.p7AMM.amm-rootlinks-skyblue ul ul a {
  background-color: transparent;
}

.p7AMM.amm-rootlinks-skyblue ul a.amm-trigger {
  background-image: url(img/amm-right-dark.gif);
}

.p7AMM.amm-rootlinks-skyblue ul a.amm-trigger:focus {
  background-image: url(img/amm-right-light.gif);
}

.p7AMM.amm-rootlinks-skyblue ul a.amm-trigger:hover, .p7AMM.amm-rootlinks-skyblue ul a.amm-trigger.open {
  background-image: url(img/amm-down-light.gif);
}

.p7AMM.amm-subs-skyblue ul ul a.amm-trigger {
  background-image: url(img/amm-right-dark.gif);
}

.p7AMM.amm-subs-skyblue ul ul a.amm-trigger:focus {
  background-image: url(img/amm-right-light.gif);
}

.p7AMM.amm-subs-skyblue ul ul a.amm-trigger.open, .p7AMM.amm-subs-skyblue ul ul a.amm-trigger:hover {
  background-image: url(img/amm-down-light.gif);
}

.p7AMM.amm-subs-skyblue ul ul {
  background-color: rgb(140,188,208);
}

.p7AMM.amm-subs-skyblue.amm-subs-trans ul ul {
  background-color: rgba(140,188,208,0.9);
}

.p7AMM.amm-subs-skyblue ul ul a {
  color: #000;
}

.p7AMM.amm-subs-skyblue ul ul a:hover, .p7AMM.amm-subs-skyblue ul ul a:focus, .p7AMM.amm-subs-skyblue ul ul a.amm-trigger.open {
  background-color: rgb(34,34,34);
  color: #FFF;
}

.p7AMM.amm-active-skyblue .amm-active, .p7AMM.amm-active-skyblue .amm-active:hover {
  background-color: rgb(140,188,208);
  color: #000;
}

.p7AMM a.skyblue {
  background-color: rgb(218,239,217) !important;
  color: #000 !important;
}

.p7AMM a.skyblue:hover, .p7AMM a.skyblue:focus {
  background-color: rgb(34,34,34) !important;
  color: #FFF !important;
}

/* ****************************
         SILVER
**************************** */

.p7AMM.amm-root-silver {
  background-color: rgb(200,200,180);
  color: #000;
}

.p7AMM.amm-root-silver.amm-root-trans {
  background-color: rgba(200,200,180,0.85);
}

.p7AMM.amm-rootlinks-silver ul a {
  background-color: rgb(200,200,180);
  color: #000;
}

.p7AMM.amm-rootlinks-silver ul a:hover, .p7AMM.amm-rootlinks-silver ul a:focus, .p7AMM.amm-rootlinks-silver ul a.amm-trigger.open {
  background-color: rgb(34,34,34);
  color: #FFF;
}

.p7AMM.amm-rootlinks-silver ul ul a {
  background-color: transparent;
}

.p7AMM.amm-rootlinks-silver ul a.amm-trigger {
  background-image: url(img/amm-right-dark.gif);
}

.p7AMM.amm-rootlinks-silver ul a.amm-trigger:focus {
  background-image: url(img/amm-right-light.gif);
}

.p7AMM.amm-rootlinks-silver ul a.amm-trigger:hover, .p7AMM.amm-rootlinks-silver ul a.amm-trigger.open {
  background-image: url(img/amm-down-light.gif);
}

.p7AMM.amm-subs-silver ul ul a.amm-trigger {
  background-image: url(img/amm-right-dark.gif);
}

.p7AMM.amm-subs-silver ul ul a.amm-trigger:focus {
  background-image: url(img/amm-right-light.gif);
}

.p7AMM.amm-subs-silver ul ul a.amm-trigger.open, .p7AMM.amm-subs-silver ul ul a.amm-trigger:hover {
  background-image: url(img/amm-down-light.gif);
}

.p7AMM.amm-subs-silver ul ul {
  background-color: rgb(200,200,180);
}

.p7AMM.amm-subs-silver.amm-subs-trans ul ul {
  background-color: rgba(200,200,180,0.9);
}

.p7AMM.amm-subs-silver ul ul a {
  color: #000;
}

.p7AMM.amm-subs-silver ul ul a:hover, .p7AMM.amm-subs-silver ul ul a:focus, .p7AMM.amm-subs-silver ul ul a.amm-trigger.open {
  background-color: rgb(34,34,34);
  color: #FFF;
}

.p7AMM.amm-active-silver .amm-active, .p7AMM.amm-active-silver .amm-active:hover {
  background-color: rgb(200,200,180);
  color: #000;
}

.p7AMM a.silver {
  background-color: rgb(200,200,180) !important;
  color: #000 !important;
}

.p7AMM a.silver:hover, .p7AMM a.silver:focus {
  background-color: rgb(34,34,34) !important;
  color: #FFF !important;
}

/* ****************************
         PURPLE
**************************** */

.p7AMM.amm-root-purple {
  background-color: rgb(17,28,48);
  color: #FFF;
}

.p7AMM.amm-root-purple.amm-root-trans {
  background-color: rgba(17,28,48,0.85);
}

.p7AMM.amm-rootlinks-purple ul a {
  background-color: rgb(17,28,48);
  color: #FFF;
}

.p7AMM.amm-rootlinks-purple ul a:hover, .p7AMM.amm-rootlinks-purple ul a:focus, .p7AMM.amm-rootlinks-purple ul a.amm-trigger.open {
  background-color: rgb(153,153,153);
  color: #000;
}

.p7AMM.amm-rootlinks-purple ul ul a {
  background-color: transparent;
}

.p7AMM.amm-rootlinks-purple ul a.amm-trigger {
  background-image: url(img/amm-right-light.gif);
}

.p7AMM.amm-rootlinks-purple ul a.amm-trigger:focus {
  background-image: url(img/amm-right-dark.gif);
}

.p7AMM.amm-rootlinks-purple ul a.amm-trigger:hover, .p7AMM.amm-rootlinks-purple ul a.amm-trigger.open {
  background-image: url(img/amm-down-dark.gif);
}

.p7AMM.amm-subs-purple ul ul a.amm-trigger {
  background-image: url(img/amm-right-light.gif);
}

.p7AMM.amm-subs-purple ul ul a.amm-trigger.open, .p7AMM.amm-subs-purple ul ul a.amm-trigger:hover {
  background-image: url(img/amm-down-dark.gif);
}

.p7AMM.amm-subs-purple ul ul {
  background-color: rgb(17,28,48);
}

.p7AMM.amm-subs-purple.amm-subs-trans ul ul {
  background-color: rgba(17,28,48,0.9);
}

.p7AMM.amm-subs-purple ul ul a {
  color: #FFF;
}

.p7AMM.amm-subs-purple ul ul a:hover, .p7AMM.amm-subs-purple ul ul a:focus, .p7AMM.amm-subs-purple ul ul a.amm-trigger.open {
  background-color: rgb(153,153,153);
  color: #000;
}

.p7AMM.amm-active-purple .amm-active, .p7AMM.amm-active-purple .amm-active:hover {
  background-color: rgb(17,28,48);
  color: #FFF;
}

.p7AMM a.purple {
  background-color: rgb(17,28,48) !important;
  color: #FFF !important;
}

.p7AMM a.purple:hover, .p7AMM a.purple:focus {
  background-color: rgb(160,100,180) !important;
  color: #000 !important;
}

/* ****************************
         LAVENDER
**************************** */

.p7AMM.amm-root-lavender {
  background-color: rgb(154,77,85);
  color: #FFF;
}

.p7AMM.amm-root-lavender.amm-root-trans {
  background-color: rgba(154,77,85,0.85);
}

.p7AMM.amm-rootlinks-lavender ul a {
  background-color: rgb(154,77,85);
  color: #FFF;
}

.p7AMM.amm-rootlinks-lavender ul a:hover, .p7AMM.amm-rootlinks-lavender ul a:focus, .p7AMM.amm-rootlinks-lavender ul a.amm-trigger.open {
  background-color: rgb(34,34,34);
  color: #FFF;
}

.p7AMM.amm-rootlinks-lavender ul ul a {
  background-color: transparent;
}

.p7AMM.amm-rootlinks-lavender ul a.amm-trigger {
  background-image: url(img/amm-right-light.gif);
}

.p7AMM.amm-rootlinks-lavender ul a.amm-trigger:hover, .p7AMM.amm-rootlinks-lavender ul a.amm-trigger.open {
  background-image: url(img/amm-down-light.gif);
}

.p7AMM.amm-subs-lavender ul ul a.amm-trigger {
  background-image: url(img/amm-right-light.gif);
}

.p7AMM.amm-subs-lavender ul ul a.amm-trigger.open, .p7AMM.amm-subs-lavender ul ul a.amm-trigger:hover {
  background-image: url(img/amm-down-light.gif);
}

.p7AMM.amm-subs-lavender ul ul a.amm-trigger:focus {
  background-image: url(img/amm-right-light.gif);
}

.p7AMM.amm-subs-lavender ul ul {
  background-color: rgb(154,77,85);
}

.p7AMM.amm-subs-lavender.amm-subs-trans ul ul {
  background-color: rgba(154,77,85,0.9);
}

.p7AMM.amm-subs-lavender ul ul a {
  color: #FFF;
}

.p7AMM.amm-subs-lavender ul ul a:hover, .p7AMM.amm-subs-lavender ul ul a:focus, .p7AMM.amm-subs-lavender ul ul a.amm-trigger.open {
  background-color: rgb(34,34,34);
  color: #FFF;
}

.p7AMM.amm-active-lavender .amm-active, .p7AMM.amm-active-lavender .amm-active:hover {
  background-color: rgb(154,77,85);
  color: #FFF;
}

.p7AMM a.lavender {
  background-color: rgb(154,77,85) !important;
  color: #FFF !important;
}

.p7AMM a.lavender:hover, .p7AMM a.lavender:focus {
  background-color: rgb(34,34,34) !important;
  color: #FFF !important;
}

/* ****************************
         BEIGE
**************************** */

.p7AMM.amm-root-beige {
  background-color: rgb(231,213,175);
  color: #000;
}

.p7AMM.amm-root-beige.amm-root-trans {
  background-color: rgba(231,213,175,0.85);
}

.p7AMM.amm-rootlinks-beige ul a {
  background-color: rgb(231,213,175);
  color: #000;
}

.p7AMM.amm-rootlinks-beige ul a:hover, .p7AMM.amm-rootlinks-beige ul a:focus, .p7AMM.amm-rootlinks-beige ul a.amm-trigger.open {
  background-color: rgb(34,34,34);
  color: #FFF;
}

.p7AMM.amm-rootlinks-beige ul ul a {
  background-color: transparent;
}

.p7AMM.amm-rootlinks-beige ul a.amm-trigger {
  background-image: url(img/amm-right-dark.gif);
}

.p7AMM.amm-rootlinks-beige ul a.amm-trigger:focus {
  background-image: url(img/amm-right-light.gif);
}

.p7AMM.amm-rootlinks-beige ul a.amm-trigger:hover, .p7AMM.amm-rootlinks-beige ul a.amm-trigger.open {
  background-image: url(img/amm-down-light.gif);
}

.p7AMM.amm-subs-beige ul ul a.amm-trigger {
  background-image: url(img/amm-right-dark.gif);
}

.p7AMM.amm-subs-beige ul ul a.amm-trigger:focus {
  background-image: url(img/amm-right-light.gif);
}

.p7AMM.amm-subs-beige ul ul a.amm-trigger.open, .p7AMM.amm-subs-beige ul ul a.amm-trigger:hover {
  background-image: url(img/amm-down-light.gif);
}

.p7AMM.amm-subs-beige ul ul {
  background-color: rgb(231,213,175);
}

.p7AMM.amm-subs-beige.amm-subs-trans ul ul {
  background-color: rgba(231,213,175,0.9);
}

.p7AMM.amm-subs-beige ul ul a {
  color: #000;
}

.p7AMM.amm-subs-beige ul ul a:hover, .p7AMM.amm-subs-beige ul ul a:focus, .p7AMM.amm-subs-beige ul ul a.amm-trigger.open {
  background-color: rgb(34,34,34);
  color: #FFF;
}

.p7AMM.amm-active-beige .amm-active, .p7AMM.amm-active-beige .amm-active:hover {
  background-color: rgb(231,213,175);
  color: #000;
}

.p7AMM a.beige {
  background-color: rgb(231,213,175) !important;
  color: #000 !important;
}

.p7AMM a.beige:hover, .p7AMM a.beige:focus {
  background-color: rgb(100,100,100) !important;
  color: #FFF !important;
}

/* ****************************
         WINE
**************************** */

.p7AMM.amm-root-wine {
  background-color: rgb(167,27,27);
  color: #FFF;
}

.p7AMM.amm-root-wine.amm-root-trans {
  background-color: rgba(167,27,27,0.85);
}

.p7AMM.amm-rootlinks-wine ul a {
  background-color: rgb(167,27,27);
  color: #FFF;
}

.p7AMM.amm-rootlinks-wine ul a:hover, .p7AMM.amm-rootlinks-wine ul a:focus, .p7AMM.amm-rootlinks-wine ul a.amm-trigger.open {
  background-color: rgb(34,34,34);
  color: #FFF;
}

.p7AMM.amm-rootlinks-wine ul ul a {
  background-color: transparent;
}

.p7AMM.amm-rootlinks-wine ul a.amm-trigger {
  background-image: url(img/amm-right-light.gif);
}

.p7AMM.amm-rootlinks-wine ul a.amm-trigger:hover, .p7AMM.amm-rootlinks-wine ul a.amm-trigger.open {
  background-image: url(img/amm-down-light.gif);
}

.p7AMM.amm-subs-wine ul ul a.amm-trigger, .p7AMM.amm-subs-wine ul ul a.amm-trigger:focus {
  background-image: url(img/amm-right-light.gif);
}

.p7AMM.amm-subs-wine ul ul a.amm-trigger.open, .p7AMM.amm-subs-wine ul ul a.amm-trigger:hover {
  background-image: url(img/amm-down-light.gif);
}

.p7AMM.amm-subs-wine ul ul {
  background-color: rgb(167,27,27);
}

.p7AMM.amm-subs-wine.amm-subs-trans ul ul {
  background-color: rgba(167,27,27,0.9);
}

.p7AMM.amm-subs-wine ul ul a {
  color: #FFF;
}

.p7AMM.amm-subs-wine ul ul a:hover, .p7AMM.amm-subs-wine ul ul a:focus, .p7AMM.amm-subs-wine ul ul a.amm-trigger.open {
  background-color: rgb(34,34,34);
  color: #FFF;
}

.p7AMM.amm-active-wine .amm-active, .p7AMM.amm-active-wine .amm-active:hover {
  background-color: rgb(167,27,27);
  color: #FFF;
}

.p7AMM a.wine {
  background-color: rgb(167,27,27) !important;
  color: #FFF !important;
}

.p7AMM a.wine:hover, .p7AMM a.wine:focus {
  background-color: rgb(34,34,34) !important;
  color: #FFF !important;
}

/* ****************************
         FOREST
**************************** */

.p7AMM.amm-root-forest {
  background-color: rgb(107,138,85);
  color: #FFF;
}

.p7AMM.amm-root-forest.amm-root-trans {
  background-color: rgba(107,138,85,0.85);
}

.p7AMM.amm-rootlinks-forest ul a {
  background-color: rgb(107,138,85);
  color: #FFF;
}

.p7AMM.amm-rootlinks-forest ul a:hover, .p7AMM.amm-rootlinks-forest ul a:focus, .p7AMM.amm-rootlinks-forest ul a.amm-trigger.open {
  background-color: rgb(34,34,34);
  color: #FFF;
}

.p7AMM.amm-rootlinks-forest ul ul a {
  background-color: transparent;
}

.p7AMM.amm-rootlinks-forest ul a.amm-trigger {
  background-image: url(img/amm-right-light.gif);
}

.p7AMM.amm-rootlinks-forest ul a.amm-trigger:hover, .p7AMM.amm-rootlinks-forest ul a.amm-trigger.open {
  background-image: url(img/amm-down-light.gif);
}

.p7AMM.amm-subs-forest ul ul a.amm-trigger, .p7AMM.amm-subs-forest ul ul a.amm-trigger:focus {
  background-image: url(img/amm-right-light.gif);
}

.p7AMM.amm-subs-forest ul ul a.amm-trigger.open, .p7AMM.amm-subs-forest ul ul a.amm-trigger:hover {
  background-image: url(img/amm-down-light.gif);
}

.p7AMM.amm-subs-forest ul ul {
  background-color: rgb(107,138,85);
}

.p7AMM.amm-subs-forest.amm-subs-trans ul ul {
  background-color: rgba(107,138,85,0.9);
}

.p7AMM.amm-subs-forest ul ul a {
  color: #FFF;
}

.p7AMM.amm-subs-forest ul ul a:hover, .p7AMM.amm-subs-forest ul ul a:focus, .p7AMM.amm-subs-forest ul ul a.amm-trigger.open {
  background-color: rgb(34,34,34);
  color: #FFF;
}

.p7AMM.amm-active-forest .amm-active, .p7AMM.amm-active-forest .amm-active:hover {
  background-color: rgb(107,138,85);
  color: #FFF;
}

.p7AMM a.forest {
  background-color: rgb(107,138,85) !important;
  color: #FFF !important;
}

.p7AMM a.forest:hover, .p7AMM a.forest:focus {
  background-color: rgb(34,34,34) !important;
  color: #FFF !important;
}

/* ****************************
         MIST
**************************** */

.p7AMM.amm-root-mist {
  background-color: rgb(218,239,217);
  color: #000;
}

.p7AMM.amm-root-mist.amm-root-trans {
  background-color: rgba(218,239,217,0.85);
}

.p7AMM.amm-rootlinks-mist ul a {
  background-color: rgb(218,239,217);
  color: #000;
}

.p7AMM.amm-rootlinks-mist ul a:hover, .p7AMM.amm-rootlinks-mist ul a:focus, .p7AMM.amm-rootlinks-mist ul a.amm-trigger.open {
  background-color: rgb(34,34,34);
  color: #FFF;
}

.p7AMM.amm-rootlinks-mist ul ul a {
  background-color: transparent;
}

.p7AMM.amm-rootlinks-mist ul a.amm-trigger {
  background-image: url(img/amm-right-dark.gif);
}

.p7AMM.amm-rootlinks-mist ul a.amm-trigger:focus {
  background-image: url(img/amm-right-light.gif);
}

.p7AMM.amm-rootlinks-mist ul a.amm-trigger:hover, .p7AMM.amm-rootlinks-mist ul a.amm-trigger.open {
  background-image: url(img/amm-down-light.gif);
}

.p7AMM.amm-subs-mist ul ul a.amm-trigger {
  background-image: url(img/amm-right-dark.gif);
}

.p7AMM.amm-subs-mist ul ul a.amm-trigger:focus {
  background-image: url(img/amm-right-light.gif);
}

.p7AMM.amm-subs-mist ul ul a.amm-trigger.open, .p7AMM.amm-subs-mist ul ul a.amm-trigger:hover {
  background-image: url(img/amm-down-light.gif);
}

.p7AMM.amm-subs-mist ul ul {
  background-color: rgb(218,239,217);
}

.p7AMM.amm-subs-mist.amm-subs-trans ul ul {
  background-color: rgba(218,239,217,0.9);
}

.p7AMM.amm-subs-mist ul ul a {
  color: #000;
}

.p7AMM.amm-subs-mist ul ul a:hover, .p7AMM.amm-subs-mist ul ul a:focus, .p7AMM.amm-subs-mist ul ul a.amm-trigger.open {
  background-color: rgb(34,34,34);
  color: #FFF;
}

.p7AMM.amm-active-mist .amm-active, .p7AMM.amm-active-mist .amm-active:hover {
  background-color: rgb(218,239,217);
  color: #000;
}

.p7AMM a.mist {
  background-color: rgb(218,239,217) !important;
  color: #000 !important;
}

.p7AMM a.mist:hover, .p7AMM a.mist:focus {
  background-color: rgb(34,34,34) !important;
  color: #FFF !important;
}

/* ****************************
         GOLD
**************************** */

.p7AMM.amm-root-gold {
  background-color: rgb(226,160,71);
  color: #000;
}

.p7AMM.amm-root-gold.amm-root-trans {
  background-color: rgba(226,160,71,0.85);
}

.p7AMM.amm-rootlinks-gold ul a {
  background-color: rgb(226,160,71);
  color: #000;
}

.p7AMM.amm-rootlinks-gold ul a:hover, .p7AMM.amm-rootlinks-gold ul a:focus, .p7AMM.amm-rootlinks-gold ul a.amm-trigger.open {
  background-color: rgb(34,34,34);
  color: #FFF;
}

.p7AMM.amm-rootlinks-gold ul ul a {
  background-color: transparent;
}

.p7AMM.amm-rootlinks-gold ul a.amm-trigger {
  background-image: url(img/amm-right-dark.gif);
}

.p7AMM.amm-rootlinks-gold ul a.amm-trigger:focus {
  background-image: url(img/amm-right-light.gif);
}

.p7AMM.amm-rootlinks-gold ul a.amm-trigger:hover, .p7AMM.amm-rootlinks-gold ul a.amm-trigger.open {
  background-image: url(img/amm-down-light.gif);
}

.p7AMM.amm-subs-gold ul ul a.amm-trigger {
  background-image: url(img/amm-right-dark.gif);
}

.p7AMM.amm-subs-gold ul ul a.amm-trigger:focus {
  background-image: url(img/amm-right-light.gif);
}

.p7AMM.amm-subs-gold ul ul a.amm-trigger.open, .p7AMM.amm-subs-gold ul ul a.amm-trigger:hover {
  background-image: url(img/amm-down-light.gif);
}

.p7AMM.amm-subs-gold ul ul {
  background-color: rgb(226,160,71);
}

.p7AMM.amm-subs-gold.amm-subs-trans ul ul {
  background-color: rgba(226,160,71,0.9);
}

.p7AMM.amm-subs-gold ul ul a {
  color: #000;
}

.p7AMM.amm-subs-gold ul ul a:hover, .p7AMM.amm-subs-gold ul ul a:focus, .p7AMM.amm-subs-gold ul ul a.amm-trigger.open {
  background-color: rgb(34,34,34);
  color: #FFF;
}

.p7AMM.amm-active-gold .amm-active, .p7AMM.amm-active-gold .amm-active:hover {
  background-color: rgb(226,160,71);
  color: #000;
}

.p7AMM a.gold {
  background-color: rgb(226,160,71) !important;
  color: #000 !important;
}

.p7AMM a.gold:hover, .p7AMM a.gold:focus {
  background-color: rgb(34,34,34) !important;
  color: #FFF !important;
}

/* ***************************
   MENU ROUNDED CORNERS
*************************** */

.p7AMM.amm-root-rounded {
  border-radius: 5px;
}

.p7AMM.amm-rootlinks-rounded ul a {
  border-radius: 5px;
}

.p7AMM.amm-rootlinks-rounded ul ul a {
  border-radius: 0px;
}

.p7AMM.amm-subs-rounded ul ul {
  border-radius: 5px;
}

.p7AMM.amm-subs-rounded ul ul a.amm-last {
  border-radius: 0px 0px 4px 4px;
}

.p7AMM.amm-subs-rounded ul ul a.amm-first {
  border-radius: 4px 4px 0px 0px;
}

.p7AMM.amm-subs-rounded ul ul a.amm-last.amm-first {
  border-radius: 4px;
}

/* ****************************
        BORDERS
**************************** */

.p7AMM.amm-root-border {
  border: 1px solid rgba(0,0,0,0.75);
}

.p7AMM.amm-sub-borders ul ul {
  border: 1px solid rgba(0,0,0,0.75);
}

.p7AMM.amm-rootlink-borders ul a, .p7HMY .hmy-section .p7AMM.amm-rootlink-borders ul li a, .p7AMM.amm-rootlink-borders ul a:hover {
  border: 1px solid rgba(0,0,0,0.75);
}

.p7AMM.amm-rootlink-borders ul ul a, .p7HMY .hmy-section .p7AMM.amm-rootlink-borders ul ul li a, .p7AMM.amm-rootlink-borders ul ul a:hover {
  border: none;
}

/* **************************
    TRIANGLE POINTER
************************** */

.p7AMM.amm-pointer ul ul:after {
  content: '';
  display: block;
  position: absolute;
  height: 0;
  width: 0;
  border-bottom: 10px solid #151515;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  top: -11px;
  left: 32px;
}

.p7AMM.amm-pointer .amm-more ul:after {
  left: 50%;
}

.p7AMM.amm-pointer ul ul ul:after {
  display: none;
}

/* **************************
   Responsive Conversion
************************** */

.p7AMM.amm-responsive .amm-toolbar {
  display: none;
}

@media only screen and (min-width: 0px) and (max-width: 600px) {
  .p7AMM.amm-responsive {
    padding: 0px !important;
  }
}

@media only screen and (min-width: 0px) and (max-width: 600px) {
  .p7AMM.amm-fixed {
    max-height: 100% !important;
    overflow-y: auto;
  }
}

@media only screen and (min-width: 0px) and (max-width: 600px) {
  .p7AMM.amm-responsive li {
    text-align: left !important;
    display: block;
    max-height: 700777px;
  }
}

@media only screen and (min-width: 0px) and (max-width: 600px) {
  .p7AMM.amm-responsive.amm-pointer ul ul:after {
    display: none !important;
  }
}

@media only screen and (min-width: 0px) and (max-width: 600px) {
  .p7AMM.amm-responsive ul ul {
    width: 100%;
    min-width: 0px;
    margin: 0px !important;
    position: relative !important;
  }
}

@media only screen and (min-width: 0px) and (max-width: 600px) {
  .p7AMM.amm-responsive ul, .p7AMM.amm-responsive a {
    border-radius: 0px !important;
  }
}

@media only screen and (min-width: 0px) and (max-width: 600px) {
  .p7AMM.amm-responsive .amm-toolbar {
    display: block;
    text-align: right;
    margin: 0px 0px;
    padding: 0px 10px;
    background-color: #151515;
    color: #FFF !important;
  }
}

@media only screen and (min-width: 0px) and (max-width: 600px) {
  .p7AMM.amm-responsive .amm-toolbar a {
    display: inline-block;
    text-decoration: none;
    font-size: 2rem;
    color: #FFF;
    opacity: 0.7;
  }
}

@media only screen and (min-width: 0px) and (max-width: 600px) {
  .p7AMM.amm-responsive .amm-toolbar a:hover {
    opacity: 1;
  }
}

@media only screen and (min-width: 0px) and (max-width: 600px) {
  .p7AMM.amm-responsive .amm-toolbar.closed a:before {
    content: "Show Menu";
  }
}

@media only screen and (min-width: 0px) and (max-width: 600px) {
  .p7AMM.amm-responsive .amm-toolbar.opened a:before {
    content: "Hide Menu";
  }
}

@media only screen and (min-width: 0px) and (max-width: 600px) {
  .p7AMM.amm-responsive .amm-toolbar.closed a:before, .p7AMM.amm-responsive .amm-toolbar.opened a:before {
    font-size: 1rem !important;
    position: relative;
    top: -.25rem;
    left: -.25rem;
  }
}

@media only screen and (min-width: 0px) and (max-width: 600px) {
  .p7AMM.amm-responsive ul.closed {
    display: none;
  }
}

@media only screen and (min-width: 0px) and (max-width: 600px) {
  .p7AMM.amm-responsive ul.opened {
    display: block;
  }
}

@media only screen and (min-width: 0px) and (max-width: 600px) {
  .p7AMM.amm-responsive li.amm-more {
    display: none !important;
  }
}

@media only screen and (min-width: 0px) and (max-width: 600px) {
  .p7AMM.amm-responsive li.amm-root-moved {
    position: relative !important;
    top: 0px !important;
    left: 0px !important;
  }
}

