/*********************
CONTAINERS
*********************/
body {
	position: relative;
	}

#NavCell {
	position: relative;	
	height: 100%;
	background: url(/Images/TabNavGraphics/NavBkg.gif) left top repeat-y;
	background-color: #d5e7f7;
	z-index: 2;
	vertical-align: top;
	width: 15em;
	min-width: 190px;
	}
	
#IEContainer #NavCell {
	width: 190px;
	}

#NavSpacerCell {
	position: relative;
	vertical-align: top;
	background: url(/Images/TabNavGraphics/NavSpacerBkg.gif) left top repeat-y;
	width: 5px;
	}	
	
#NavCell img {
	border: 0;
	}

#NavContainer {
	position: relative;	
	z-index: 2;	
	}
	
#IENavContainer #NavContainer {
	width: 190px;
	position: relative;	
	z-index: 2;	
	}

#NavContainer .RightShadow {
	display: inline;
	margin-right: 12px;
	float: right;
	}	
	
#NavContainer a {
	position: relative;
	text-decoration: none;
	outline:  none;
	}


/*********************
Main Color Control
*********************/
#NavCell #MainNav li.Flyout ul li,
#NavCell #AgeNav li.Flyout ul li,
#NavCell #MainNav a,
#NavCell #NavHeader {
	background-color: #005d9e;
	}	
/*********************
NAV HEADER
*********************/

#NavHeader {
	position: relative;
	margin: 0 0 0 10px;
	z-index: 5;
	background: #005D9E url(/Images/TabNavGraphics/HeaderShadow.png) left top repeat-y;
	padding-bottom: 5px;
	}
		
#IENavContainer #NavHeader {
	width: 180px;
	}
	
#IENavContainer.IE6 #NavHeader {
	background-image: none;
	}
	
#NavHeader a {
	display: block;
	}	
	
.HeaderCastShadow {
	position: absolute;
	top: 73px;
	right: 0;/*left: 167px*/
	z-index: 30;
	}
	
#SunBurst {
	position: relative;
	top: 2px;
	width: 170px;
	height: 68px;
	background: url(/Images/TabNavGraphics/sunburst.png) bottom left no-repeat;
	}
	
#IENavContainer.IE6 #SunBurst {
	background: url(/Images/TabNavGraphics/sunburst.gif) bottom left no-repeat;
	}
	

/*********************
COMBINED NAV STYLES
*********************/

#MainNav,
#AgeNav {
	position: relative;
	z-index: 10;
	font-family: sans-serif;
	padding: 0;
	margin: 0 5px 0 10px;
	list-style-type: none;
	color: #FFFFFF;
	font-weight: bold;
	text-align: left;
}
	
#MainNav li,
#AgeNav li {
	position: relative;
	display: block; 
	padding: 0;
	margin: 0;
	border: 0;
	color: #FFFFFF;
	line-height: 1.1;
	font-weight: bold;
	background: url(/Images/TabNavGraphics/ButtonBkgCastShadow.gif) right top repeat-y;
	text-align: left;
	}
	
#IENavContainer #MainNav li,
#IENavContainer #AgeNav li { /* IE6 & 7 list gap bug fix */
	display: inline-block;
	font-size: 0;	
	}
	
.TabLink {
	/* z-index controlled by individual link IDs */
	display: block;
	height: 1.7em;/*40px*/
	color: #fff;
	padding: 0;
	margin: 0 5px 0 0;
	border: 0;
	font-size: 24px;
	z-index: 10;
	cursor: pointer;
	}	
	
.TabLink .LeftShadow {
	display: inline;
	margin: 0;
	padding: 0;
	float: left;
	height: 100%;
	}
	
.UpperRightCorner {
	position: absolute;
	top: 0;
	right: 0;
	}
	
.LowerRightCorner {
	position: absolute;
	bottom: 0;
	right: 0;
	}
	
#IENavContainer.IE6 .TabLink .LeftShadow {
	display: inline-block;
	margin-left: -3px;
	}
	
.TabLink .LeftCorner {
	display: inline;
	float: left;
	margin-left: -9px;
	}
	
#FirstMainLink .LeftCorner {
	background: #005D9E url(/Images/TabNavGraphics/HeaderShadow.png) left top repeat-y;
	}
	
#IENavContainer.IE6 #FirstMainLink .LeftCorner {
	background-image: none;
	}
	
#IENavContainer.IE6 .TabLink .LeftCorner {
	display: inline-block;
	margin-left: -15px;
	}
	
