#NetGlobalContainer a {
	color: #00683e;
	}
	
#NetModuleNav ul li {
		background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #00a9c2), color-stop(50%, #008ea3), color-stop(51%, #007e91), color-stop(100%, #007e91));
		background: -moz-linear-gradient(top, #00a9c2 0%, #008ea3 50%, #007e91 51%, #007e91 100%);
		background: -webkit-linear-gradient(top, #00a9c2 0%, #008ea3 50%, #007e91 51%, #007e91 100%);
		background: linear-gradient(top, #00a9c2 0%, #008ea3 50%, #007e91 51%, #007e91 100%);
		}
		
		#NetModuleNav ul li:hover {
			background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0092a9), color-stop(50%, #00778a), color-stop(51%, #006878), color-stop(100%, #006878));
			background: -moz-linear-gradient(top, #0092a9 0%, #00778a 50%, #006878 51%, #006878 100%);
			background: -webkit-linear-gradient(top, #0092a9 0%, #00778a 50%, #006878 51%, #006878 100%);
			background: linear-gradient(top, #0092a9 0%, #00778a 50%, #006878 51%, #006878 100%);
		}



/*Health library landing page*/

#NetBreakingNewsHeader {background-color: #03477E;}
.NetBreakingNewsTabSelected {background-color: #EEEACD !important; color: #222 !important;}
.NetBreakingNewsTabHovered {background-color: #e5e2c5 !important;}
#NetBreakingNews ul li a:hover {color: #555 !important;}

#NetFeaturedHealthTip .NetFeaturedHealthTipBox {background-color: #00683E; border: 1px solid #00683E;}
#NetFeaturedHealthTools .NetFeaturedHealthToolsBox {background-color: #00683E;}
#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: 12px 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 #023863; width: 25px; height: 25px; display: block; } /*--- All Next and Prev buttons ---*/
	.NetNextBreakingNewsPageButton, .NetNextHealthToolButton { background: url('nextButton.png') 0 0 no-repeat #023863; }
	.NetPreviousBreakingNewsPageButton:hover, .NetNextBreakingNewsPageButton:hover, .NetPreviousHealthToolButton:hover, .NetNextHealthToolButton:hover { background-color: #01294a; }