
	 .custom-nav>li>a {
		background-color: #000000 !important;
		color: #ffffff !important;
	}
	 .custom-nav>li>a:hover {
		background-color: #ff0000 !important;
		color: #ffffff !important;
	}
	 .custom-nav>li>a:focus {
		background-color: #ff0000 !important;
		color: #ffffff !important;
	}
	 .custom-nav>li.dropdown.open>ul.dropdown-menu>li>a:hover {
		background-color: #ff0000 !important;
		color: #ffffff !important;
	}
	 .custom-nav>li {
		border-color: #000000 !important;
	}
