
/* ============== LEFT SLIDEOUT NAVIGATION  ============== */

#menu { }	

#leftNav, #leftNav ul { /* all lists */
	width : 190px;
	float : left;
	padding: 0;
	margin: 0;
	list-style: square;
	font-weight: bold;
	color: #666;
	background: #cdeffb;
}

#leftNav li { /* all list items */
	position : relative;
	margin: 0; padding: 0;
	width: 190px;
	float : left;
	}

#leftNav li a {
	width: 180px;
	padding: .5em 5px;
	display : block;
	color:#666;
	text-decoration : none;
	border-bottom: 2px solid #fff;
	margin: 0;
	}

#leftNav li a:hover { color: #cc3333; }

#leftNav li ul { /* second-level lists */
	position : absolute;
	width: 180px;
	z-index: 100;
	left: -999em;
	font-size: 1em;
	font-weight: normal;
	margin-left : 190px;
	margin-top : -25px;
	color: #666;
	background: #cdeffb;
	border: 1px solid #666;
	border-bottom-style: none;
	}

#leftNav li ul ul { /* third-and-above-level lists */
	left: -999em;
	}

#leftNav li ul li { width: 180px; }
#leftNav li ul li a { width: 170px; padding: 4px 5px; color: #000; border-bottom: 1px solid #666; }
#leftNav li ul li a:hover { color: #cc3333; text-decoration: underline; }

#leftNav li:hover ul ul, #leftNav li:hover ul ul ul, #leftNav li.sfhover ul ul, #leftNav li.sfhover ul ul ul {
	left: -999em;
	}

#leftNav li:hover ul, #leftNav li li:hover ul, #leftNav li li li:hover ul, #leftNav li.sfhover ul, #leftNav li li.sfhover ul, #leftNav li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	}

.clearFloat { clear: both; }


/* Display arrow if there are subchannels in the primary menu */
#leftNav .navArrow a { color: #666; background: #cdeffb url(../images/navArrow.gif) top right no-repeat; }
#leftNav .navArrow a:hover { color: #cc3333; background: #cdeffb url(../images/navArrowOver.gif) top right no-repeat; }
#leftNav .navArrow li a, #leftNav .navArrow li a:hover { background-image: none; }

/* Static menu display for active channel section */
#leftNav .navHilite a { color: #cc3333; }
#leftNav .navHilite a:hover { color: #cc3333; background: #cdeffb; text-decoration: underline; }


#leftNav li.navHilite ul a { color: #666; }
#leftNav li.navHilite ul a:hover { color: #cc3333; background: #FFFBE9 ; text-decoration: underline; }
#leftNav .subLink a { background: #cdeffb; }
	
/* Slide the nested 3rd level menus from actuve menu list */
#leftNav li.navHilite ul ul {
	position : absolute;
	width: 170px;
	z-index: 200;
	left: -999em;
	color: #52828b;
	background: #FFFBE9;
	margin-left : 180px;
	margin-top : -21px;
	border: 1px solid #52828b;
	border-bottom-style: none;
	}

#leftNav li.navHilite ul li.sfhover ul, #leftNav li.navHilite ul li:hover ul { left: auto; }


/* THIS MUST GO LAST IN PAGE: Display arrows if there are 3rd level subchannels in the menu list */
#leftNav li.navHilite .navArrow a { color: #666; background: #cdeffb url(../Images/navArrowBlue.gif) top right no-repeat; }
#leftNav li.navHilite .navArrow a:hover { color: #cc3333; background: #FFFBE9 url(../Images/navArrowBlue.gif) top right no-repeat; } 

#leftNav li ul li.navArrow a { color: #52828b; background: #FFFBE9 url(../Images/navArrowWhite.gif) top right no-repeat; }
#leftNav li ul li.navArrow a:hover { color: #cc3333; background: #FFFBE9 url(../Images/navArrowBlue.gif) top right no-repeat; } 
#leftNav li ul li.noArrow a, #leftNav li ul li.noArrow a:hover { background-image: none; }
#leftNav li.navHilite li.noArrow a, #leftNav li.navHilite li.noArrow a:hover { background-image: none; }

/* Hide 4th level channel displays */
#leftNav ul ul ul { display: none; }

