.header .dropdown-menu {
 border-top: solid 2px #5b1f69;
}

.header.navbar-default .navbar-nav > li > a:hover, .header.navbar-default .navbar-nav > .active > a,
.header.navbar-default .navbar-nav >
.active > a:hover, .header.navbar-default .navbar-nav > .active > a:focus {
 color: #fb4f14!important;
 border-top: solid 2px #5b1f69!important;
 background: #fff !important;
}

.header .navbar-nav > li > a:hover, .header .navbar-nav li.active > a,
.header .navbar-nav li.active:hover > a{
color: #fff !important;
border-top: solid 2px #007653 !important;
 
}



.header .nav li.active > a:after {
border-top: #007653 !important;
};



@media (max-width: 767px)
.header.navbar-default .navbar-nav > li > a:hover, .header.navbar-default .navbar-nav > .active > a,
.header.navbar-default .navbar-nav > .active > a:hover, .header.navbar-default .navbar-nav > .active > a:focus {
background: #007653 !important;
color: #fff !important;
}

.navbar-toggle btn navbar-btn{
background: #5b1f69 !important;
}

.header .navbar-btn {
background: #5b1f69 !important;
}

.header .navbar-btn:hover {
	background:#5b1f69 !important;
}