#NetGlobalContainer a {
	color: #3b8ded;
	}
	
#NetModuleNav ul li {
		background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3b8ded), color-stop(50%, #347ccf), color-stop(51%, #2f71bd), color-stop(100%, #2f71bd));
		background: -moz-linear-gradient(top, #3b8ded 0%, #347ccf 50%, #2f71bd 51%, #2f71bd 100%);
		background: -webkit-linear-gradient(top, #3b8ded 0%, #347ccf 50%, #2f71bd 51%, #2f71bd 100%);
		background: linear-gradient(top, #3b8ded 0%, #347ccf 50%, #2f71bd 51%, #2f71bd 100%);
		}
		
		#NetModuleNav ul li:hover {
			background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #002864), color-stop(50%, #001c45), color-stop(51%, #001433), color-stop(100%, #001433));
			background: -moz-linear-gradient(top, #002864 0%, #001c45 50%, #001433 51%, #001433 100%);
			background: -webkit-linear-gradient(top, #002864 0%, #001c45 50%, #001433 51%, #001433 100%);
			background: linear-gradient(top, #002864 0%, #001c45 50%, #001433 51%, #001433 100%);
		}
/*---------- Breaking News Set Up -----------*/

#NetBreakingNewsHeader {  background-color: #004469; } /*--- Sets the width the containg box and the header for "Breaking News Box" ---*/
	.NetBreakingNewsRotatorContainer { border: solid 1px #004469; border-width: 0 1px 1px 1px; } /*--- Just pushes the right hand side border to the right minus 2px ---*/ 
	.NetBreakingNewsTab { border-bottom: solid 1px #004469; } /*--- Set the width of the three tabs in the "Breaking News Box" ---*/
		
			.NetBreakingNewsTabSelected, .NetBreakingNewsTabHovered { background-color: #004469; } /*--- Color of the Breaking news tabs ---*/
			
	

/*---------- Next And Prev Buttons -----------*/

.NetPreviousBreakingNewsPageButton, .NetNextBreakingNewsPageButton, .NetPreviousHealthToolButton, .NetNextHealthToolButton { background: url(prevButton.png) 0 0 no-repeat #00314c; width: 25px; height: 25px; display: block; } /*--- All Next and Prev buttons ---*/
	.NetNextBreakingNewsPageButton, .NetNextHealthToolButton { background: url(nextButton.png) 0 0 no-repeat #00314c; }
	.NetPreviousBreakingNewsPageButton:hover, .NetNextBreakingNewsPageButton:hover, .NetPreviousHealthToolButton:hover, .NetNextHealthToolButton:hover { background-color: #323131; }


/*---------- Health tip/ featured tools Set Up -----------*/

	.NetFeaturedHealthTipBoxHeader { background: url(healthTipTop.png) no-repeat 10px 0; } /*--- Directs to the local arrow ---*/
	.NetFeaturedHealthToolsBoxHeader { background: url(healthToolTop.png) no-repeat 10px 0; } /*--- Same as above ---*/
	

	.NetFeaturedHealthTipBox { background-color: #1088ba; border: none; } /*--- Health Tip Box Set Up ---*/
	.NetFeaturedHealthToolsBox { background-color: #004469; border: none; } /*--- Health Tools Bix Set Up ---*/

.NetFeaturedHealthTipLink, .NetFeaturedHealthTipHeadline { color: #1f272a !important; }  /*--- Changes colors of links ---*/

/*----------- Health Tools Link -----------*/

.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; }

	#NetGlobalContainer .NetFeaturedHealthTipBox h5, #NetGlobalContainer .NetFeaturedHealthToolsBox h5 { border-color: #fff; }