/*********************
MAIN NAVIGATION
*********************/

#MainNav a {
	color: #fff;
	background: url(/Images/TabNavGraphics/MainUpperShadow.gif) left top repeat-x;
	font-size: 12px;
	}

#AgeNav ul a {
	font-size: 12px;
	}

#MainNav a:visited {
	color: #fff;
	}
	
#MainNav a:hover {
	color: #fff;
	text-decoration: underline;
	}
	
#MainNav li.Flyout ul,
#AgeNav li.Flyout ul {
	display: block;
	position: absolute;
	left: -999px;
	top: 0;
	z-index: 500;
	margin: 0 0 0 -5px;
	padding: 0 0 0 15px;
	list-style: none;
	white-space: nowrap;
	}
	
#IENavContainer #MainNav li.Flyout ul,
#IENavContainer #AgeNav li.Flyout ul {
	width: 220px;
	}
	
#IENavContainer.IE6 #MainNav li.IE6NoScript ul,
#IENavContainer.IE6 #AgeNav li.IE6NoScript ul {/*Used only with no Javascript enabled*/
	background: url(/Images/TabNavGraphics/MainLeftShadow.gif) top left repeat-y;
	background-color: #005d9e;
	position: relative;
	left: auto;
	right: 5px;
	width: 100%;
	margin-left: 5px;
	padding-bottom: 3px;
	z-index: 0;
	list-style: none;
	}	
	
#IENavContainer.IE6 #MainNav li.IE6NoScript .LowerRightCorner,
#IENavContainer.IE6 #AgeNav li.IE6NoScript .LowerRightCorner {
	display: block;
	right: 5px;
	z-index: 500;
	}
	
#IENavContainer.IE6 .LowerRightCorner {
	margin-bottom: -1px;
	}
	
#IENavContainer.IE6 #MainNav li.IE6NoScript a .LowerRightCorner,
#IENavContainer.IE6 #AgeNav li.IE6NoScript a .LowerRightCorner {
	display: none;
	}
	
#MainNav li.showSub ul {/*used to intentionally reveal sub nav: used on ordering area of site*/
	background: url(/Images/TabNavGraphics/MainLeftShadow.gif) top left repeat-y;
	background-color: #005d9e;
	position: relative;
	left: auto;
	right: 5px;
	width: auto;
	margin-left: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	z-index: 0;
	padding-left: 40px;
	list-style: none;
	}
	
#MainNav li.showSub ul li {
	border-width: 0;
	border-radius: 0;
	-moz-border-radius: 0;
    -webkit-border-radius: 0;
	background: none;
	padding-left: 10px;
	width: auto;
	}
	
#MainNav li.showSub .LowerRightCorner {
	display: block;
	right: 5px;
	z-index: 500;
	}
	
#MainNav li.showSub ul a {
	background: none;
	}
	
#MainNav li.showSub a .LowerRightCorner {
	display: none;
	}
	
#MainNav li.Flyout ul li,
#AgeNav li.Flyout ul li {
	width: 100%;
	background: none;
	padding: 4px 0 2px 8px;
	margin: 0;
	border-right: 2px solid #333;
	border-left: 1px solid #445;
	}
	
#MainNav li.Flyout ul li.FlyFirst,
#AgeNav li.Flyout ul li.FlyFirst {
	border-top: 1px solid #2ea6fc;
	border-top-right-radius: 10px;
	-moz-border-radius-topright: 10px;
    -webkit-border-top-right-radius: 10px;
	}
	
#MainNav li.Flyout ul li.FlyLast,
#AgeNav li.Flyout ul li.FlyLast {
	border-bottom: 2px solid #333;
    border-bottom-right-radius: 10px;
	-moz-border-radius-bottomright: 10px;
    -webkit-border-bottom-right-radius: 10px;
	}
	
#IENavContainer.IE6 #MainNav li.IE6NoScript ul li,
#IENavContainer.IE6 #AgeNav li.IE6NoScript ul li {/*Used only with no Javascript enabled*/
	background: none;
	padding-left: 30px;
	border: 0;
	}
	
#MainNav li.Flyout ul a,
#AgeNav li.Flyout ul a {
	background-image: none;
	margin: 0;
	padding: 0;
	color: inherit;
	}

#MainNav li.Flyout:hover ul, 
#MainNav li.sfhover ul,
#AgeNav li.Flyout:hover ul, 
#AgeNav li.sfhover ul {
	left: 100%;
	}
	
