ul#topnav {
margin: 0; padding: 0;
float:left;
width: 100%;
list-style: none;
font-size: 1.1em;
}
ul#topnav2 li {
	/* float: left; jsteil */
	margin: 0; padding: 0;
	position: relative; /*--Important--*/
	
	/* jsteil added */
	margin-right: 30px;
	margin-top: 5px;
}
ul#topnav li a {
	float: left;
	text-indent: -9999px; /*--Push text off of page--*/
	/* height: 44px; jsteil */
	height: 20px;
	color: #FFFFFF;
	padding-top: 2px;
	padding-right: 20px;
}
ul#topnav2 li:hover a, ul#topnav li a:hover { background-position: left bottom; } /*--Hover State--*/

ul#topnav2 li .sub {
position: absolute; /*--Important--*/
/* top: 44px;  jsteil */
top: 22px;
left: 0;
/* padding: 10px 10px 10px; jsteil */
padding-left: 5px; /* jsteil */
/* background-color: #B00031; */
background-color: #666666; /* jsteil */
float: left;
/*--Bottom right rounded corner--*/
-moz-border-radius-bottomright: 5px;
-khtml-border-radius-bottomright: 5px;
-webkit-border-bottom-right-radius: 5px;
/*--Bottom left rounded corner--*/
-moz-border-radius-bottomleft: 5px;
-khtml-border-radius-bottomleft: 5px;
-webkit-border-bottom-left-radius: 5px;
display: none; /*--Hidden for those with js turned off--*/
z-index: 10;
padding-bottom: 3px;
}
ul#topnav2 li .row { /*--If needed to break out into rows--*/
	clear: both;
	float: left;
	width: 100%;
	margin-bottom: 10px;
}
ul#topnav2 li .sub ul{
	list-style: none;
	margin: 0; padding: 0;
	float: left;
	
}
ul#topnav2 .sub ul li, ul#secondarynav .sub ul li {
	color: #fff;
}
ul#topnav .sub ul li h2 { /*--Sub nav heading style--*/
	padding: 0;  margin: 0;
	font-size: 1.3em;
	font-weight: normal;
}
ul#topnav2 .sub ul li h2 a { /*--Sub nav heading link style--*/
	padding: 5px 0;
	background-image: none;
	color: #e8e000;
}
ul#topnav2 .sub ul li a {
	float: none;
	text-indent: 0; /*--Override text-indent from parent list item--*/
	height: auto; /*--Override height from parent list item--*/
	/* padding: 7px 5px 7px 15px; jsteil */
	/* padding: 1px 5px 7px 1px; */
	padding: 2px 5px 2px 15px;
	display: block;
	text-decoration: none;
	color: #fff;
	/* background: url("http://delanoathletics.org/images/icons/navlist-arrow-blue.png") no-repeat scroll 5px 12px transparent; jsteil */
	/* background: url("../../icons/navlist-arrow-blue.png") no-repeat scroll 5px 12px transparent; */
	font-weight: normal; /* When this was set to bold with a z-index on the div the text was fuzzy in IE. */
}
ul#topnav2 .sub ul li a:hover {
	text-decoration: underline;
	background-position: 5px 8px ;/*--Override background position--*/
}

ul#topnav2 .sub ul li.menu-label, ul#secondarynav .sub ul li.menu-label {
	border-bottom: 1px solid #666;
	padding: 7px 0px 2px 0px;
}

ul#secondarynav .sub ul li.menu-label span {
	margin-left: 5px;
}

/****** Secondary Menu ******/

ul#secondarynav .sub {
	text-align: left;
	float: left;
	position: absolute;
	left: 172px;
	top: 0;
	display: none;
	padding-bottom: 3px;
    padding-left: 5px;
}

ul#secondarynav .sub ul li a {
	display: block;
    float: none;
    height: auto;
    padding: 4px 5px 2px 0;
    /* text-decoration: none; */
    text-indent: 0;
}

ul#secondarynav .sub ul {
	margin-bottom: 0;
}

ul#secondarynav .sub ul li {
	border: none;
}

ul#secondarynav li .sub {
    padding-bottom: 3px;
    padding-left: 5px;
    border-radius: 0 5px 5px 5px;
}


/****** New Layout *******/
#top-navigation li .sub, #header-2 li .sub {
position: absolute; /*--Important--*/
/* top: 44px;  jsteil */
top: 22px;
left: 0;
/* padding: 10px 10px 10px; jsteil */
padding-left: 5px; /* jsteil */
/* background-color: #B00031; */
float: left;
/*--Bottom right rounded corner--*/
-moz-border-radius-bottomright: 5px;
-khtml-border-radius-bottomright: 5px;
-webkit-border-bottom-right-radius: 5px;
/*--Bottom left rounded corner--*/
-moz-border-radius-bottomleft: 5px;
-khtml-border-radius-bottomleft: 5px;
-webkit-border-bottom-left-radius: 5px;
display: none; /*--Hidden for those with js turned off--*/
z-index: 10;
padding-bottom: 3px;
}
#top-navigation li .row, #header-2 li .row { /*--If needed to break out into rows--*/
	clear: both;
	float: left;
	width: 100%;
	margin-bottom: 10px;
}
#top-navigation li .sub ul, #header-2 li .sub ul {
	list-style: none;
	margin: 0; padding: 0;
	float: left;
	
}
#top-navigation .sub ul li, #header-2 .sub ul li {
	color: #fff;
	border-right: none;
	margin: 5px 30px 0 0;
	padding: 0;
	
}
#header-2 .sub ul li {
	float: left;
	white-space: nowrap;
}
ul#topnav .sub ul li h2 { /*--Sub nav heading style--*/
	padding: 0;  margin: 0;
	font-size: 1.3em;
	font-weight: normal;
}
#top-navigation .sub ul li h2 a, #header-2 .sub ul li h2 a { /*--Sub nav heading link style--*/
	padding: 5px 0;
	background-image: none;
	color: #e8e000;
}
#top-navigation .sub ul li a, #header-2 .sub ul li a {
	float: none;
	text-indent: 0; /*--Override text-indent from parent list item--*/
	height: auto; /*--Override height from parent list item--*/
	/* padding: 7px 5px 7px 15px; jsteil */
	/* padding: 1px 5px 7px 1px; */
	/* padding: 2px 5px 2px 15px; */
	padding: 2px 5px 2px 0;
	display: block;
	text-decoration: none;
	/* background: url("http://delanoathletics.org/images/icons/navlist-arrow-blue.png") no-repeat scroll 5px 12px transparent; jsteil */
	/* background: url("../../icons/navlist-arrow-blue.png") no-repeat scroll 5px 12px transparent; */
	font-weight: normal; /* When this was set to bold with a z-index on the div the text was fuzzy in IE. */
}
#top-navigation .sub ul li a:hover, #header-2 .sub ul li a:hover {
	text-decoration: underline;
	background-position: 5px 8px ;/*--Override background position--*/
}

#top-navigation .sub ul li.menu-label, #header-2 .sub ul li.menu-label {
	border-bottom: 1px solid #666666;
	padding: 7px 0px 2px 0px;
	text-align: left;
}