/*
#main_nav, #main_nav .sticky, 
#main_nav, #main_nav .top-bar {
  background-color:#0594d5 !important;
}
.top-bar-section .has-dropdown > a:after {
  border-color: none;
  border-left-style: none;
  display: inline-block;
}
.top-bar-section .has-dropdown > a {
  background-color:transparent !important;
}
.top-bar-section .has-dropdown {
  background-image:url('../images/icon_down_arrow.png');
  background-position: 98% 18px;
  background-repeat:no-repeat;
}
.top-bar-section .has-dropdown:hover {
  background-image:url('../images/icon_down_arrow_over.png');
  background-color:#333333 !important;
   
}
.top-bar-section .has-dropdown  a:hover {
  display: inline-block !important;
  background-image: url('../images/icon_down_arrow_over.png') !important;
  background-repeat: no-repeat !important;
  background-position: 98% 18px !important;
  background-color:#333333 !important;
  color:white;
}
*/
