/* AMM Custom Color Sets */


/*
******************************
         EPIC
******************************
*/


.p7AMM.epic {
	background-color: rgba(225,37,37,1.00);
}
.p7AMM.amm-root-trans.epic  {
	background-color: rgba(225,37,37,1.00) !important;
}
.p7AMM.epic  ul a {
	color: #FFFFFF;
	background-color: rgba(0,0,0,1.00);
}
.p7AMM.epic  ul a:hover,
.p7AMM.epic  ul a:focus,
.p7AMM.epic  ul a.amm-trigger.open {
	background-color: rgba(237,31,41,1.00);
	color: #FFF;
}
.p7AMM.epic  ul ul a {
	background-color: transparent;
}
.p7AMM.epic  ul a.amm-trigger {
	background-image: url(img/amm-right-light.gif) !important;
}
.p7AMM.epic  ul a.amm-trigger:focus {
	background-image: url(img/amm-right-light.gif);
}
.p7AMM.epic  ul a.amm-trigger.open {
	background-image: url(img/amm-down-light.gif) !important;
}
.p7AMM.epic  ul ul a.amm-trigger {
	background-image: url(img/amm-right-light.gif);
}
.p7AMM.epic  ul ul a.amm-trigger:focus {
	background-image: url(img/amm-right-light.gif);
}
.p7AMM.epic  ul ul a.amm-trigger:hover,
.p7AMM.epic  ul ul a.amm-trigger.open {
	background-image: url(img/amm-down-light.gif) !important;
}
.p7AMM.epic  ul ul {
	background-color: rgb(32,48,100);
}
.p7AMM.epic.amm-subs-trans ul ul {
	background-color: rgba(32,48,100,0.85);
}
.p7AMM.epic  ul ul a {
	color: #FFF;
}
.p7AMM.epic  ul ul a:hover,
.p7AMM.epic  ul ul a:focus,
.p7AMM.epic  ul ul a.amm-trigger.open {
	background-color: rgb(0,0,0);
	color: #FFF;
}
/********SET COLOR OF ACTIVE PAGE BACKGROUND COLOR********/
.p7AMM.epic li a.current_mark {
background-color: rgba(237,31,41,1.00);
}
