.navBar {
	
	background: #87878a;
	
}

.menuList li a:hover {
	background: #4c4674;
	color: white;
}

li.selected {
	background: #4c4674;
	color: white !important;
}

li .selected {
	background: #4c4674;
	color: white !important;
}

.nav-link {
	
	color: white;
	
}

.show {
	
	color: white !important;
	
}

.dropdown-item {
	
	color: black;
}

.navbar-brand{
	
	color: white;
	font-weight: bold;
	
}

.nav-item {
	
	width:auto!important;
	font-weight: bold;
	
}

.selected .dropdown-item a {
	
	color: white !important;
}

.navbar-brand {
	
	color: white !important;
	
}

.navbar-brand a:hover {
	
	color: white !important;
	
}

.hide {
	
	display: none;
	
}

.submenu a {
	
	color: #666666;
	
}

.submenu a:hover {
	
	color: #101010 !important;
	
}

.submenu .selected {
	background-color:#f8f9fa !important;
	color: #666666 !important;
}
