.nav, .nav * {
	margin:0;
	padding:0;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	}
.nav {
	line-height:1.0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	margin-bottom:1.5em;
	width: 16em;
	border-top: 1px solid #c0c0c0;
}
.nav ul {
	background:#fff; /*IE6 needs this*/
	width: 16em;
	border-top: 1px solid #c0c0c0;
	}
.nav li {
	background-color:#f2f2f2;
	border-bottom:1px solid #C0C0C0;
	background-image:url('https://www.breakthroughbasketball.com/blog/wp-content/themes/basketball/scripts/menu/basketball-bluebullet.gif');
	background-position: left;
	background-repeat:no-repeat;
	float: left;
	list-style:none;
	position:relative;
	width: 16em;
	z-index:999;
	font-weight:bold;
	border-right: 1px solid #c0c0c0;
	border-left: 1px solid #c0c0c0;
}
.nav a {
	color: #5C5C5C;
	display:block;
	padding: .5em 0 .5em .9em;
	text-decoration:none;
	width:15.1em;
	_width:16em;
	font-weight:800;
}
.nav li ul {
	top:-999em;
	position:absolute;
	width:20.4em;
}
/*.nav li:hover,
.nav li.sfHover,*/
.nav a:focus, .nav a:hover, .nav a:active {
	background:#e2e2e2;
	color:#3350B9;
	background-image:url('https://www.breakthroughbasketball.com/blog/wp-content/themes/basketball/scripts/menu/basketball-bluebullet.gif');
	background-position: left;
	background-repeat:no-repeat;
	text-decoration: none;
}
.nav li:hover,
.nav li.sfHover {
background:#e2e2e2;

}

.nav li:hover ul, /* pure CSS hover is removed below */
ul.nav li.sfHover ul {
	left:100%;
	top:0px;
}

.nav li:hover li ul,
.nav li.sfHover li ul {
	top:-999em;
}
.nav li li:hover ul, /* pure CSS hover is removed below */
ul.nav li li.sfHover ul {
	left:20.3em;
	top:0px;
}
.nav li li:hover li ul,
.nav li li.sfHover li ul {
	top:-999em;
}
.nav li li li:hover ul, /* pure CSS hover is removed below */
ul.nav li li li.sfHover ul {
	left:20.3em;
	top:0px;
}
/*following rule negates pure CSS hovers
so submenu remains hidden and JS controls
when and how it appears*/
.superfish li:hover ul,
.superfish li li:hover ul,
.superfish li li li:hover ul {
	top: -999em;
}
.nav li li {
	background:#eeeeee;
	width:20.3em;
	border-left: 1px solid #C0C0C0;
	font-weight:normal;

}
.nav li li li {
	background:#eeeeee;
	border-left: 1px solid #C0C0C0;
	font-weight:normal;

}
.nav li li a {
	padding-right:0;
	width:19.2em;
	_width:20.3em;
}
.navarrow {
	float:right;
	position:absolute;
	top:.5em;
	right:.1em;
	display:inline;
	border:none;
}
.bbb {
	float:left;
	position:relative;
	top:.85em;
	left:.2em;
	display:inline;
}
