
.navbar {
    height: 39px;
	background-image: url("images/tab_grad_eng-2.jpg");
    background-repeat: repeat-x;
	 background-size: auto;
}

/* override styles when printing */
@media print {

.navbar {
     height: 39px;
	background-image: none;
	 background-size: auto;
}
}


.navbar-purple {
    height: 39px;
	background-image: url("images/tab_grad_edu.jpg");
    background-repeat: repeat-x;
	 background-size: auto;
}
/* The screen (or content) of the device */
.smartphone .navbar {
  background: green;
}

.navbar-type {
font-family: Helvetica, sans-serif;
font-weight: bold;
width: 1200px;
margin-left: auto;
margin-right: auto;
}

.navbar a {
    float: left;
    font-size: 14px;
    color: white;
    text-align: center;
    /*padding: 12.5px 22px 12.5px 22px;*/
    text-decoration: none;
}


/* override styles when printing */
@media print {

.navbar a {
    float: left;
    font-size: 14px;
    color: black;
    text-align: center;
    /*padding: 12.5px 22px 12.5px 22px;*/
    text-decoration: none;
}
}



.navbar-purple a {
    float: left;
    font-size: 14px;
    color: white;
    text-align: center;
    /*padding: 12.5px 22px 12.5px 22px;*/
    text-decoration: none;
}

.dropdown {
     float: left;
    /* overflow: hidden; */
    z-index: 5000;
    position: relative;
}

.dropdown .dropbtn {
   font-size: 14px;
   border: none;
   outline: none;
   color: white;
   padding: 12.5px 22px 12.5px 22px;
   background: url("/images/tab_grad_eng-2.jpg") repeat-x;
   font-family: inherit;
   font-weight: bold;
	height: 39px;
	width: 190px;
	text-align: left;
}


/* override styles when printing */
@media print {

.dropdown .dropbtn {
   font-size: 14px;
   border: none;
   outline: none;
   color: white;
   padding: 12.5px 22px 12.5px 22px;
   background: none;
   font-family: inherit;
   font-weight: bold;
	height: 39px;
	width: 190px;
	text-align: left;
}
}


.dropdown .dropbtn-purple {
   font-size: 14px;
   border: none;
   outline: none;
   color: white;
   padding: 12.5px 22px 12.5px 22px;
   background: url("/images/tab_grad_edu.jpg") repeat-x;
   font-family: inherit;
   font-weight: bold;
	height: 39px;
	width: 190px;
	text-align: left;
}

.dropdown .dropbtn-matrix {
    font-size: 14px;
    border: none;
    outline: none;
    color: white;
    padding: 12.5px 22px 12.5px 22px;
    background: none;
    color: black;
    font-family: inherit;
    font-weight: bold;
    width: 295px;
    text-align: center;
 }

#products {
width: 200px;
}

#matrix {
    width: 295px;
    background: none;
    color: black;
    background-color: white;
    line-height: .6;
    }

    #matrix  a:hover {
        background-color: #f6f6f6;
        color: #056a05;
    }

.dropdown .dropbtn-matrix  a {
        color: #294162;
        font-size: 11pt;
        font-weight: bold;
        }   

.navbar a:hover, .dropdown:hover .dropbtn {
   background: gray;
}

.navbar-purple a:hover, .dropdown:hover .dropbtn-purple {
   background: gray;
}


.dropdown-content {
    display: none;
    position: absolute;
	font-weight: normal;
    background-color: #f9f9f9;
    min-width: 190px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content-matrix {
    display: none;
    position: absolute;
	font-weight: normal;
    background-color: #f9f9f9;
    width: 300px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content a {
float: none;
color: black;
padding: 8px 8px;
text-decoration: none;
display: block;
text-align: left;
font-size: 12px;
	}

 .dropdown-content-matrix a {
    float: none;
    color: black;
    padding: 8px 8px;
    text-decoration: none;
    display: block;
    text-align: center;
    font-size: 12px;
            }

.dropdown-content a:hover {
  background: #983430;
  color: #ffffff;   
}

.dropdown-content-matrix a:hover {
    background: #f9f9f9;
    color: #ffffff;
  }

.dropdown:hover .dropdown-content {
    display: block;
}