

/* Network Header */

#network_header_wrapper
		{
		width: 978px;
		height: 24px;
		background: #fff;
		margin-left: -14px;
		border-bottom: 0px solid #000;
		}

#network_header	{
		display: inline;
		float: right;
		}

#network_header ul 	{
	list-style: none;
	margin: 0;
	padding: 0;
	}

#network_header ul li	{
	display:inline;
	width: 125px;
	float:left;
	background: #000;
	margin-bottom: 3px;
	padding: 0;
	font-family: "helvetica", "arial", sans-serif;
	font-size: 9pt;
	text-align: center;
	}

#network_header ul li a, #network_header ul li a:visited	{
	display: block;
	padding: 5px 15px 5px 15px;
	height: 1.2em;
	text-decoration: none;
	}
	
/* Network Header Links Before Hover */

#nh_thefinalsprint a
	{
	background: url('http://www.dabbledoo.com/ee/site-images/tfs_network/nn_thefinalsprint.gif') no-repeat bottom left #37378A;
	color: #fff;
	border-right: 1px solid #ccc;
	}

#nh_hesfit a
	{
	background: url('http://www.dabbledoo.com/ee/site-images/tfs_network/nn_hesfit.gif') no-repeat bottom left #8C0000;
	color: #fff;
	border-right: 1px solid #ccc;
	}
	
#nh_heractivelife a
	{
	background: url('http://www.dabbledoo.com/ee/site-images/tfs_network/nn_heractivelife.gif') no-repeat bottom left #8CCAFD;
	color: #000;
	border-right: 1px solid #ccc;
	}
	
#nh_trailfit a
	{
	background: url('http://www.dabbledoo.com/ee/site-images/tfs_network/nn_trailfit.gif') no-repeat bottom left #5A3C2A;
	color: #fff;
	border-right: 0px solid #ccc;
	}


/* Network Header Links AFter Hover */

#nh_thefinalsprint a:hover
	{
	background: url('http://www.dabbledoo.com/ee/site-images/tfs_network/nn_thefinalsprint_hover.gif') no-repeat bottom left #37378A;
	color: #fff;
	}

#nh_hesfit a:hover
	{
	background: url('http://www.dabbledoo.com/ee/site-images/tfs_network/nn_hesfit_hover.gif') no-repeat bottom left #8C0000;
	color: #fff;
	}
	
#nh_heractivelife a:hover
	{
	background: url('http://www.dabbledoo.com/ee/site-images/tfs_network/nn_heractivelife_hover.gif') no-repeat bottom left #8CCAFD;
	color: #000;
	}
	
#nh_trailfit a:hover
	{
	background: url('http://www.dabbledoo.com/ee/site-images/tfs_network/nn_trailfit_hover.gif') no-repeat bottom left #5A3C2A;
	color: #fff;
	}