/* AMM Custom Color Sets */

/*
******************************
         Marla Blue
******************************
*/

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

/*
******************************
         PLAIN
******************************
*/

.p7AMM.plain ul a {
color: #000;
background-color:none;
}
.p7AMM.plain ul a:hover,
.p7AMM.plain ul a:focus,
.p7AMM.plain ul a.amm-trigger.open {
background-color: none;
color: #5B5B5B;
}
.p7AMM.plain ul ul a {
background-color: transparent;
}
.p7AMM.plain ul a.amm-trigger {
background-image: url(img/amm-right-dark.gif) !important;
}
.p7AMM.plain ul a.amm-trigger:focus {
background-image: url(img/amm-right-dark.gif);
}
.p7AMM.plain ul a.amm-trigger.open {
background-image: url(img/amm-down-dark.gif) !important;
}
.p7AMM.plain ul ul a.amm-trigger {
background-image: url(img/amm-right-light.gif);
}
.p7AMM.plain ul ul a.amm-trigger:focus {
background-image: url(img/amm-right-light.gif);
}
.p7AMM.plain ul ul a.amm-trigger:hover,
.p7AMM.plain ul ul a.amm-trigger.open {
background-image: url(img/amm-down-light.gif) !important;
}
.p7AMM.plain ul ul {
background-color: rgb(255,255,255);
}
.p7AMM.plain.amm-subs-trans ul ul {
background-color: rgba(255,255,255,0.85);
}
.p7AMM.plain ul ul a {
color: #000;
}
.p7AMM.plain ul ul a:hover,
.p7AMM.plain ul ul a:focus,
.p7AMM.plain ul ul a.amm-trigger.open {
background-color: rgb(0,0,0);
color: #FFF;
}
