code { font-family: "Courier New" ,Courier; }
#acc { width: 180px; list-style: none; color: #033; margin: 0 auto 40px; display: block; }
#acc h3 { font-size: 12px; width: 166px; border: 1px solid #9ac1c9; padding: 6px 6px 8px; font-weight: bold; margin-top: 5px; cursor: pointer; 
          background: url(../../images/nav/header.gif); }
#acc h3:hover { background: url(../../images/nav/header_over.gif); }
#acc .acc-section { overflow: hidden; background: #fff; }
#acc .acc-content { width: 168px; padding: 5px; border: 1px solid #9ac1c9; border-top: none; background: #fff; }

#nested { width: 148px; list-style: none; color: #033; margin-bottom: 15px; }
#nested h3 { width: 134px; border: 1px solid #9ac1c9; padding: 6px 6px 8px; font-weight: bold; margin-top: 5px; cursor: pointer; 
             background: url(../../images/nav/header.gif); }
#nested h3:hover { background: url(../../images/nav/header_over.gif); }
#nested .acc-section { overflow: hidden; background: #fff; }
#nested .acc-content { width: 126px; padding: 5px; border: 1px solid #9ac1c9; border-top: none; background: #fff; }
#nested .acc-selected { background: url(../../images/nav/header_over.gif); }
