/* Use this stylesheet for any custom CSS code you want automatically applied to all pages. */

#nav-bg {
	display: none !important;
}

#navBackground {
	position: absolute;
	left: 0;
	top: 0;
	height: 30px;
	width: 100%;
	display: block;
	background: #406064;
	-moz-opacity: 0.50;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	opacity: 0.50;
	z-index: 10;
}

#nav {
	x-index: 50;
}

