/*Sets line-height of all menuitems*/ #p7TMnav { Width: 221px; } /*second level menuitem divs on - Cascades to lower levels*/ /*Sets left margin to 16px establishing a cascading indent*/ #p7TMnav div div { margin: 0 0 0 0px; background-color: #ffffe6; } /*The Link style for top-level menuitems hidden from Netscape 4*/ #p7TMnav div a { /*/*/padding: 1px 0 1px 12px; display: block; background-color: #ebecc0; border-bottom: 1px solid #a89982; text-decoration: none; /* */ color: #333333; Font: Bold 11px Arial; background-color: #ebecc0; Padding: 10px 0px 10px 20px; } #p7TMnav div a:hover { background-color: #e3e2b6; } /*The Link style for second-level menuitems*/ #p7TMnav div div a { font-size: 11px; background-color: transparent; Padding: 5px 0px 5px 20px; border-bottom: 1px dashed #dac8ae; border-top: 0; border-right: 0; border-left: 0; } #p7TMnav div div a:hover { color: #000000; background-color: #f6f6df; } /*The Link style for third-level menuitems*/ #p7TMnav div div div a { font-size: 11px; background-color: #e3e3e3; Padding: 5px 0px 5px 20px; border-bottom: 1px dashed #dac8ae; border-top: 0; border-right: 0; border-left: 0; } #p7TMnav div div div a:hover { color: #000000; background-color: #cccccc; } /*rules programatically assigned to parent links when image-based plus and minus option is selected. The padding on the 4 following rules supercedes (via !important) the padding on the p7TMnav div a selector when you've chosen the option to use images for the plus and minus signs*/ .p7plusmark { background-repeat: no-repeat; background-image: url(../Images/Navigation-Side/Triangle_Right.gif); background-position: 6px 50%; padding: 1px 0 1px 20px; } .p7minusmark { background-repeat: no-repeat; background-image: url(../Images/Navigation-Side/Triangle_Down.gif); background-position: 6px 50%; padding: 1px 0 1px 20px; } .p7defmark { background-image: none; padding: 1px 0 1px 20px; } .p7currentmark { padding: 1px 0 1px 20px; color: #FFFFFF !important; background-color: #7a0011 !important; } /* 2nd level nav specific */ #p7TMnav div div .p7plusmark { background-repeat: no-repeat; background-image: url(../Images/Navigation-Side/p7t_plus.gif); background-position: 6px 50%; Padding: 5px 0px 5px 20px; } #p7TMnav div div .p7minusmark { background-repeat: no-repeat; background-image: url(../Images/Navigation-Side/p7t_minus.gif); background-position: 6px 50%; } /* 3rd level nav specific */ #p7TMnav div div div .p7currentmark { padding: 5px 0px 5px 20px; color: #FFFFFF !important; background-color: #a8a8a8 !important; }