/* AMM Custom Color Sets */
/*
******************************
           CUSTOM
******************************
*/
.p7AMM.custom ul a {
	color: rgb(255,255,255);
	background-color: rgb(0,93,37);
}
.p7AMM.custom ul a:hover,
.p7AMM.custom ul a:focus,
.p7AMM.custom ul a.amm-trigger.open {
	background-color: rgba(255,255,255,.5);
	color: rgba(255,255,255,1);
}
.p7AMM.custom ul ul a { 
background-color: transparency;}

.p7AMM.custom ul a.amm-trigger {
background-image: url(../../img/amm-right-dark.gif) !important;
}
.p7AMM.custom ul a.amm-trigger:focus {
background-image: url(../../img/amm-right-light.gif);
}
.p7AMM.custom ul a.amm-trigger.open {
background-image: url(../../img/amm-down-light.gif) !important;
}
.p7AMM.custom ul ul a.amm-trigger {
background-image: url(../../img/amm-right-light.gif);
}
.p7AMM.custom ul ul a.amm-trigger:focus {
background-image: url(../../img/amm-right-light.gif);
}
.p7AMM.custom ul ul a.amm-trigger:hover,
.p7AMM.custom ul ul a.amm-trigger.open {
background-image: url(../../img/amm-down-light.gif) !important;
}
.p7AMM.custom ul ul { background-color: rgba(0,93,37,1); }
.p7AMM.custom.amm-subs-trans ul ul { background-color: rgba(0,93,37,1); }
.p7AMM.custom ul ul a {
color: #FFF;
}
.p7AMM.custom ul ul a:hover,
.p7AMM.custom ul ul a:focus,
.p7AMM.custom ul ul a.amm-trigger.open {
	background-color: rgba(255,255,255,1);
	color: #000;
}


