 #nav li {
    display: inline-block;
    margin-right: 20px;
    position: relative; /* Necessary for absolute positioning of sub-menus */
  }

  #nav li ul {
    display: none; /* Initially hide sub-menus */
    position: absolute;
    top: 100%; /* Position below the parent li */
    left: 0;
    background-color: #f0f0f0;
    padding: 10px;
    border: 1px solid #ccc;
    
  }

  #nav li:hover ul {
    display: block; /* Show sub-menus on hover */
  }
  
  #subnav{
      
      text-align:left;
      
  }
  
  #subnav a{
   white-space: nowrap;
  
  }
  
  #main, #main h1, #main h2, #main h3, #main h4, #main h5, #main h6, #main .button, #nav a, #main dl dt {
    color: #000000 !important;
    
  }
  
  
  #main a {
    color: #bb3eb2 !important;
  }
  
  #main .button.primary {
      background-color: #90618f;
  }
  
  #header p {margin: 0;}
  
  #glossary dt {margin: 2em 0em 0em 0em;}
  
  #footer > * {width: calc(33% - 2em);}
  
  /*#librarylist ul li a {color:#bb3eb2;}*/