@media all { /* Navigation Side Styles */ .ns_row { width: 170px; } table.ns { background: #ECDDBE url(/_image/navigation/lhnav_rh-tile.gif) repeat-y right; margin: 0px; } .ns div.ns_divider { background: url(/_image/navigation/lhnav_dividertile.gif) repeat-x center; margin: 0px 15px 0px 15px; height: 20px; } .ns a:link, .ns a:visited { color: #292526; text-decoration: none; } .ns a:hover { color: #CC0000; } /* Side Navigation Styles */ .ns td.ns_link { padding-left: 15px; } .ns td.ns_link_selected { padding-left: 15px; } .ns td.ns_link_selected a:link, .ns td.ns_link_selected a:visited { color: #CC0000; } .ns td.ns_link_selected_bullet { background-image: url(/_image/chevron_red.gif); background-repeat: no-repeat; } .ns td.ns_footer_left { background: url(/_image/navigation/lhnav_bot-tile.gif) repeat-x bottom; height: 36px; } .ns td.ns_footer_right { background: url(/_image/navigation/lhnav_botrh.gif) no-repeat bottom right; width: 36px; height: 36px; } } @media print { .ns td.ns_footer_left { display: none; } .ns td.ns_footer_right { display: none; } table.ns { background: #FFFFFF; height: 1%; } .ns_row { display: none; } }