a {
	color: #003399;
	text-decoration: none;
	outline: none;
}

/* @group Indy */

#network li a:hover {
	border-bottom: 6px solid black;
	height: 23px;
}

#network #lions {
	width: 86px;
}

li#lions a:hover {
	border-color: #005da6;
}

#network #pistons {
	width: 111px;
}

li#pistons a:hover {
	border-color: #00238c;
}

#network #redwings {
	width: 122px;
}

li#redwings a:hover {
	border-color: #e13a3e;
}

#network #tigers {
	width: 92px;
}

li#tigers a:hover {
	border-color: #f47e4b;
}

/* @end */