#NetGlobalContainer a {
	color: #5f7042;
	}
	
#NetModuleNav ul li {
		background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5f7042), color-stop(50%, #455230), color-stop(51%, #364026), color-stop(100%, #364026));
		background: -moz-linear-gradient(top, #5f7042 0%, #455230 50%, #364026 51%, #364026 100%);
		background: -webkit-linear-gradient(top, #5f7042 0%, #455230 50%, #364026 51%, #364026 100%);
		background: linear-gradient(top, #5f7042 0%, #455230 50%, #364026 51%, #364026 100%);
		}
		
		#NetModuleNav ul li:hover {
			background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #016741), color-stop(50%, #01472d), color-stop(51%, #013622), color-stop(100%, #013622));
			background: -moz-linear-gradient(top, #016741 0%, #01472d 50%, #013622 51%, #013622 100%);
			background: -webkit-linear-gradient(top, #016741 0%, #01472d 50%, #013622 51%, #013622 100%);
			background: linear-gradient(top, #016741 0%, #01472d 50%, #013622 51%, #013622 100%);
		}

		/*---------- Set the colors -----------*/

#NetBreakingNewsHeader { background-color: #ebebeb; }
	.NetBreakingNewsRotatorContainer, .NetBreakingNewsTab { border: solid 1px #ebebeb; border-width: 0 1px 1px 1px; }  
		.NetBreakingNewsTabSelected, .NetBreakingNewsTabHovered { background-color: #016741; }

.NetFeaturedHealthTipBox, .NetFeaturedHealthToolsBox { background-color: #ebebeb; border: none; }
	.NetPreviousBreakingNewsPageButton, .NetNextBreakingNewsPageButton, .NetPreviousHealthToolButton, .NetNextHealthToolButton { background: url(prevButton.png) 0 0 no-repeat #5b5b5c; width: 25px; height: 25px; display: block; }
		.NetNextBreakingNewsPageButton, .NetNextHealthToolButton { background: url(nextButton.png) 0 0 no-repeat #5b5b5c; }
		.NetPreviousHealthToolButton, .NetNextHealthToolButton {  background: url(prevButton.png) 0 0 no-repeat #5b5b5c; }
		.NetNextHealthToolButton { background: url(nextButton.png) 0 0 no-repeat #5b5b5c; }
		.NetPreviousBreakingNewsPageButton:hover, .NetNextBreakingNewsPageButton:hover, .NetPreviousHealthToolButton:hover, .NetNextHealthToolButton:hover { background-color: #016741; }

.NetBreakingNewsHeadline { color: #596263; }
.NetFeaturedHealthTipHeader { color: #596263; } /*--- Box Headers ---*/
.NetFeaturedHealthTipTeaser, .NetFeaturedHealthToolsRotator { color: #596263 !important; } /*--- Boxes Text ---*/
	.NetFeaturedHealthTipLink, .NetFeaturedHealthTipHeadline, #NetFeaturedHealthTools ul a, #NetFeaturedHealthTools h5 { color: #016741 !important; } /*--- Inside box headers and links ---*/

	.rtsTxt { font-size: 12px; }
#navContainer { z-index: 999; }
