#nhlsvp {
	float: left; width: 298px; background-color: #000; border: 1px solid #666; padding: 1px;
}
#nhlsvp #header {
	float: left; width: 298px; height: 38px;
}
#nhlsvp div.vidPlayer {
	float: left; width: 298px; overflow: hidden;
}
#nhlsvp div.topNavItem {
	float: left; 
	background: url('http://cdn.nhl.com/images/default/nhlsvpNavi.gif') top left;
	font: 10px verdana;
	font-weight: bold;
	padding-top: 3px;
	height: 17px;
	text-align: center;
	border-right: 1px solid #000;
	border-top: 1px solid #000; 
}
#nhlsvp div.topNavItem:hover {
	background-position: bottom left;
}
#nhlsvp div.topNavItem a {
	color: #ccc;
	text-decoration: none;
}
#nhlsvp div.topNavItem:hover a {
	color: #fff;
}
