/* ----------------------------------- Pop Menu Magic 2 by Project Seven Development www.projectseven.com Menu Type: Vertical Style Theme: 08 - Cayenne ----------------------------------- */ /*Menu Outer Wrapper*/ .p7PMMv08 { width: auto; margin: 0 auto; font-size: .95em; /* 11px; */ padding: 0; text-align: left; line-height: normal; } /*Hide Sub-Menu in Design View*/ .p7PMMv08 ul div { display: none; } /* TOP LEVEL MENU */ .p7PMMv08 ul { margin: 0; padding: 0; } .p7PMMv08 li { list-style-type: none; } .p7PMMv08 a { display: block; text-decoration: none; padding: 10px 16px; background-color: #0096d6; color: #FFFFFF ; text-align: left; margin-bottom: 4px; font-weight: bold; } .p7PMMv08 a:hover { color: #221e1f ; background-color: #CCE3F2 ; } /* Syntax for special classes programatically assigned to first and last links and also LIs See user guide for more information */ .p7PMMv08 ul a.pmmfirst { } .p7PMMv08 ul a.pmmlast { } .p7PMMv08 ul li.pmmfirst { } .p7PMMv08 ul li.pmmlast { } /*First Sub Level*/ .p7PMMv08 ul ul { z-index: 10000; width: 180px; background-color: #0096d6; border: solid 3px #CCE3F2; } .p7PMMv08 ul ul li { background-image: none; background-color: #0096d6; } .p7PMMv08 ul ul a { color: #FFFFFF ; background-color: #0096d6; text-align: left; overflow: hidden; margin: 0px; } .p7PMMv08 ul ul a:hover { color: #221e1f; background-color: #CCE3F2; } /* SPECIAL IMAGE-BASED RULES */ .p7PMMv08 img { border: 0; } .p7PMMv08 .p7PMM_img { padding: 0; border: 0; background-image: none; background-color: transparent; } /* TRIGGERS and CUURENT MARK RULES The Closed state relates to trigger items when their child menus are not showing The Open state relates to trigger items when their child menus are showing Selectors appended with _left Automatically change arrow position and orientation if sub levels are set to fly out to the left */ /*Root Level*/ .p7PMMv08 a.trig_open { } .p7PMMv08 a.trig_closed { background-image: url(/assets/p7pmm/img/pmm_east_dark.gif); background-repeat: no-repeat; background-position: right center; } .p7PMMv08 a.trig_closed_up { background-image: url(/assets/p7pmm/img/pmm_north_dark.gif); background-repeat: no-repeat; background-position: right center; } .p7PMMv08 a.trig_closed_left { background-image: url(/assets/p7pmm/img/pmm_west_dark.gif); background-repeat: no-repeat; background-position: left center; } .p7PMMv08 a.trig_open, .p7PMMv08 a.trig_open_left { color: #221e1f ; background-color: #CCE3F2 ; } /*Sub Level*/ .p7PMMv08 ul ul a.trig_closed { background-image: url(/assets/p7pmm/img/pmm_east_medium.gif); background-repeat: no-repeat; background-position: right center; } .p7PMMv08 ul ul a.trig_closed_left { background-image: url(/assets/p7pmm/img/pmm_west_medium.gif); background-repeat: no-repeat; background-position: left center; } .p7PMMv08 ul ul a.trig_open, .p7PMMv08 ul ul a.trig_open_left { color: #221e1f ; background-color: #CCE3F2 ; background-image: none; } /*The Current Marker (You are here) links*/ .p7PMMv08 .current_mark { font-weight: bold; color: #ffffff ; background-color: #aecc3c ; } .p7PMMv08 ul ul .current_mark { color: #221e1f ; background-color: #CCE3F2 ; } .p7PMMv08 .current_mark:hover { font-weight: bold; color: #ffffff ; background-color: #aecc3c ; }