.networkBar { 
	text-align: center; 
	background-color: #000; 
	background-image:  url("http://www.vans.com/media/img/common/bg_network.jpg"); 
	background-repeat: repeat-x; 
	border-bottom: 1px solid #000; height: 20px; 
}

.networkFrame { 
	width: 900px; 
	text-align: left; 
	margin-left: auto; 
	margin-right: auto; 
	background-image:  url("http://www.vans.com/media/img/common/bg_network.jpg"); 
	background-repeat: no-repeat; 
	background-position: 5px 0; 
}

.networkLinks { 
	padding: 6px 10px 0 80px; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 9px; 
	color: #999;
	line-height: 100%;
}

.networkLinks a, .networkLinks a:link, .networkLinks a:visited, .networkLinks a:active { 
	text-decoration:none; 
	color: #bebebe; 
	padding: 0 10px 0 10px; 
}

.networkLinks a:hover { 
	color: #FFF;
}
