#NetGlobalContainer a {
	color: #00417B;
	}
	
#NetModuleNav ul li {
		background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #004E8E), color-stop(50%, #004582), color-stop(51%, #00417B), color-stop(100%, #00417B));
		background: -moz-linear-gradient(top, #004E8E 0%, #004582 50%, #00417B 51%, #00417B 100%);
		background: -webkit-linear-gradient(top, #004E8E 0%, #004582 50%, #00417B 51%, #00417B 100%);
		background: linear-gradient(top, #004E8E 0%, #004582 50%, #00417B 51%, #00417B 100%);
		}
		
		#NetModuleNav ul li:hover {
			background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #003C84), color-stop(50%, #003C78), color-stop(51%, #003C71), color-stop(100%, #003C71));
			background: -moz-linear-gradient(top, #003C84 0%, #003C78 50%, #003C71 51%, #003C71 100%);
			background: -webkit-linear-gradient(top, #003C84 0%, #003C78 50%, #003C71 51%, #003C71 100%);
			background: linear-gradient(top, #003C84 0%, #003C78 50%, #003C71 51%, #003C71 100%);
		}

/*Health library landing page*/

#NetBreakingNewsHeader {background-color: #4B4138;}
.NetBreakingNewsTabSelected {background-color: #F2EDD9 !important; color: #222 !important;}
.NetBreakingNewsTabHovered {background-color: #d9d4c3 !important;}
#NetBreakingNews ul li a {padding-top: 4px; padding-bottom: 8px;}

#NetFeaturedHealthTip .NetFeaturedHealthTipBox {background-color: #4B4138; border: 1px solid #4B4138;}
#NetFeaturedHealthTools .NetFeaturedHealthToolsBox {background-color: #4B4138;}
#NetFeaturedHealthTools .rrItem div {color: #fff;}
.NetFeaturedHealthTipBoxHeader {background: url('healthTipTop.png') no-repeat;}
.NetFeaturedHealthToolsBoxHeader {background: url('healthToolTop.png') no-repeat;}

.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 #63564b; width: 25px; height: 25px; display: block; } /*--- All Next and Prev buttons ---*/
	.NetNextBreakingNewsPageButton, .NetNextHealthToolButton { background: url('nextButton.png') 0 0 no-repeat #63564b; }
	.NetPreviousBreakingNewsPageButton:hover, .NetNextBreakingNewsPageButton:hover, .NetPreviousHealthToolButton:hover, .NetNextHealthToolButton:hover { background-color: #7d6c5e; }