/* Network Strip 06/10/2008 */

#network-strip {
	background-color: #000;
}

#network-strip #network {
	margin: 0 auto;
}

#network {
	width: 940px;
	height: 40px;
	padding: 0;
	margin: 0 0 20px 10px;
	overflow: hidden;
	list-style: none;
	background-color: #000;
}

#network li {
	padding: 0;
	margin: 0;
	height: 40px;
	display: block;
	float: left;
	background-image: url("../img/network_nav_tv.png");
	background-repeat: no-repeat;
	overflow: hidden;
}

#network li a {
	float: left;
	display: block;
	height: 40px;
	text-indent: -999em;
	overflow: hidden;
}

#network-text1, #network-text2 {
	text-indent: -999em;
}

#network-text1,       #network-text1 a      { width: 112px; }
#network-blog,        #network-blog a       { width:  51px; }
#network-48hours,     #network-48hours a    { width:  77px; }
#network-headstrong,  #network-headstrong a { width: 107px; }
#network-circus,      #network-circus a     { width: 117px; }
#network-text2,       #network-text2 a      { width:  92px; }
#network-filmfest,    #network-filmfest a   { width:  81px; }
#network-tvshow,      #network-tvshow a     { width:  77px; }
#network-marathon,    #network-marathon a   { width: 138px; }
#network-video,       #network-video a      { width:  53px; }

#network-text1      { background-position:    0   0; }
#network-blog       { background-position: -112px 0; }
#network-48hours    { background-position: -163px 0; }
#network-headstrong { background-position: -240px 0; }
#network-circus     { background-position: -347px 0; }
#network-text2      { background-position: -464px 0; }
#network-filmfest   { background-position: -556px 0; }
#network-tvshow     { background-position: -637px 0; }
#network-marathon   { background-position: -714px 0; }
#network-video      { background-position: -852px 0; }

#network-blog:hover       { background-position: -112px -40px; }
#network-48hours:hover    { background-position: -163px -40px; }
#network-headstrong:hover { background-position: -240px -40px; }
#network-circus:hover     { background-position: -347px -40px; }
#network-filmfest:hover   { background-position: -556px -40px; }
#network-tvshow:hover     { background-position: -637px -40px; }
#network-marathon:hover   { background-position: -714px -40px; }
#network-video:hover      { background-position: -852px -40px; }

#network-blog.selected       { background-position: -112px -80px; }
#network-48hours.selected    { background-position: -163px -80px; }
#network-headstrong.selected { background-position: -240px -80px; }
#network-circus.selected     { background-position: -347px -80px; }
#network-text2.selected      { background-position: -464px -80px; }
#network-filmfest.selected   { background-position: -556px -80px; }
#network-tvshow.selected     { background-position: -637px -80px; }
#network-marathon.selected   { background-position: -714px -80px; }
#network-video.selected      { background-position: -852px -80px; }