/* ============== LEFT NAVIGATION  ============== 

#intMainMenu { width: 123px; font-weight: bold; color: #666; background: white; }
.intMainMenuLink { padding: 5px; border-bottom: 1px dotted #666; }
.intMainMenuLink a {  color: #666; text-decoration: none; }
.intMainMenuLink a:hover { color: #cc3333; text-decoration: underline; }
.intMainMenuLast { border-bottom-style: none; margin-bottom: 0; }
.intMainMenuLast a { color:#cc3333; }

/* LEFT SLIDEOUT MENUS */

#menu { }	

#leftNav, #leftNav ul { /* all lists */
	width : 124px;
	padding: 0;
	margin: 0;
	list-style: none;
	font: bold 1.2em "Times New Roman", Arial, Helvetica, sans-serif;
	color: #666;
	background: #fff;
}

#leftNav li { /* all list items */
	position: relative;
	margin: 0;
	padding: 0;
	width: 124px;
	}

#leftNav li a {
	width: 114px;
	padding: .5em 5px;
	display: block;
	color:#666;
	text-decoration : none;
	border-bottom: 1px solid #666;
	margin: 0;
	}

#leftNav li a:hover { color: #cc3333; }

#leftNav li ul { /* second-level lists */
	position : absolute;
	width: 150px;
	z-index: 100;
	display: none;
	font-size: 1em;
	font-weight: normal;
	margin-left: 124px;
	margin-top: -48px;
	color: #52828b;
	background: #FFFBE9;
	border: 1px solid #52828b;
	border-bottom-style: none;
	}

#leftNav li ul ul { /* third-and-above-level lists */
	display: none;
	margin-left: 150px;
	margin-top: -24px;
	}

#leftNav li ul li { width: 150px; }
#leftNav li ul li a { width: 140px; padding: 2px 5px; color: #52828b; }
#leftNav li ul li a:hover { padding: 2px 5px; color: #cc3333; background: #FFFBE9; text-decoration: underline; }

#leftNav li.sfhover ul ul, #leftNav li.sfhover ul ul ul {
	display: none;
	}
	
#leftNav li.sfhover ul, #leftNav li li.sfhover ul, #leftNav li li li.sfhover ul { /* lists nested under hovered list items */
	display: block;
	}

.clearFloat { clear: both; }


/* Display arrow if there are subchannels in the primary menu */
#leftNav .navArrow a { color: #52828b; background: #FFFBE9 url(../images/navArrow.gif) top right no-repeat; }
#leftNav .navArrow a:hover { color: #cc3333; background: #FFFBE9 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: #52828b; background: #FFFBE9; }
#leftNav .navHilite a:hover { color: #cc3333; background: #FFFBE9; text-decoration: underline; }

/*
#leftNav li.navHilite ul 
{
	left: auto; 
	position: relative; 
	margin-left: 0px; 
	margin-top: 0px;
	color: #376899;
	background: #FFFBE9;
	border-style: none;
	}
*/

#leftNav li.navHilite ul a { color: #52828b; background: #FFFBE9; }
#leftNav li.navHilite ul a:hover { color: #cc3333; background: #FFFBE9; text-decoration: underline; }
#leftNav .subLink a { background: #FFFBE9; }
	
/* Slide the nested 3rd level menus from actuve menu list */
#leftNav li.navHilite ul ul {
	position : absolute;
	z-index: 200;
	left: -999em;
	color: #52828b;
	background: #FFFBE9;
	margin-left : 150px;
	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: #52828b; background: #FFFBE9 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; }

.scrollingMenu { width: 195px !important; height: 300px; overflow: scroll; }
.scrollingMenu li { width: 175px !important; }
