/* AMM Custom Color Sets */



/*
******************************
           CITRUS
******************************
*/
.p7AMM.citrus ul a {
	background-color: rgb(255,204,0);
	color: #000;
}
.p7AMM.citrus ul a:hover,
.p7AMM.citrus ul a:focus,
.p7AMM.citrus ul a.amm-trigger.open {
	background-color: rgb(56,247,9);
	color: #000;
}
.p7AMM.citrus ul ul a {
	background-color: transparent;
}
.p7AMM.citrus ul a.amm-trigger {
	background-image: url(img/amm-right-dark.gif) !important;
}
.p7AMM.citrus ul a.amm-trigger:focus {
	background-image: url(img/amm-right-dark.gif);
}
.p7AMM.citrus ul a.amm-trigger.open {
	background-image: url(img/amm-down-dark.gif) !important;
}
.p7AMM.citrus ul ul a.amm-trigger,
.p7AMM.citrus ul ul a.amm-trigger:focus {
	background-image: url(img/amm-right-dark.gif);
}
.p7AMM.citrus ul ul a.amm-trigger:hover,
.p7AMM.citrus ul ul a.amm-trigger.open {
	background-image: url(img/amm-down-dark.gif) !important;
}
.p7AMM.citrus ul ul {
	background-color: rgb(255,255,255);
}
.p7AMM.citrus.amm-subs-trans ul ul {
	background-color: rgba(255,255,255,0.9);
}
.p7AMM.citrus ul ul a {
	color: #000;
}
.p7AMM.citrus ul ul a:hover,
.p7AMM.citrus ul ul a:focus,
.p7AMM.citrus ul ul a.amm-trigger.open {
	background-color: rgb(56,247,9) !important;
	color: #000 !important;
}

/*
******************************
         HABANERO
******************************
*/

