/* AMM Custom Color Sets */
/*
******************************
           CUSTOM
******************************
*/
.p7AMM.custom ul a {
	color: rgb(0,0,0);
	background-color: rgb(255,255,255);
}
.p7AMM.custom ul a:hover,
.p7AMM.custom ul a:focus,
.p7AMM.custom ul a.amm-trigger.open {
	background-color: rgba(0,100,81,1);
	color: rgba(255,255,255,1);
}
.p7AMM.custom ul ul a {background-color: transparent; }
.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,100,81,1);
	padding-top: 10px;
	padding-bottom: 10px;
}
.p7AMM.custom.amm-subs-trans ul ul {
	background-color: rgba(0,100,81,.75);
	
}
.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(0,100,81,.75);
	color: #FFF;
}


