nav.top-bar{
	height: 45px;
}
.top-bar-section .divider{
	border-color: #6BB9DF;

}

.top-bar-section > ul > .divider {
	border-color: #6BB9DF; 
	border-right: 0;
	height: 23px; 
	margin: 8px 0;
}

.top-bar-section ul  a:not(.button):hover{
	background: #1577A6;
}


.top-bar-section ul li ul li a:not(.button){
	background-color: transparent;
	background-image: url(../images/white-90.png) ;
	color: #000;
	padding-top: .25em ;
	padding-bottom: .25em ;
	line-height: 2em;
}



.top-bar-section ul ul li a:not(.button):hover{
	background-color: #ddd;
	background-image: none;
}

.top-bar-section .dropdown{
	min-width: 7em;
	
}


.top-bar-section .dropdown a{
	padding-top:0; padding-bottom: 0;

}

.top-bar-section ul li.active > a {
	background: transparent;

}

.top-bar-section .has-dropdown > a:not(.button) {
      padding-right: 22px; 
}


.top-bar-section .has-dropdown > a:after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border: solid 5px;
	border-color: rgba(255, 255, 255, 0.5) transparent transparent transparent;
	margin-top: -2.5px;
	right: -10px;
}
