#NetGlobalContainer a {
	color: #006579;
	}
	
#NetModuleNav ul li {
		background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #00788C), color-stop(50%, #006B80), color-stop(51%, #006579), color-stop(100%, #006579));
		background: -moz-linear-gradient(top, #00788C 0%, #006B80 50%, #006579 51%, #006579 100%);
		background: -webkit-linear-gradient(top, #00788C 0%, #006B80 50%, #006579 51%, #006579 100%);
		background: linear-gradient(top, #00788C 0%, #006B80 50%, #006579 51%, #006579 100%);
		}
		
		#NetModuleNav ul li:hover {
			background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #006F82), color-stop(50%, #006276), color-stop(51%, #005C6F), color-stop(100%, #005C6F));
			background: -moz-linear-gradient(top, #006F82 0%, #006276 50%, #005C6F 51%, #005C6F 100%);
			background: -webkit-linear-gradient(top, #006F82 0%, #006276 50%, #005C6F 51%, #005C6F 100%);
			background: linear-gradient(top, #006F82 0%, #006276 50%, #005C6F 51%, #005C6F 100%);
		}

/*Health library landing page*/

#NetBreakingNewsHeader {background-color: #8D324C;}
.NetBreakingNewsTabSelected {background-color: #F6F5F4 !important; color: #222 !important;}
.NetBreakingNewsTabHovered {background-color: #f0efed !important;}
#NetBreakingNews ul li a:hover {color: #555 !important;}

#NetFeaturedHealthTip .NetFeaturedHealthTipBox {background-color: #006579; border: 1px solid #006579;}
#NetFeaturedHealthTools .NetFeaturedHealthToolsBox {background-color: #006579;}
#NetFeaturedHealthTools .rrItem div {color: #fff;}
.NetFeaturedHealthTipBoxHeader {background-image: url('healthToolTop.png');}
.NetFeaturedHealthToolsBoxHeader {background-image: url('healthToolTop.png');}

.NetHealthInfoToolsPromo a {background: url('healthToolsButton.gif') 0 0 no-repeat; padding: 11px 13px;}
.NetHealthInfoToolsPromo a:hover {background: url('healthToolsButton.gif') 0 -40px no-repeat; color: #3E3E3E !important}

.NetPreviousBreakingNewsPageButton, .NetNextBreakingNewsPageButton, .NetPreviousHealthToolButton, .NetNextHealthToolButton { background: url('prevButton.png') 0 0 no-repeat #73283d; width: 25px; height: 25px; display: block; } /*--- All Next and Prev buttons ---*/
	.NetNextBreakingNewsPageButton, .NetNextHealthToolButton { background: url('nextButton.png') 0 0 no-repeat #73283d; }
	.NetPreviousBreakingNewsPageButton:hover, .NetNextBreakingNewsPageButton:hover, .NetPreviousHealthToolButton:hover, .NetNextHealthToolButton:hover { background-color: #591f30; }