#NetGlobalContainer a {
	color: #000099;
	}
	
#NetModuleNav ul li {
		background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #000AAC), color-stop(50%, #0006A0), color-stop(51%, #000099), color-stop(100%, #000099));
		background: -moz-linear-gradient(top, #000AAC 0%, #0006A0 50%, #000099 51%, #000099 100%);
		background: -webkit-linear-gradient(top, #000AAC 0%, #0006A0 50%, #000099 51%, #000099 100%);
		background: linear-gradient(top, #000AAC 0%, #0006A0 50%, #000099 51%, #000099 100%);
		}
		
		#NetModuleNav ul li:hover {
			background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0009A2), color-stop(50%, #000596), color-stop(51%, #00028F), color-stop(100%, #00028F));
			background: -moz-linear-gradient(top, #0009A2 0%, #000596 50%, #00028F 51%, #00028F 100%);
			background: -webkit-linear-gradient(top, #0009A2 0%, #000596 50%, #00028F 51%, #00028F 100%);
			background: linear-gradient(top, #0009A2 0%, #000596 50%, #00028F 51%, #00028F 100%);
		}




/*Health library landing page*/

#NetBreakingNewsHeader {background-color: #00347E;}
.NetBreakingNewsTabSelected {background-color: #E6E7E9 !important; color: #222 !important;}
.NetBreakingNewsTabHovered {background-color: #cccdcf !important;}
#NetBreakingNews ul li a:hover {color: #555;}
.NetBreakingNewsTab {padding: 6px 0;}

#NetFeaturedHealthTip .NetFeaturedHealthTipBox {background-color: #FE9900; border: 1px solid #FE9900;}
#NetFeaturedHealthTools .NetFeaturedHealthToolsBox {background-color: #FE9900;}
#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 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 #003f96; width: 25px; height: 25px; display: block; } /*--- All Next and Prev buttons ---*/
	.NetNextBreakingNewsPageButton, .NetNextHealthToolButton { background: url('nextButton.png') 0 0 no-repeat #003f96; }
	.NetPreviousBreakingNewsPageButton:hover, .NetNextBreakingNewsPageButton:hover, .NetPreviousHealthToolButton:hover, .NetNextHealthToolButton:hover { background-color: #0049b0; }

#navContainer {z-index: 999;}