/* Navigation Menu */
/* Remove to support AHRQ Banner Full width
 *   .headertable {margin-left:2px; margin-right:2px}*/

  .bannerrow td {border-right: solid white 3px; border-bottom: solid white 3px}
  .bannerrow td:last-child {border-right:inherit;}

  .menurow td {
      height:50px;
      text-align: center; 
	  font-family: verdana, arial, helvetica, sans-serif;font-size: .8em; color:white; font-weight: 700; 
      border-bottom: solid #66cccc 3px; border-right: solid #66cccc 3px
      }
  .menurow td:last-child {border-right:inherit;}

  .navmenu td {border-bottom: none; border-right: solid #66cccc 3px;}
  
  .dropbtntext {
    display: inline-block;    
    margin:9px 9px;
    height:100%;
  }
  
  .navtopbuffer {display:none;font-size:10%;}
  .navbotbuffer {display:none;font-size:10%;}
  
/* The container <div> - needed to position the dropdown content */
.dropdown {
    width:100%;
    height:100%;
    position: relative;
/*    display: table-cell;*/
    display: inline-block;
}

/* Dropdown Button */
.dropbtn {
    width:100%;
    height:100%;
    margin:0;
    border: none;
    cursor: pointer;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    left:-225px;
    background-color: #a3e0e0;
    min-width: 960px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
    color: black;
    font-size: 100%;
    text-decoration: none;
    display: block;
    font-weight: normal;
    margin-bottom: 3px;
}

.dropdown-content a.NOLINK {
    font-weight: bold;
}
.dropdown-content a.NOLINK:hover {
    font-weight: bold;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #a3e0e0; text-decoration: underline;}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
    background-color: background-color: #a3e0e0;
    text-align: left;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
td .dropdown:hover {
    color:black;
    background-color: #a3e0e0;
}

td .dropdown:hover .dropbtn a {
    color:black;
}

.dropbtn a {
    color:white;
    text-decoration:none;
}
.dropbtn a:hover {
    color:black;
    text-decoration:none;
}
.dropbtn a:visited {
    color:inherit;
    text-decoration:none;
}

.dropdown-content div.navmenucolumn {float:left; margin-bottom:22px;}
.dropdown-content div.navmenucolumn div {padding: 22px 0 0 12px;}

.dropdown-content td {border:none; text-align: left; color:black;}

.dropdown-content .navmenuheader {font-weight:bold;}	

/* For Wrap spacing*/
.dropdown-content div.navmenucolumn a {margin-bottom:6px;line-height:1em;}
.dropdown-content {padding-right:10px;}
	
/* End of Navigation Menu */

<!-- toolbar fonts are in c_config.js.  font-size: 0.7em, font-family: verdana, arial, helvetica, sans-serif -->
