
 /* DHTML nav
    ==================================================================================================================== */
    
    #navContainer { padding: 4px 0 4px 0; text-align: left; }
    #nav { font: bold 12px arial; color: #60A4B5; text-decoration: none; height: 29px; }    
    #nav td { text-align: center; }
    
    .navTab    { padding-bottom: 2px; border-right: 1px solid #A4C9DD; border-bottom: 1px solid #A4C9DD; cursor: pointer; cursor: hand; }               /* The only cross browser syntax for a pointer hand */
    .navTab_ro { background-color: #f5f5f5; padding-bottom: 2px; border-right: 1px solid #A4C9DD; border-bottom: 1px solid #f5f5f5; cursor: pointer; cursor: hand; }
    .navTab_selected { background-color: #add5da; padding-bottom: 2px; border-right: 1px solid #A4C9DD; border-bottom: 1px solid #A4C9DD; cursor: pointer; cursor: hand; }    
    #navTab_remainingSpace { border-bottom: 1px solid #A4C9DD; }
    
    td.navTab a           { color: #60A4B5; text-decoration: none; }
    td.navTab_ro a        { color: #60A4B5; text-decoration: none; }
    td.navTab_ro a:active { color: #2F7184; }
    td.navTab_selected a  { color: #ffffff; text-decoration: none; }
        
    #subNav { width: 100%; height: 26px; }
    #subNav div { font: bold 11px arial; position: relative; width: 100%; background-color: #f5f5f5; padding-top: 6px; height: 20px; }
    #subNav a { font: bold 11px arial; color: #848484; text-decoration: none; }
    #subNav a:hover { color: #737373; text-decoration: underline; }    
    .subNav_selected { font-weight: bold; color: #60A4B5 !important; }
    