    #networkhd, #nnav {
		width:none;
		_width: expression(document.body.clientWidth < 742? "974px" : document.body.clientWidth > 1000? "974px" : "auto");
		max-width:974px;
		line-height:normal;
		margin:auto;
		font-size:11px;
		color:#333;
      }
    #networkhd {width:974px;}

    #nnav ul {
		margin:0;
		padding:0;
		list-style:none;
      }
    #nnav li {
      float:left;
		background:url("/images/nnav_left.gif") no-repeat left top;
		margin:0;
		padding:0 0 0 7px;
		/* WHEN EDITING, BE SURE TO EDIT PADDING IN global2/css/winie6global.css TOO */
      }
      
    #nnav li.b {
		background:url("/images/nnav_leftb.gif") no-repeat left top;
		}
    #nnav a {
    	font-weight:normal;
    	float:left;
		display:block;
		line-height:12px;
		width:.1em;
		background:url("/images/nnav_right.gif") no-repeat right top;
		text-decoration:none;
		color:#333;
		white-space:nowrap;
		font-size:10px;
		padding:3px 8px 10px 1px;
		/* WHEN EDITING, BE SURE TO EDIT PADDING AND LETTER-SPACING IN global2/css/winie6global.css TOO */
      }
    #nnav a.b {
		background:url("/images/nnav_rightb.gif") no-repeat right top;
		}
    #nnav a.last {
		background:url("/images/nnav_rightlast.gif") no-repeat right top;
		}
    #nnav > ul a {
		width:auto;
		}
		
	
	/* only MAC/IE5 sees */
	/*\*//*/
		#networkhd {width:974px;}
	/**/	


    /* hidden from MAC/IE5 \*/
		#nnav a {float:none;}
		#nnav li {text-align:center;}
		#nnav {text-align:center;}
    /* End IE5-Mac hidden */
    
       
     #nnav a:hover {
      color:#fff;
      }

    #nnav li:hover, #nnav li:hover a {
      background-position:0% -42px;
      color:#fff;
      }
    #nnav li:hover a {
      background-position:100% -42px;
      }


