@charset "utf-8";
/* CSS Document for Directives Division websites: Issuances, Forms, Plain Language, GAO, &amp; Information Collections (May 2017) */
/*This CSS file controls the top navigation for all Directives Division websites*/

/**When using css, use "dd_" to indicate this css only applies to Directives Division websites. Using generic css may change 
styles on other ESD websites.**/

    .dd_container_bottomnav {    overflow: hidden;    font-family: Arial; background-color:#FFFFFF;}
	
    .dd_container_bottomnav a {
    float: left;
    font-size: 16px;
    color: black;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    }
	
    .dd_container_bottomnav a:hover, .dd_dropdown:hover .dd_dropbtn {    background-color: #cce7ff;}