/*w3-overrides*/
a.w3-button:hover {
    text-decoration: none;
}
a.w3-button:focus {
    text-decoration: none;
}
.w3-dropdown-hover {
	font-size: 12px;
}

.w3-dropdown-hover a, .w3-dropdown-hover div a {
  padding-left: 8px !important;
  padding-right: 8px !important;
}

.w3-sidenav {
  padding-top: 0px!important;
  padding-bottom: 0px!important;
  box-shadow: 0px 0px 0px 0 !important;
  border: 1px solid #ccc!important;
}

.w3-dropdown-hover:nth-child(2) {
  background-color: inherit !important;
}

.w3-dropdown-hover:first-child {
  background-color: inherit !important;
}

/*
 * nbegin
  */ 
.w3-dropdown-hover  .dropdown_box {
  height: 0;
  overflow: hidden;
}

.w3-dropdown-content {
  min-width:100px;
  border-top: 1px solid;
  border-bottom: 1px solid;
  border-color:#D6D6D6;
}

.w3-dropdown-content {
	text-align:left;
}

.w3-dropdown-content a, .w3-dropdown-content a:hover {
  font-size: 1em;
  text-decoration: none;
}
