﻿@media only screen and (max-width: 1023px) {
	.navigation-drop-down-list-btn {
		background-color: #000 !important
	}
	.navigation-drop-down-list {
		background-color: #000 !important
	}
}

.left-current-navigation-header {
    background-color: #000 !important;
}

.left-current-navigation-items a {
   background-color: #000;
}

.left-current-navigation-items .selected a {
   background-color: #404040 !important;
}

.breadcrumb a {
    color: #000;
}

.left-current-navigation-items a:hover {
	background-color: #404040 !important;
}

.ANMSreport {
	width: 100%;
	height: 25px;
	background-color: #3C0172; 
	color: white;
	text-align: center;
	font-weight: 700;
}