
#header {
	background-color:#e5e4e4 !important;
}

#topBar.dark {
		color:#fff;
		background-color:#025AAA;
}

#topNav ul.dropdown-menu li.active>a,
#topNav ul.dropdown-menu li.active:hover>a,
#topNav ul.dropdown-menu li.active:focus>a {
	color: darkblue;
	background: #8bc2d7;
}

#footer {
	color: rgba(255,255,255,0.6);

	background: #001A32;
	background: -moz-linear-gradient(top, #000055 0%, #001A32 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1A0000), color-stop(100%, #001A32));
	background: -webkit-linear-gradient(top, #000055 0%, #001A32 100%);
	background: -o-linear-gradient(top, #000055 0%, #001A32 100%);
	background: -ms-linear-gradient(top, #000055 0%, #001A32 100%);
	background: linear-gradient(to bottom, #000055 0%,#001A32 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000055', endColorstr='#001A32',GradientType=0 );
}

.menu-bar  {
	background-color:#f2f0f0;
}
