#NetGlobalContainer a {
	color: #0869a9;
	}
	
#NetModuleNav ul li {
		background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0668a9), color-stop(50%, #06558a), color-stop(51%, #054a78), color-stop(100%, #0054a78));
		background: -moz-linear-gradient(top, #0668a9 0%, #06558a 50%, #054a78 51%, #054a78 100%);
		background: -webkit-linear-gradient(top, #0668a9 0%, #06558a 50%, #054a78 51%, #0054a78 100%);
		background: linear-gradient(top, #0668a9 0%, #06558a 50%, #054a78 51%, #054a78 100%);
		}
		
		#NetModuleNav ul li:hover {
			background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #043759), color-stop(50%, #02243b), color-stop(51%, #021929), color-stop(100%, #021929));
			background: -moz-linear-gradient(top, #043759 0%, #02243b 50%, #021929 51%, #021929 100%);
			background: -webkit-linear-gradient(top, #043759 0%, #02243b 50%, #021929 51%, #021929 100%);
			background: linear-gradient(top, #043759 0%, #02243b 50%, #021929 51%, #021929 100%);
		}

/*---------- Set the colors -----------*/

/*--- Next and Prev Buttons ---*/
	.NetPreviousBreakingNewsPageButton, .NetNextBreakingNewsPageButton, .NetPreviousHealthToolButton, .NetNextHealthToolButton { background: url(prevButton.png) 0 0 no-repeat #5b5b5c; width: 25px; height: 25px; display: block; } /*--- All Next and Prev buttons ---*/
	.NetNextBreakingNewsPageButton, .NetNextHealthToolButton { background: url(nextButton.png) 0 0 no-repeat #5b5b5c; }
	.NetPreviousBreakingNewsPageButton:hover, .NetNextBreakingNewsPageButton:hover, .NetPreviousHealthToolButton:hover, .NetNextHealthToolButton:hover { background-color: #079948; }

	.NetBreakingNewsTabSelected, .NetBreakingNewsTabHovered { background-color: #079948; } /*--- Background color for the tabs, hover and selected states ---*/

		.NetFeaturedHealthTipHeadline { color: #079948; }
			.NetFeaturedHealthTipTeaser { color: #6D6E71; }
			.NetFeaturedHealthTipLink { color: #0C87C9!important; }

.rtsTxt { font-size: 12px; }
#navContainer { z-index: 999; }