#MainNav li.showSub:hover ul,
#MainNav li.showSub ul { /*cancel hover if intended to show*/
	left: auto;
	}

#MainNav li,
#MainNav li a,
#AgeNav li,
#AgeNav li a {
	min-height: 18px;
	}
	
#MainNav li.Flyout li,
#MainNav li.Flyout li a,
#AgeNav li.Flyout li,
#AgeNav li.Flyout li a {
	min-height: 0;
	}

#MainNav .TabLink .LinkText {
	display: block;
	white-space: nowrap;
	text-align: left;
	padding: 5px 0 0 25px;
	}
	
#IENavContainer #MainNav .TabLink .LinkText {
	padding-top: 1px;
	margin-top: 3px;
}

#MainNav .TabLink span.RightSide {
	display: block;
	float: right;
	height: 7px;
	width: 22px;
	}
/*********************
AGE GROUP NAVIGATION
*********************/
	
#AgeNav #LastLink {
	background: url(/Images/TabNavGraphics/LastCastShadow.gif) right bottom no-repeat;
	}
	
#AgeNav #FinishTab {
	height: 60px;
	background: url(/Images/TabNavGraphics/FinishUpperShadow.gif) left top repeat-x;
	margin-right: 5px;
	}
	
#IENavContainer.IE6 #AgeNav #FinishTab .LeftCorner {
	margin-left: -3px;
	}
	
#IENavContainer.IE6 #AgeNav #FinishTab .RightSide {
	margin-right: -3px;
	}	
	
#AgeNav .TabLink .LinkText {
	display: block;
	text-align: left;
	white-space: nowrap;
	padding-top: 10px;
	padding-right: 22px;
	margin-left: -30px;
	opacity:0.7;
	-moz-opacity:0.7;
	filter:alpha(opacity=70); /*IE*/
	}
	
#IENavContainer #AgeNav .TabLink .LinkText {
	padding-top: 7px;
	margin-top: 3px;
	zoom: 1; /* IE Needs layout */
}
	
#AgeNav .TabLink:hover .LinkText {
	opacity:1.0;
	-moz-opacity:1.0;
	filter:alpha(opacity=100); /*IE*/
	}
	
#IENavContainer.IE6 #AgeNav .LowerRightCorner {
	bottom: -1px;
	}

#AgeNav li,
#AgeNav li a,
#AgeNav li span.LinkText,
#AgeNav li img.LeftShadow {
	min-height: 29px;
	}

#AgeNav a,
#AgeNav a:visited,
#AgeNav a:hover {
	color: #fff;
	}
		
#AgeNav a .AgeRange {
	display: block;
	position: absolute;
	left: -9999px;
	top: 5px;
	font-size: 9px;
	text-align: center;
	font-weight: bold;
	}
	
#AgeNav a:hover .AgeRange {
	left: auto;
	right: 7px;
	}
	
/**************************
INDIVIDUAL AGE LINK STYLES
**************************/	
	
#AdultLink {
	background: url(/Images/TabNavGraphics/AdultUpperShadow.gif) left top repeat-x;
	background-color: #007dd1;
	}

#Youth2Link {
	background: url(/Images/TabNavGraphics/Youth2UpperShadow.gif) left top repeat-x;
	background-color: #a42b22;
	}
	
#Youth1Link {
	background: url(/Images/TabNavGraphics/Youth1UpperShadow.gif) left top repeat-x;
	background-color: #128b0f;
	}
	
#JuniorLink {
	background: url(/Images/TabNavGraphics/JuniorUpperShadow.gif) left top repeat-x;
	background-color: #0091ad;
	}

#MiddlerLink {
	background: url(/Images/TabNavGraphics/MiddlerUpperShadow.gif) left top repeat-x;
	background-color: #ff6b24;
	}
	
#PrimaryLink {
	background: url(/Images/TabNavGraphics/PrimaryUpperShadow.gif) left top repeat-x;
	background-color: #660e87;
	}
	
#BeginnerLink {
	background: url(/Images/TabNavGraphics/BeginnerUpperShadow.gif) left top repeat-x;
	background-color: #fe0101;
	}
	
#TwosThreesLink {
	background: url(/Images/TabNavGraphics/2sAnd3sUpperShadow.gif) left top repeat-x;
	background-color: #72bd07;
	}
	
#ToddlerLink {
	background: url(/Images/TabNavGraphics/ToddlerUpperShadow.gif) left top repeat-x;
	background-color: #fe3467;
	}
	
