#NetGlobalContainer a {
	color: #026cb6;
	}
	
#NetModuleNav ul li {
		background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #026cb6), color-stop(50%, #025896), color-stop(51%, #014e85), color-stop(100%, #014e85));
		background: -moz-linear-gradient(top, #026cb6 0%, #025896 50%, #014e85 51%, #014e85 100%);
		background: -webkit-linear-gradient(top, #026cb6 0%, #025896 50%, #014e85 51%, #014e85 100%);
		background: linear-gradient(top, #026cb6 0%, #025896 50%, #014e85 51%, #014e85 100%);
		}
		
		#NetModuleNav ul li:hover {
			background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #60a33a), color-stop(50%, #4f8530), color-stop(51%, #447329), color-stop(100%, #447329));
			background: -moz-linear-gradient(top, #60a33a 0%, #4f8530 50%, #447329 51%, #447329 100%);
			background: -webkit-linear-gradient(top, #60a33a 0%, #4f8530 50%, #447329 51%, #447329 100%);
			background: linear-gradient(top, #60a33a 0%, #4f8530 50%, #447329 51%, #447329 100%);
		}

		/*---------- Set the colors -----------*/

#NetBreakingNewsHeader { background-color: #dceaf5; }
	.NetBreakingNewsRotatorContainer, .NetBreakingNewsTab { border: solid 1px #dceaf5; border-width: 0 1px 1px 1px; }  
		.NetBreakingNewsTab { border-width: 0 0 1px 0; }
		.NetBreakingNewsTabSelected, .NetBreakingNewsTabHovered { background-color: #056cb6; }

.NetFeaturedHealthTipBox, .NetFeaturedHealthToolsBox { background-color: #dceaf5; border: none; }
	.NetPreviousBreakingNewsPageButton, .NetNextBreakingNewsPageButton, .NetPreviousHealthToolButton, .NetNextHealthToolButton { background: url(prevButton.png) 0 0 no-repeat #056cb6; width: 25px; height: 25px; display: block; }
		.NetNextBreakingNewsPageButton, .NetNextHealthToolButton { background: url(nextButton.png) 0 0 no-repeat #056cb6; }
		.NetPreviousBreakingNewsPageButton:hover, .NetNextBreakingNewsPageButton:hover, .NetPreviousHealthToolButton:hover, .NetNextHealthToolButton:hover { background-color: #004679; }

.NetBreakingNewsHeadline { color: #056cb6; }
.NetFeaturedHealthTipTeaser, .NetFeaturedHealthToolsRotator { color: #3E3E3E !important; }
.NetFeaturedHealthTipHeader, .NetFeaturedHealthToolsHeader { color: #60a33a; } /*--- Box Headers ---*/
	.NetFeaturedHealthTipLink, .NetFeaturedHealthTipHeadline, #NetFeaturedHealthTools ul a, #NetFeaturedHealthTools h5 { color: #056cb6 !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; }