.dropbtn {
  color:  #6D6C48;
  border: none;
  cursor: pointer;
  font-weight: bolder;
  font-size: 11px;
}

.dropbtn:hover {
 color: #c3c2a6;
 background-color :  #003b14 ;
}



.dropdown {
  position: relative;
  display: inline-block;
  text-transform: uppercase;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  color: #003b14 !important;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {
background-color: #f1f1f1;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.dropdown:hover .dropbtn {
 /* background-color: #3e8e41;*/
}

#topMenuBar ul li {
margin-top: 12px !important;

}


#topMenuBar{
overflow: inherit !important;
position: relative !important;
top: -10px !important;
}


.dropdown-content a{
color:black !important;

}

.GridInner thead th{
background-color: #003b14 !important;
}

#customer {
    color: #003b14 !important;

}

.Button{
BACKGROUND-COLOR: #003b14 !important;
}

.Form THEAD TH{
BACKGROUND-COLOR: #003b14 !important;
}

#topMenuBar ul li a{
color: #6D6C48 !important;
}

#topMenuBar ul li a:hover{
 color: #c3c2a6 !important;
 background-color:#003b14 !important;
}