/* AMM Custom Color Sets */
/*
******************************
           CUSTOM
******************************
***************************************
  MENU WHEN FIXED ON SCROLL FALLBACK
***************************************
*/
.amm-fixed { background-color: rgba(255,199,9,1); }



*/
.p7AMM.custom ul a {
	color: rgba(44,68,156,1);
	background-color: rgba(255,199,9,1);
	
}
.p7AMM.custom ul a:hover,
.p7AMM.custom ul a:focus,
.p7AMM.custom ul a.amm-trigger.open {
	background-color: rgba(44,68,156,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(28,31,111,.75);
		
}
.p7AMM.custom.amm-subs-trans ul ul { background-color: rgba(255,199,9,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,199,9,1);
	color: #FFF;
}


