a {
	color: #0545b0;
	text-decoration: none;
	outline: none;
}

/* @group Washington DC */

#network li a:hover {
	border-bottom: 6px solid black;
	height: 23px;
}

#network #braves {
	width: 98px;
}

li#braves a:hover {
	border-color: #011e5b;
}

#network #falcons {
	width: 115px;
}

li#falcons a:hover {
	border-color: #c9233f;
}

#network #hawks {
	width: 101px;
}

li#hawks a:hover {
	border-color: #00295c;
}

#network #thrashers {
	width: 124px;
}

li#thrashers a:hover {
	border-color: #fcb131;
}

/* @end */