/* AMM vetimred Color Sets */



/*
******************************
           CITRUS
******************************
*/
.p7AMM.citrus ul a {
	background-color: rgb(255,204,0);
	color: #000;
}
.p7AMM.citrus ul a:hover,
.p7AMM.citrus ul a:focus,
.p7AMM.citrus ul a.amm-trigger.open {
	background-color: rgb(56,247,9);
	color: #000;
}
.p7AMM.citrus ul ul a {
	background-color: transparent;
}
.p7AMM.citrus ul a.amm-trigger {
	background-image: url(img/amm-right-dark.gif) !important;
}
.p7AMM.citrus ul a.amm-trigger:focus {
	background-image: url(img/amm-right-dark.gif);
}
.p7AMM.citrus ul a.amm-trigger.open {
	background-image: url(img/amm-down-dark.gif) !important;
}
.p7AMM.citrus ul ul a.amm-trigger,
.p7AMM.citrus ul ul a.amm-trigger:focus {
	background-image: url(img/amm-right-dark.gif);
}
.p7AMM.citrus ul ul a.amm-trigger:hover,
.p7AMM.citrus ul ul a.amm-trigger.open {
	background-image: url(img/amm-down-dark.gif) !important;
}
.p7AMM.citrus ul ul {
	background-color: rgb(255,255,255);
}
.p7AMM.citrus.amm-subs-trans ul ul {
	background-color: rgba(255,255,255,0.9);
}
.p7AMM.citrus ul ul a {
	color: #000;
}
.p7AMM.citrus ul ul a:hover,
.p7AMM.citrus ul ul a:focus,
.p7AMM.citrus ul ul a.amm-trigger.open {
	background-color: rgb(56,247,9) !important;
	color: #000 !important;
}

/*
******************************
         HABANERO
******************************
*/

.p7AMM.habanero ul a {
	color: #000000;
	background-color: rgb(235,70,50);
}
.p7AMM.habanero ul a:hover,
.p7AMM.habanero ul a:focus,
.p7AMM.habanero ul a.amm-trigger.open {
	background-color: rgb(24,220,120);
	color: #FFF;
}
.p7AMM.habanero ul ul a {
	background-color: transparent;
}
.p7AMM.habanero ul a.amm-trigger {
	background-image: url(img/amm-right-dark.gif) !important;
}
.p7AMM.habanero ul a.amm-trigger:focus {
	background-image: url(img/amm-right-light.gif);
}
.p7AMM.habanero ul a.amm-trigger.open {
	background-image: url(img/amm-down-light.gif) !important;
}
.p7AMM.habanero ul ul a.amm-trigger {
	background-image: url(img/amm-right-light.gif);
}
.p7AMM.habanero ul ul a.amm-trigger:focus {
	background-image: url(img/amm-right-light.gif);
}
.p7AMM.habanero ul ul a.amm-trigger:hover,
.p7AMM.habanero ul ul a.amm-trigger.open {
	background-image: url(img/amm-down-light.gif) !important;
}
.p7AMM.habanero ul ul {
	background-color: rgb(24,220,120);
}
.p7AMM.habanero.amm-subs-trans ul ul {
	background-color: rgba(24,220,120,0.85);
}
.p7AMM.habanero ul ul a {
	color: #FFF;
}
.p7AMM.habanero ul ul a:hover,
.p7AMM.habanero ul ul a:focus,
.p7AMM.habanero ul ul a.amm-trigger.open {
	background-color: rgb(0,0,0);
	color: #FFF;
}

/*
******************************
         vetimred
******************************
*/
.p7AMM.vetimred ul a {
    background-color: rgba(0,141,186,1.00);
    color: #FFF;
    font-weight: 100;
}
.p7AMM.vetimred ul a:hover,
.p7AMM.vetimred ul a:focus,
.p7AMM.vetimred ul a.amm-trigger.open {
    background-color: rgba(162,163,163,1.00);
    color: #D4D4D4;
    font-weight: 400;
}
.p7AMM.vetimred ul ul a {
    background-color: transparent;
}
.p7AMM.vetimred ul a.amm-trigger {
    background-image: url(img/amm-right-dark.gif) !important;
}
.p7AMM.vetimred ul a.amm-trigger:focus {
    background-image: url(img/amm-right-light.gif);
}
.p7AMM.vetimred ul a.amm-trigger.open {
    background-image: url(img/amm-down-light.gif) !important;
}
.p7AMM.vetimred ul ul a.amm-trigger {
    background-image: url(img/amm-right-light.gif);
}
.p7AMM.vetimred ul ul a.amm-trigger:focus {
    background-image: url(img/amm-right-light.gif);
}
.p7AMM.vetimred ul ul a.amm-trigger:hover,
.p7AMM.vetimred ul ul a.amm-trigger.open {
    background-image: url(img/amm-down-light.gif) !important;
}
.p7AMM.vetimred ul ul {
    background-color: rgba(107,108,108,1.00);
}
.p7AMM.vetimred.amm-subs-trans ul ul {
    background-color: rgba(107,108,108,0.85);
}
.p7AMM.vetimred ul ul a {
    color: #FFF;
}
.p7AMM.vetimred ul ul a:hover,
.p7AMM.vetimred ul ul a:focus,
.p7AMM.vetimred ul ul a.amm-trigger.open {
    background-color: rgba(0,0,0,0.35);
    color: #FFF;
}

/*
******************************
         vetimblue
******************************
*/
@media only screen and (min-width: 0px) and (max-width: 768px) {
.p7AMM.vetimblue ul a {
    background-color: rgba(0,141,186,1.00)!important;
    color: #FFF!important;
    font-weight: 100!important;
}
.p7AMM.vetimblue ul a:hover,
.p7AMM.vetimblue ul a:focus,
.p7AMM.vetimblue ul a.amm-trigger.open {
    background-color: rgba(162,163,163,1.00)!important;
    color: #D4D4D4!important;
    font-weight: 400!important;
}
.p7AMM.vetimblue ul ul a {
    background-color: transparent!important;
}
.p7AMM.vetimblue ul a.amm-trigger {
    background-image: url(img/amm-right-dark.gif) !important;
}
.p7AMM.vetimblue ul a.amm-trigger:focus {
    background-image: url(img/amm-right-light.gif)!important;
}
.p7AMM.vetimblue ul a.amm-trigger.open {
    background-image: url(img/amm-down-light.gif) !important;
}
.p7AMM.vetimblue ul ul a.amm-trigger {
    background-image: url(img/amm-right-light.gif)!important;
}
.p7AMM.vetimblue ul ul a.amm-trigger:focus {
    background-image: url(img/amm-right-light.gif)!important;
}
.p7AMM.vetimblue ul ul a.amm-trigger:hover,
.p7AMM.vetimblue ul ul a.amm-trigger.open {
    background-image: url(img/amm-down-light.gif) !important;
}
.p7AMM.vetimblue ul ul {
    background-color: rgba(107,108,108,1.00)!important;
}
.p7AMM.vetimblue.amm-subs-trans ul ul {
    background-color: rgba(107,108,108,0.85)!important;
}
.p7AMM.vetimblue ul ul a {
    color: #FFF!important;
}
.p7AMM.vetimblue ul ul a:hover,
.p7AMM.vetimblue ul ul a:focus,
.p7AMM.vetimblue ul ul a.amm-trigger.open {
    background-color: rgba(0,0,0,0.35)!important;
    color: #FFF!important
}
}