/*****************************
CORNER HOVER STYLES
*****************************/	
#MainNav:hover,    /*Needed so flyout is accessible instead of AgeNav cancelling */
#MainNav.sfhover,
#AgeNav:hover,
#AgeNav.sfhover { 
	z-index: 25;
	} 

#MainNav li.Flyout:hover,
#MainNav li.sfhover,
#AgeNav li.Flyout:hover,
#AgeNav li.sfhover { /*Needed so flyout is accessible instead of other li cancelling */
	z-index: 100;
	}	
	
.KeepHover,
.CancelHover {
	position: absolute;	
	display: block;
	width: 7px;
	height: 7px;
	background: url(/Images/spacer.gif) repeat; /* IE6 needs this to recognize */
	background-color: transparent; /* change to color to locate */
	font-size: 0; /* Correct IE6 issue */
	}
	
.BlockListHover {
	position: absolute;	
	display: block;
	width: 6px;
	min-height: 80px; /*Make heights tall enough to cover MainNav height above */
	height: 6.5em !important; 
	height: 80px;
	background: url(/Images/spacer.gif) repeat; /* IE6 needs this to recognize */
	background-color: transparent; /* change to color to locate */
	z-index: 1;
	bottom: 100%;
	right: -1px;
	}
	
.CancelHover {
	z-index: 100;
	}
	
.TRM { /* Top Right Keep Hover*/
	top: -6px;
	right: 0;
	}
	
.TRM_FlyListExpansion {
	right: -5px;
	width: 13px;
	z-index: 1;
	}	
	
#IENavContainer.IE6 .TRM_FlyListExpansion { /* IE6 has issue with right position with nested elements */
	margin-right: -5px;
	}
	
.BLM { /* Bottom Left Keep Hover*/
	bottom: -6px;
	left: 0;
	z-index: 300;
	}
	
.LTM { /* Left Top Cancel Hover */
	top: 0;
	left: 0;
	}
	
.RBM { /* Right Bottom Cancel Hover */
	bottom: 0;
	right: 0;
	}
	
.CornerHoverSmall {
	position: absolute;
	display: block;
	background: url(/Images/spacer.gif) repeat; /* IE6 needs this to recognize */
	background-color: transparent; /* change to color to locate */
	}

.tr { /* Top Right */
	width: 4px;
	height: 5px;
	top: -5px;
	right: 0;
	}

.tr_FlyListExpansion {
	width: 9px;
	}	

.lb { /* Left Bottom */
	width: 5px;
	height: 4px;
	bottom: 0;
	left: -5px;
	}	

.rt { /* Right Top */
	width: 5px;
	height: 4px;
	top: 0;
	right: -5px;
	}	

#IENavContainer.IE6 .rt { /* IE6 has issue with right position with nested elements */
	margin-right: -5px;
	}

.bl { /* Bottom Left */
	width: 4px;
	height: 5px;
	bottom: -5px;
	left: 0;
	}
	
	
	
#IENavContainer.IE6 .tr,
#IENavContainer.IE6 .rt,
#IENavContainer.IE6 .TRM,
#IENavContainer.IE6 .RBM {
	right: -1px;
	}	

/***************
OTHER STYLES
****************/
	
#NavCopyright {
	width: 184px;	
	margin-top: 1em;
	padding: 0 0 10px 0;
	color: #006cba;	
	text-align: center;
	font-size: .8em;
	font-weight: bold;
	}
	
div#NavCell #NavCopyright { /*Avoid width on table.NavCell */
	width: 100%;	
	}

#NavCell #AgeNav ul#FlyoutADU li {
    background-color: #007DD1;
}

#NavCell #AgeNav ul#FlyoutSHI li {
    background-color: #a42b22;
}

#NavCell #AgeNav ul#FlyoutJHI li {
    background-color: #128b0f;
}

#NavCell #AgeNav ul#FlyoutJUN li {
    background-color: #0091ad;
}

#NavCell #AgeNav ul#FlyoutMID li {
    background-color: #ff6b24;
}

#NavCell #AgeNav ul#FlyoutPRI li {
    background-color: #660e87;
}

#NavCell #AgeNav ul#FlyoutBEG li {
    background-color: #fe0101;
}

#NavCell #AgeNav ul#Flyout2a3 li {
    background-color: #72bd07;
}

#NavCell #AgeNav ul#FlyoutTOD li {
    background-color: #fe3467;
}