#NetGlobalContainer a {
	color: #006790;
	}
	
#NetModuleNav ul li {
		background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0075A3), color-stop(50%, #006C97), color-stop(51%, #006790), color-stop(100%, #006790));
		background: -moz-linear-gradient(top, #0075A3 0%, #006C97 50%, #006790 51%, #006790 100%);
		background: -webkit-linear-gradient(top, #0075A3 0%, #006C97 50%, #006790 51%, #006790 100%);
		background: linear-gradient(top, #0075A3 0%, #006C97 50%, #006790 51%, #006790 100%);
		}
		
		#NetModuleNav ul li:hover {
			background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #007199), color-stop(50%, #00658D), color-stop(51%, #006086), color-stop(100%, #006086));
			background: -moz-linear-gradient(top, #007199 0%, #00658D 50%, #006086 51%, #006086 100%);
			background: -webkit-linear-gradient(top, #007199 0%, #00658D 50%, #006086 51%, #006086 100%);
			background: linear-gradient(top, #007199 0%, #00658D 50%, #006086 51%, #006086 100%);
		}


/*Health library landing page*/

#NetBreakingNewsHeader {background-color: #006790;}
#NetBreakingNews ul {margin: 0;}
.NetBreakingNewsTabSelected {background-color: #E6E7E9 !important; color: #222 !important;}
.NetBreakingNewsTabHovered {background-color: #cccdcf !important;}

#NetFeaturedHealthTip .NetFeaturedHealthTipBox {background-color: #006790; border: 1px solid #006790;}
#NetFeaturedHealthTools .NetFeaturedHealthToolsBox {background-color: #006790;}
#NetFeaturedHealthTools .rrItem div {color: #fff;}
.NetFeaturedHealthTipBoxHeader {background: url('healthTipTop.png') no-repeat;}
.NetFeaturedHealthToolsBoxHeader {background: url('healthToolTop.png') no-repeat;}

.NetHealthInfoToolsPromo a {background: url('healthToolsButton.gif') 0 0 no-repeat; padding: 11px 13px;}
.NetHealthInfoToolsPromo a:hover {background: url('healthToolsButton.gif') 0 -40px no-repeat; color: #3E3E3E !important}

.NetPreviousBreakingNewsPageButton, .NetNextBreakingNewsPageButton, .NetPreviousHealthToolButton, .NetNextHealthToolButton { background: url('prevButton.png') 0 0 no-repeat #0079a8; width: 25px; height: 25px; display: block; } /*--- All Next and Prev buttons ---*/
	.NetNextBreakingNewsPageButton, .NetNextHealthToolButton { background: url('nextButton.png') 0 0 no-repeat #0079a8; }
	.NetPreviousBreakingNewsPageButton:hover, .NetNextBreakingNewsPageButton:hover, .NetPreviousHealthToolButton:hover, .NetNextHealthToolButton:hover { background-color: #008bc2; }

#navContainer {z-index: 999;}