#dnnMenu .topLevel>li>a {
  color: #ffffff!important;
  transition: all .4s ease;
  font-size: 1.2em;
}

#dnnMenu .topLevel>.active.open>a, #dnnMenu .topLevel>.active.open>a:hover, #dnnMenu .topLevel>.active.open>a:focus {
   background:transparent; 
}

#dnnMenu .dropdown-menu {
 background: #212121; 
}

#dnnMenu .dropdown-menu li {
   border-bottom: #2c2c2c; 
}

#dnnMenu .topLevel>li.dropdown>a:focus, #dnnMenu .topLevel>li.dropdown>a:hover {
 border-bottom: 4px solid #2c2c2c; 
}

#dnnMenu .topLevel>li>a:focus, #dnnMenu .topLevel>li>a:hover {
 color: #ffffff!important;
  border-bottom: 4px solid #2c2c2c;
}

.hickoryList ul {
font-size: 1.3em;
  line-height: 1.8em;
  list-style: disc outside;
}


#dnn_dnnLOGO_imgLogo {
 max-width: 240px; 
}




