dl, dt, dd, ul, li { margin: 0; padding: 0; list-style-type: none; }

#leftnav { position: relative;  border: 0px solid gray;
           width: 232; }

#leftnav dt { cursor: pointer;  text-align: center;
              margin: 0px 0px; text-decoration: none;
              height: 16px;
              line-height: 16px;
              font-size: 7pt;
              color: #000000;
              background: #FFFFFF;}

#leftnav dt a { text-decoration: none; display: block;
                color: #000000;
                background: #FFFFFF;}
#leftnav dt a:hover {
              text-decoration: none;
              background: #BFD9F7; }

#leftnav dd { position: absolute; z-index: 100;
              left: 230px;
              width: 200px;
              margin-top: -24px;
              background: #FFFFFF; border: 1px solid gray; }
#leftnav dd a:hover {
              text-decoration: none;
              background: #BFD9F7; }

#leftnav ul { padding: 0px; }

#leftnav li { text-align: center; font-size: 7pt;
              height: 14px;
              line-height: 14px; }
#leftnav li a { text-decoration: none; display: block;
                color: #000000;}
#leftnav li a:hover {
              text-decoration: none;
              color: #000000;
              background: #BFD9F7; }
