/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/cssplay-drop-everything.html
Copyright (c) 2005-2011 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
/* this is a CSS answer to fix the hover/focus '~' and hover/focus '+' problem in safari and chrome */
html {-webkit-animation: safariSelectorFix infinite 1s;}
@-webkit-keyframes safariSelectorFix {
0% {zoom:1;} 
100% {zoom:1;}
}

.sportsNetwork {
	padding:0;
	margin:0 auto;
	list-style:none;
	font-family:arial, sans-serif !important;
	position:relative;
	width:970px;
	height:36px;
	z-index:1000;
	background: #2e1b15;
}
.sportsNetwork li.top-li {float:left; margin-right:1px; border-bottom:1px solid transparent;}
.sportsNetwork a.top-a {
	display:block;
	padding:0 15px;
	font-size:10px;
	line-height:35px;
	background:#2e1b15;
	color:#fff;
	text-decoration:none;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-ms-border-radius: 8px 8px 0 0;
	border-radius: 0;
}
.sportsNetwork-page {
	background:#5c4e34;
	padding:5px;
	position:absolute;
	top:36px;
	left:-9999px;
	/* [disabled]-moz-border-radius: 0; */
	/* [disabled]-webkit-border-radius: 0; */
	-ms-border-radius: 0 0 8px 8px;
	/* [disabled]border-radius: 0; */
}
.sportsNetwork-row {
	width:100%;
	border-top:5px solid #5c4e34;
	border-bottom:1px solid #5c4e34;
	background:#5c4e34;
	padding-bottom:10px;
}
.sportsNetwork-col8 {
	width:12.5%;
	float:left;
	background:#5c4e34;
}
.sportsNetwork-inner {padding:5px;}

.sportsNetwork h1 {padding:0 0 0 5px !important; margin:0; font:bold 20px/30px arial, sans-serif !important; color:#fff !important;}
.sportsNetwork h2 {
	padding:0 0 0 5px !important;
	margin:0;
	font:bold 16px/24px arial, sans-serif !important;
	color:#FFF !important;
}
.sportsNetwork h3 {
	padding:3px 5px !important;
	margin:0;
	font:bold 14px/21px arial, sans-serif !important;
	color:#FFDF00 !important;
	background: #2e1b15;
}
.sportsNetwork p {
	padding:3px 5px;
	margin:5px;
	font:normal 11px/18px arial, sans-serif !important;
	color:#ffdc00 !important;
}
.sportsNetwork img.sportsNetwork-imageLeft {
	border:5px solid #5c4e34;
	float:left;
	margin:5px 10px 10px 5px;
}

.sportsNetwork .clear {clear:both;}

.sportsNetwork li.top-li:hover {
	border-bottom:1px solid #5c4e34;
}
.sportsNetwork li.top-onlyaddthis{margin-top:8px;}
.sportsNetwork li.top-only:hover {border-bottom:1px solid transparent;}
.sportsNetwork li.top-li:hover > a.top-a {
	background:#5c4e34;
}
.sportsNetwork li.top-li:hover div.sportsNetwork-page {left:0;}

.sportsNetwork li.close {position:absolute; left:50%; bottom:37px; width:90px; height:35px; line-height:35px; margin-left:-50px; display:none;}
.sportsNetwork li.close a {
	background:#5c4e34;
	color:#fff;
	text-align:center;
	/* [disabled]-moz-border-radius: 8px; */
	/* [disabled]-webkit-border-radius: 8px; */
	-ms-border-radius: 8px;
	/* [disabled]border-radius: 8px; */
}
