#NetGlobalContainer a {
	color: #5E9B3C;
	}
	
#NetModuleNav ul li {
		background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #69AE43), color-stop(50%, #62A23E), color-stop(51%, #5E9B3C), color-stop(100%, #5E9B3C));
		background: -moz-linear-gradient(top, #69AE43 0%, #62A23E 50%, #5E9B3C 51%, #5E9B3C 100%);
		background: -webkit-linear-gradient(top, #69AE43 0%, #62A23E 50%, #5E9B3C 51%, #5E9B3C 100%);
		background: linear-gradient(top, #69AE43 0%, #62A23E 50%, #5E9B3C 51%, #5E9B3C 100%);
		}
		
		#NetModuleNav ul li:hover {
			background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #63A43F), color-stop(50%, #5C983A), color-stop(51%, #589138), color-stop(100%, #589138));
			background: -moz-linear-gradient(top, #63A43F 0%, #5C983A 50%, #589138 51%, #589138 100%);
			background: -webkit-linear-gradient(top, #63A43F 0%, #5C983A 50%, #589138 51%, #589138 100%);
			background: linear-gradient(top, #63A43F 0%, #5C983A 50%, #589138 51%, #589138 100%);
		}

/*---------- Set the colors -----------*/

#NetBreakingNewsHeader { background-color: #024943; }
	.NetBreakingNewsRotatorContainer, .NetBreakingNewsTab { border: solid 1px #024943; border-width: 0 1px 1px 1px; }  
		.NetBreakingNewsTabSelected, .NetBreakingNewsTabHovered { background-color: #024943; }
#NetFeatures { margin: 0px 0 15px 0; }

.NetFeaturedHealthTipBox, .NetFeaturedHealthToolsBox { background-color: #f7f7eb; border: none; }
	.NetPreviousBreakingNewsPageButton, .NetNextBreakingNewsPageButton, .NetPreviousHealthToolButton, .NetNextHealthToolButton { background: url(prevButton.png) 0 0 no-repeat #024943; width: 25px; height: 25px; display: block; }
		.NetNextBreakingNewsPageButton, .NetNextHealthToolButton { background: url(nextButton.png) 0 0 no-repeat #024943; }
		.NetPreviousBreakingNewsPageButton:hover, .NetNextBreakingNewsPageButton:hover, .NetPreviousHealthToolButton:hover, .NetNextHealthToolButton:hover { background-color: #000; }

.NetBreakingNewsHeadline { color: #fff; }
.NetFeaturedHealthTipHeader, .NetFeaturedHealthToolsHeader { color: #2f737a; } /*--- Box Headers ---*/
.NetFeaturedHealthTipTeaser, .NetFeaturedHealthToolsRotator { color: #7e5340 !important; } /*--- Boxes Text ---*/
	.NetFeaturedHealthTipLink, .NetFeaturedHealthTipHeadline, #NetFeaturedHealthTools ul a, #NetFeaturedHealthTools h5 { color: #7e5340 !important; } /*--- Inside box headers and links ---*/

/*---------- Images -----------*/

.NetFeaturedHealthTipBoxHeader { background: url(healthTipTop.png) no-repeat 10px 0; }
.NetFeaturedHealthToolsBoxHeader { background: url(healthToolTop.png) no-repeat 10px 0; }

.NetHealthInfoToolsPromo a  { background: url(healthToolsButton.jpg) no-repeat 0 0; height: 40px; padding: 0; line-height: 40px; text-indent: 10px; }
	.NetHealthInfoToolsPromo a:hover { background: url(healthToolsButton.jpg) no-repeat 0 -40px; color: #4d4d4d; }	
	
	.rtsTxt { font-size: 12px; }
#navContainer { z-index: 999; }