/*font family for page. If you have another style sheet that sets font family, you can delete this rule*/ div, td, p { font-family: Arial, Helvetica, sans-serif; } /*Control DIV for expand all and collapse all links*/ #p7TMctrl { margin: 0 0 5px 0; font-size: 9px; display: block; /*/*/display: block; /* Hide from NN4 */ background-color: #F8F9FB; border: 1px dashed; border-width: 1px 0 0 0; border-color: #004677; vertical-align: top; padding: 0 0 1px 0; } #p7TMctrl p { margin: 0; padding: 5px 0 5px 0; } #p7TMctrl p a{ color: #004677; text-decoration: none; } #p7TMctrl p a:hover { color: #ff9933; } #p7TMctrl a:link { color: #004677; text-decoration: none; } #p7TMctrl a:visited { color: #004677; } #p7TMctrl a:hover { color: #004677; } /*Sets line-height of all menuitems*/ #p7TMnav { /*/*/line-height: 1.35; /* */ } /*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 16px; } /*The Link style for top-level menuitems and is read by all browsers*/ #p7TMnav div a { color: #004677; font-size: 12px; font-weight: bold; } /*The Link style for top-level menuitems hidden from Netscape 4*/ #p7TMnav div a { /*/*/padding: 0px 0 0px 12px; display: block; text-decoration: none; /* */ background-image: url(../images/modules/1/menu/tlo_top.png); border: 0; } #p7TMnav div a:visited { color: #004677; } #p7TMnav div a:hover { color: #eff5ff; background-image: url(../images/modules/1/menu/tlo_top_over.png); } /*The Link style for second-level menuitems*/ #p7TMnav div div a { font-size: 10px; border: 0; font-weight: normal; background-image: url(../images/modules/1/menu/tlo_lev2.png); } /*The Link style for third-level menuitems and lower*/ /*To set a specific style for the fourth level, add a div to the selector*/ /*Fourth-level example syntax: p7TMnav div div div div a {declaration}*/ #p7TMnav div div div a { font-size: 10px; background-image: url(../images/modules/1/menu/tlo_lev3.png); }