.p7AMM.habanero ul a {
	color: #000000;
	background-color: rgb(235,70,50);
}
.p7AMM.habanero ul a:hover,
.p7AMM.habanero ul a:focus,
.p7AMM.habanero ul a.amm-trigger.open {
	background-color: rgb(24,220,120);
	color: #FFF;
}
.p7AMM.habanero ul ul a {
	background-color: transparent;
}
.p7AMM.habanero ul a.amm-trigger {
	background-image: url(img/amm-right-dark.gif) !important;
}
.p7AMM.habanero ul a.amm-trigger:focus {
	background-image: url(img/amm-right-light.gif);
}
.p7AMM.habanero ul a.amm-trigger.open {
	background-image: url(img/amm-down-light.gif) !important;
}
.p7AMM.habanero ul ul a.amm-trigger {
	background-image: url(img/amm-right-light.gif);
}
.p7AMM.habanero ul ul a.amm-trigger:focus {
	background-image: url(img/amm-right-light.gif);
}
.p7AMM.habanero ul ul a.amm-trigger:hover,
.p7AMM.habanero ul ul a.amm-trigger.open {
	background-image: url(img/amm-down-light.gif) !important;
}
.p7AMM.habanero ul ul {
	background-color: rgb(24,220,120);
}
.p7AMM.habanero.amm-subs-trans ul ul {
	background-color: rgba(24,220,120,0.85);
}
.p7AMM.habanero ul ul a {
	color: #FFF;
}
.p7AMM.habanero ul ul a:hover,
.p7AMM.habanero ul ul a:focus,
.p7AMM.habanero ul ul a.amm-trigger.open {
	background-color: rgb(0,0,0);
	color: #FFF;
}
/*
******************************
         PVC GREY
******************************
*/
.p7AMM.pvcgrey ul a {
color: #000000;
background-color: rgb(192,192,192);
}
.p7AMM.pvcgrey ul a:hover,
.p7AMM.pvcgrey ul a:focus,
.p7AMM.pvcgrey ul a.amm-trigger.open {
background-color: rgb(165,165,165);
color: #FFF;
}
.p7AMM.pvcgrey ul ul a {
background-color: transparent;
}
.p7AMM.pvcgrey ul a.amm-trigger {
background-image: url(img/amm-right-dark.gif) !important;
}
.p7AMM.pvcgrey ul a.amm-trigger:focus {
background-image: url(img/amm-right-light.gif);
}
.p7AMM.pvcgrey ul a.amm-trigger.open {
background-image: url(img/amm-down-light.gif) !important;
}
.p7AMM.pvcgrey ul ul a.amm-trigger {
background-image: url(img/amm-right-light.gif);
}
.p7AMM.pvcgrey ul ul a.amm-trigger:focus {
background-image: url(img/amm-right-light.gif);
}
.p7AMM.pvcgrey ul ul a.amm-trigger:hover,
.p7AMM.pvcgrey ul ul a.amm-trigger.open {
background-image: url(img/amm-down-light.gif) !important;
}
.p7AMM.pvcgrey ul ul {
background-color: rgb(165,165,165);
}
.p7AMM.pvcgrey.amm-subs-trans ul ul {
background-color: rgba(165,165,165,0.85);
}
.p7AMM.pvcgrey ul ul a {
color: #FFF;
}
.p7AMM.pvcgrey ul ul a:hover,
.p7AMM.pvcgrey ul ul a:focus,
.p7AMM.pvcgrey ul ul a.amm-trigger.open {
background-color: rgb(0,0,0);
color: #FFF;
}
.p7AMM a.pvcgrey {
background-color: rgb(192,192,192) !important;
color: #000 !important;
}
.p7AMM a.pvcgrey:hover,
.p7AMM a.pvcgrey:focus {
background-color: rgb(165,165,165) !important;
color: #FFF !important;
}
/*
******************************
         STEEL
******************************
*/
.p7AMM.steel ul a {
color: #000000;
background-color: rgb(107,108,110);
}
.p7AMM.steel ul a:hover,
.p7AMM.steel ul a:focus,
.p7AMM.steel ul a.amm-trigger.open {
background-color: rgb(86,87,88);
color: #FFF;
}
.p7AMM.steel ul ul a {
background-color: transparent;
}
.p7AMM.steel ul a.amm-trigger {
background-image: url(img/amm-right-dark.gif) !important;
}
.p7AMM.steel ul a.amm-trigger:focus {
background-image: url(img/amm-right-light.gif);
}
.p7AMM.steel ul a.amm-trigger.open {
background-image: url(img/amm-down-light.gif) !important;
}
.p7AMM.steel ul ul a.amm-trigger {
background-image: url(img/amm-right-light.gif);
}
.p7AMM.steel ul ul a.amm-trigger:focus {
background-image: url(img/amm-right-light.gif);
}
.p7AMM.steel ul ul a.amm-trigger:hover,
.p7AMM.steel ul ul a.amm-trigger.open {
background-image: url(img/amm-down-light.gif) !important;
}
.p7AMM.steel ul ul {
background-color: rgb(86,87,88);
}
.p7AMM.steel.amm-subs-trans ul ul {
background-color: rgba(86,87,88,0.85);
}
.p7AMM.steel ul ul a {
color: #FFF;
}
.p7AMM.steel ul ul a:hover,
.p7AMM.steel ul ul a:focus,
.p7AMM.steel ul ul a.amm-trigger.open {
background-color: rgb(0,0,0);
color: #FFF;
}
.p7AMM a.steel {
background-color: rgb(107,108,110) !important;
color: #000 !important;
}
.p7AMM a.steel:hover,
.p7AMM a.steel:focus {
background-color: rgb(86,87,88) !important;
color: #FFF !important;
}
/*
******************************
         AERIAL
******************************
*/
.p7AMM.aerial ul a {
color: #000000;
background-color: rgb(177,210,55);
}
.p7AMM.aerial ul a:hover,
.p7AMM.aerial ul a:focus,
.p7AMM.aerial ul a.amm-trigger.open {
background-color: rgb(124,151,34);
color: #FFF;
}
.p7AMM.aerial ul ul a {
background-color: transparent;
}
.p7AMM.aerial ul a.amm-trigger {
background-image: url(img/amm-right-dark.gif) !important;
}
.p7AMM.aerial ul a.amm-trigger:focus {
background-image: url(img/amm-right-light.gif);
}
.p7AMM.aerial ul a.amm-trigger.open {
background-image: url(img/amm-down-light.gif) !important;
}
.p7AMM.aerial ul ul a.amm-trigger {
background-image: url(img/amm-right-light.gif);
}
.p7AMM.aerial ul ul a.amm-trigger:focus {
background-image: url(img/amm-right-light.gif);
}
.p7AMM.aerial ul ul a.amm-trigger:hover,
.p7AMM.aerial ul ul a.amm-trigger.open {
background-image: url(img/amm-down-light.gif) !important;
}
.p7AMM.aerial ul ul {
background-color: rgb(124,151,34);
}
.p7AMM.aerial.amm-subs-trans ul ul {
background-color: rgba(124,151,34,0.85);
}
.p7AMM.aerial ul ul a {
color: #FFF;
}
.p7AMM.aerial ul ul a:hover,
.p7AMM.aerial ul ul a:focus,
.p7AMM.aerial ul ul a.amm-trigger.open {
background-color: rgb(0,0,0);
color: #FFF;
}
.p7AMM a.aerial {
background-color: rgb(177,210,55) !important;
color: #000 !important;
}
.p7AMM a.aerial:hover,
.p7AMM a.aerial:focus {
background-color: rgb(121,151,34) !important;
color: #FFF !important;
}
/*
******************************
         ENCLOSURES
******************************
*/
.p7AMM.enclosures ul a {
color: #000000;
background-color: rgb(51,102,54);
}
.p7AMM.enclosures ul a:hover,
.p7AMM.enclosures ul a:focus,
.p7AMM.enclosures ul a.amm-trigger.open {
background-color: rgb(33,65,131);
color: #FFF;
}
.p7AMM.enclosures ul ul a {
background-color: transparent;
}
.p7AMM.enclosures ul a.amm-trigger {
background-image: url(img/amm-right-dark.gif) !important;
}
.p7AMM.enclosures ul a.amm-trigger:focus {
background-image: url(img/amm-right-light.gif);
}
.p7AMM.enclosures ul a.amm-trigger.open {
background-image: url(img/amm-down-light.gif) !important;
}
.p7AMM.enclosures ul ul a.amm-trigger {
background-image: url(img/amm-right-light.gif);
}
.p7AMM.enclosures ul ul a.amm-trigger:focus {
background-image: url(img/amm-right-light.gif);
}
.p7AMM.enclosures ul ul a.amm-trigger:hover,
.p7AMM.enclosures ul ul a.amm-trigger.open {
background-image: url(img/amm-down-light.gif) !important;
}
.p7AMM.enclosures ul ul {
background-color: rgb(33,65,131);
}
.p7AMM.enclosures.amm-subs-trans ul ul {
background-color: rgba(33,65,131,0.85);
}
.p7AMM.enclosures ul ul a {
color: #FFF;
}
.p7AMM.enclosures ul ul a:hover,
.p7AMM.enclosures ul ul a:focus,
.p7AMM.enclosures ul ul a.amm-trigger.open {
background-color: rgb(0,0,0);
color: #FFF;
}
.p7AMM a.enclosures {
background-color: rgb(51,102,54) !important;
color: #000 !important;
}
.p7AMM a.enclosures:hover,
.p7AMM a.enclosures:focus {
background-color: rgb(33,65,131) !important;
color: #FFF !important;
}
/*
******************************
         CABLE PLACEMENT TOOLS
******************************
*/
.p7AMM.cabletools ul a {
color: #000000;
background-color: rgb(125,54,149);
}
.p7AMM.cabletools ul a:hover,
.p7AMM.cabletools ul a:focus,
.p7AMM.cabletools ul a.amm-trigger.open {
background-color: rgb(71,31,84);
color: #FFF;
}
.p7AMM.cabletools ul ul a {
background-color: transparent;
}
.p7AMM.cabletools ul a.amm-trigger {
background-image: url(img/amm-right-dark.gif) !important;
}
.p7AMM.cabletools ul a.amm-trigger:focus {
background-image: url(img/amm-right-light.gif);
}
.p7AMM.cabletools ul a.amm-trigger.open {
background-image: url(img/amm-down-light.gif) !important;
}
.p7AMM.cabletools ul ul a.amm-trigger {
background-image: url(img/amm-right-light.gif);
}
.p7AMM.cabletools ul ul a.amm-trigger:focus {
background-image: url(img/amm-right-light.gif);
}
.p7AMM.cabletools ul ul a.amm-trigger:hover,
.p7AMM.cabletools ul ul a.amm-trigger.open {
background-image: url(img/amm-down-light.gif) !important;
}
.p7AMM.cabletools ul ul {
background-color: rgb(71,31,84);
}
.p7AMM.cabletools.amm-subs-trans ul ul {
background-color: rgba(71,31,84,0.85);
}
.p7AMM.cabletools ul ul a {
color: #FFF;
}
.p7AMM.cabletools ul ul a:hover,
.p7AMM.cabletools ul ul a:focus,
.p7AMM.cabletools ul ul a.amm-trigger.open {
background-color: rgb(0,0,0);
color: #FFF;
}
.p7AMM a.cabletools {
background-color: rgb(125,54,149) !important;
color: #000 !important;
}
.p7AMM a.cabletools:hover,
.p7AMM a.cabletools:focus {
background-color: rgb(71,31,84) !important;
color: #FFF !important;
}
/*
******************************
         FIBER
******************************
*/
.p7AMM.fiber ul a {
color: #000000;
background-color: rgb(60,157,191);
}
.p7AMM.fiber ul a:hover,
.p7AMM.fiber ul a:focus,
.p7AMM.fiber ul a.amm-trigger.open {
background-color: rgb(41,111,143);
color: #FFF;
}
.p7AMM.fiber ul ul a {
background-color: transparent;
}
.p7AMM.fiber ul a.amm-trigger {
background-image: url(img/amm-right-dark.gif) !important;
}
.p7AMM.fiber ul a.amm-trigger:focus {
background-image: url(img/amm-right-light.gif);
}
.p7AMM.fiber ul a.amm-trigger.open {
background-image: url(img/amm-down-light.gif) !important;
}
.p7AMM.fiber ul ul a.amm-trigger {
background-image: url(img/amm-right-light.gif);
}
.p7AMM.fiber ul ul a.amm-trigger:focus {
background-image: url(img/amm-right-light.gif);
}
.p7AMM.fiber ul ul a.amm-trigger:hover,
.p7AMM.fiber ul ul a.amm-trigger.open {
background-image: url(img/amm-down-light.gif) !important;
}
.p7AMM.fiber ul ul {
background-color: rgb(41,111,143);
}
.p7AMM.fiber.amm-subs-trans ul ul {
background-color: rgba(41,111,143,0.85);
}
.p7AMM.fiber ul ul a {
color: #FFF;
}
.p7AMM.fiber ul ul a:hover,
.p7AMM.fiber ul ul a:focus,
.p7AMM.fiber ul ul a.amm-trigger.open {
background-color: rgb(0,0,0);
color: #FFF;
}
.p7AMM a.fiber {
background-color: rgb(60,157,191) !important;
color: #000 !important;
}
.p7AMM a.fiber:hover,
.p7AMM a.fiber:focus {
background-color: rgb(41,111,143) !important;
color: #FFF !important;
}
/*
******************************
         SAFETY
******************************
*/
.p7AMM.safety ul a {
color: #000000;
background-color: rgb(234,35,50);
}
.p7AMM.safety ul a:hover,
.p7AMM.safety ul a:focus,
.p7AMM.safety ul a.amm-trigger.open {
background-color: rgb(165,16,28);
color: #FFF;
}
.p7AMM.safety ul ul a {
background-color: transparent;
}
.p7AMM.safety ul a.amm-trigger {
background-image: url(img/amm-right-dark.gif) !important;
}
.p7AMM.safety ul a.amm-trigger:focus {
background-image: url(img/amm-right-light.gif);
}
.p7AMM.safety ul a.amm-trigger.open {
background-image: url(img/amm-down-light.gif) !important;
}
.p7AMM.safety ul ul a.amm-trigger {
background-image: url(img/amm-right-light.gif);
}
.p7AMM.safety ul ul a.amm-trigger:focus {
background-image: url(img/amm-right-light.gif);
}
.p7AMM.safety ul ul a.amm-trigger:hover,
.p7AMM.safety ul ul a.amm-trigger.open {
background-image: url(img/amm-down-light.gif) !important;
}
.p7AMM.safety ul ul {
background-color: rgb(165,16,28);
}
.p7AMM.safety.amm-subs-trans ul ul {
background-color: rgba(165,16,28,0.85);
}
.p7AMM.safety ul ul a {
color: #FFF;
}
.p7AMM.safety ul ul a:hover,
.p7AMM.safety ul ul a:focus,
.p7AMM.safety ul ul a.amm-trigger.open {
background-color: rgb(0,0,0);
color: #FFF;
}
.p7AMM a.safety {
background-color: rgb(234,35,50) !important;
color: #000 !important;
}
.p7AMM a.safety:hover,
.p7AMM a.safety:focus {
background-color: rgb(165,16,28) !important;
color: #FFF !important;
}
/*
******************************
         LOCATE
******************************
*/
.p7AMM.locate ul a {
color: #000000;
background-color: rgb(253,188,24);
}
.p7AMM.locate ul a:hover,
.p7AMM.locate ul a:focus,
.p7AMM.locate ul a.amm-trigger.open {
background-color: rgb(182,132,1);
color: #FFF;
}
.p7AMM.locate ul ul a {
background-color: transparent;
}
.p7AMM.locate ul a.amm-trigger {
background-image: url(img/amm-right-dark.gif) !important;
}
.p7AMM.locate ul a.amm-trigger:focus {
background-image: url(img/amm-right-light.gif);
}
.p7AMM.locate ul a.amm-trigger.open {
background-image: url(img/amm-down-light.gif) !important;
}
.p7AMM.locate ul ul a.amm-trigger {
background-image: url(img/amm-right-light.gif);
}
.p7AMM.locate ul ul a.amm-trigger:focus {
background-image: url(img/amm-right-light.gif);
}
.p7AMM.locate ul ul a.amm-trigger:hover,
.p7AMM.locate ul ul a.amm-trigger.open {
background-image: url(img/amm-down-light.gif) !important;
}
.p7AMM.locate ul ul {
background-color: rgb(24,220,120);
}
.p7AMM.locate.amm-subs-trans ul ul {
background-color: rgba(24,220,120,0.85);
}
.p7AMM.locate ul ul a {
color: #FFF;
}
.p7AMM.locate ul ul a:hover,
.p7AMM.locate ul ul a:focus,
.p7AMM.locate ul ul a.amm-trigger.open {
background-color: rgb(0,0,0);
color: #FFF;
}
.p7AMM a.locate {
background-color: rgb(253,188,24) !important;
color: #000 !important;
}
.p7AMM a.locate:hover,
.p7AMM a.locate:focus {
background-color: rgb(24,220,120) !important;
color: #FFF !important;
}
/*
******************************
         HDD
******************************
*/
.p7AMM.hdd ul a {
color: #000000;
background-color: rgb(255,196,37);
}
.p7AMM.hdd ul a:hover,
.p7AMM.hdd ul a:focus,
.p7AMM.hdd ul a.amm-trigger.open {
background-color: rgb(196,147,25);
color: #FFF;
}
.p7AMM.hdd ul ul a {
background-color: transparent;
}
.p7AMM.hdd ul a.amm-trigger {
background-image: url(img/amm-right-dark.gif) !important;
}
.p7AMM.hdd ul a.amm-trigger:focus {
background-image: url(img/amm-right-light.gif);
}
.p7AMM.hdd ul a.amm-trigger.open {
background-image: url(img/amm-down-light.gif) !important;
}
.p7AMM.hdd ul ul a.amm-trigger {
background-image: url(img/amm-right-light.gif);
}
.p7AMM.hdd ul ul a.amm-trigger:focus {
background-image: url(img/amm-right-light.gif);
}
.p7AMM.hdd ul ul a.amm-trigger:hover,
.p7AMM.hdd ul ul a.amm-trigger.open {
background-image: url(img/amm-down-light.gif) !important;
}
.p7AMM.hdd ul ul {
background-color: rgb(255,196,37);
}
.p7AMM.hdd.amm-subs-trans ul ul {
background-color: rgba(255,196,37,0.85);
}
.p7AMM.hdd ul ul a {
color: #FFF;
}
.p7AMM.hdd ul ul a:hover,
.p7AMM.hdd ul ul a:focus,
.p7AMM.hdd ul ul a.amm-trigger.open {
background-color: rgb(0,0,0);
color: #FFF;
}
.p7AMM a.hdd {
background-color: rgb(255,196,37) !important;
color: #000 !important;
}
.p7AMM a.hdd:hover,
.p7AMM a.hdd:focus {
background-color: rgb(196,147,25) !important;
color: #FFF !important;
}
/*
******************************
         CARLON
******************************
*/
.p7AMM.carlon ul a {
color: #000000;
background-color: rgb(1,171,230);
}
.p7AMM.carlon ul a:hover,
.p7AMM.carlon ul a:focus,
.p7AMM.carlon ul a.amm-trigger.open {
background-color: rgb(1,128,170);
color: #FFF;
}
.p7AMM.carlon ul ul a {
background-color: transparent;
}
.p7AMM.carlon ul a.amm-trigger {
background-image: url(img/amm-right-dark.gif) !important;
}
.p7AMM.carlon ul a.amm-trigger:focus {
background-image: url(img/amm-right-light.gif);
}
.p7AMM.carlon ul a.amm-trigger.open {
background-image: url(img/amm-down-light.gif) !important;
}
.p7AMM.carlon ul ul a.amm-trigger {
background-image: url(img/amm-right-light.gif);
}
.p7AMM.carlon ul ul a.amm-trigger:focus {
background-image: url(img/amm-right-light.gif);
}
.p7AMM.carlon ul ul a.amm-trigger:hover,
.p7AMM.carlon ul ul a.amm-trigger.open {
background-image: url(img/amm-down-light.gif) !important;
}
.p7AMM.carlon ul ul {
background-color: rgb(1,128,170);
}
.p7AMM.carlon.amm-subs-trans ul ul {
background-color: rgba(1,128,170,0.85);
}
.p7AMM.carlon ul ul a {
color: #FFF;
}
.p7AMM.carlon ul ul a:hover,
.p7AMM.carlon ul ul a:focus,
.p7AMM.carlon ul ul a.amm-trigger.open {
background-color: rgb(0,0,0);
color: #FFF;
}
.p7AMM a.carlon {
background-color: rgb(1,171,230) !important;
color: #000 !important;
}
.p7AMM a.carlon:hover,
.p7AMM a.carlon:focus {
background-color: rgb(1,128,170) !important;
color: #FFF !important;
}
/*
******************************
         HDD
******************************
*/
.p7AMM.hdd ul a {
color: #000000;
background-color: rgb(255,196,37);
}
.p7AMM.hdd ul a:hover,
.p7AMM.hdd ul a:focus,
.p7AMM.hdd ul a.amm-trigger.open {
background-color: rgb(196,147,25);
color: #FFF;
}
.p7AMM.hdd ul ul a {
background-color: transparent;
}
.p7AMM.hdd ul a.amm-trigger {
background-image: url(img/amm-right-dark.gif) !important;
}
.p7AMM.hdd ul a.amm-trigger:focus {
background-image: url(img/amm-right-light.gif);
}
.p7AMM.hdd ul a.amm-trigger.open {
background-image: url(img/amm-down-light.gif) !important;
}
.p7AMM.hdd ul ul a.amm-trigger {
background-image: url(img/amm-right-light.gif);
}
.p7AMM.hdd ul ul a.amm-trigger:focus {
background-image: url(img/amm-right-light.gif);
}
.p7AMM.hdd ul ul a.amm-trigger:hover,
.p7AMM.hdd ul ul a.amm-trigger.open {
background-image: url(img/amm-down-light.gif) !important;
}
.p7AMM.hdd ul ul {
background-color: rgb(255,196,37);
}
.p7AMM.hdd.amm-subs-trans ul ul {
background-color: rgba(255,196,37,0.85);
}
.p7AMM.hdd ul ul a {
color: #FFF;
}
.p7AMM.hdd ul ul a:hover,
.p7AMM.hdd ul ul a:focus,
.p7AMM.hdd ul ul a.amm-trigger.open {
background-color: rgb(0,0,0);
color: #FFF;
}
.p7AMM a.hdd {
background-color: rgb(255,196,37) !important;
color: #000 !important;
}
.p7AMM a.hdd:hover,
.p7AMM a.hdd:focus {
background-color: rgb(196,147,25) !important;
color: #FFF !important;
}
