#navbar {
	font-family: Arial, sans-serif;
	font-size: 10px;
	line-height: 12px;
	width: 772px;
	float: left;
	height: 20px;
	background: #fff ;
	margin-bottom: 1px;
	}

.netnav {
	margin: 0;
	padding: 0;
	width: 772px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #fff;
	}

.netnav p {
	margin: 0;
	padding: 5px 7px;
	color: #fff;
	}

.netnav a {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	}

.netnav a:hover {
	color: #cccccc;
	text-decoration: none;
	font-weight: bold;
	}

ul {
	margin: 0 0 0 5px;
	padding: 0;
	list-style: none;
	line-height: 1.4em;
}

li {
	position: relative;
	left: 0px;
	top: 0px;
	padding-left: 14px;
	margin-bottom: 10px;
}

#navPipes {position: absolute; left:-8px; top:-3px;}

#topnav {
	position: relative;
	width: 772px;
	height: 39px;
	z-index: 1500;
}


/*

These position the top tier elements, 1 being the ESPN logo.
The pipes are paired with each element.

*/

#topnav1, #toppipe1 {
	position: absolute;
	height: 28px;
	padding: 5px 0px 0px 20px;
}

#topnav2, #toppipe2 {
	position: absolute;
	height: 28px;
	padding: 5px 0px 0px 0px;
}

#topnav3, #toppipe3 {
	position: absolute;
	height: 28px;
	padding: 5px 0px 0px 0px;
}

#topnav4, #toppipe4 {
	position: absolute;
	height: 28px;
	padding: 5px 0px 0px 0px;
}

#topnav5, #toppipe5 {
	position: absolute;
	height: 28px;
	padding: 5px 0px 0px 0px;
}

#topnav6, #toppipe6 {
	position: absolute;
	height: 28px;
	padding: 5px 0px 0px 0px;
}

#topnav7, #toppipe7 {
	position: absolute;
	height: 28px;
	padding: 5px 0px 0px 0px;
}

#topnav8, #toppipe8 {
	position: absolute;
	height: 28px;
	padding: 5px 0px 0px 0px;
}




/*
Defines the offset for each drop down.
*/

#topnav1 ul {
	position: relative;
	top: 5px;
	left: -20px;
}

#topnav2 ul {
	position: relative;
	top: 5px;
	left: -12px;
}

#topnav3 ul {
	position: relative;
	top: 5px;
	left: -12px;
}

#topnav4 ul {
	position: relative;
	top: 5px;
	left: -12px;
}

#topnav5 ul {
	position: relative;
	top: 5px;
	left: -12px;
}

#topnav6 ul {
	position: relative;
	top: 5px;
	left: -12px;
}

#topnav7 ul {
	position: relative;
	top: 5px;
	left: -60px;
}

#topnav8 ul {
	position: relative;
	top: 5px;
	left: -12px;
}




.topnavstate ul {
	display: none;
}

.topnavstate:hover ul, .topnavstateover ul {
	display: block;
}




/*

STANDARD DROP DOWNS -------------

*/

/* drop down item bg mouse out */
.bar {
	background-color: #7C8086;
}

/* drop down item bg mouse over */
.bar:hover, .barover {
	background-color: #444444;
}

/* entire drop down container box */
#topnav ul {
	background-color: #7C8086;
	width: 150px;
	margin: 0;
	padding: 6px 0px 6px 0px;
	border: 1px solid #009933;
	line-height: 1.2em;
}

/* regular line item */
#topnav li {
	margin: 0;
	padding: 2px 11px 2px 11px;
	voice-family: "\"}\"";
	voice-family: inherit;
	text-indent: 0px;
}

/* item mouse out */
#topnav li a:link, #topnav li a:visited, #topnav li a:active {
	font-size: 10px;
	color: #CCCCCC;
	text-decoration: none;
	font-weight: bold;
	font-family: Verdana, sans-serif;
	display: block;
	height: 1em;
}

/* item mouse over */
#topnav li a:hover {
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-family: Verdana, sans-serif;
	display: block;
	height: 1em;
}


/* All content below here is used to clear floats in all browsers */

.clearthis:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearthis {height: 1%;}
/* End hide from IE-mac */
