/* MAIN NAVIGATION BAR */

#navBarLayout { font-family: Arial,helvetica,sans-serif; }
#navBarLinks { padding: 0 20px; background: #5680aa url(../images/navbar_tile.gif) repeat-y; }
#navBarLinks a { color: #fff; text-decoration: none; }

#mainChannelMenu { z-index: 600; height: 13px; padding: 0 5px; color: #a3cef9; background: #5680aa url(../images/navbar_tile.gif) repeat-y;  }
table#nav { margin: 0 auto; }
table#nav td { padding: 0; }
table#nav td.navLink { }
table#nav td.pipe {padding: 0 2px; }
	
#nav ul { list-style: none; margin: 0; padding: 0; font-size: 1em; line-height: 120%; }
#nav ul li { margin-top: 0; margin-bottom: 0; font-weight: bold; }
#nav ul li { border: 1px solid #5680aa; } /* IE spacing hack */

#nav ul a { display: block; margin: 0; padding: 0 2px; text-decoration: none; color: #fff; }
#nav ul a:hover { color: #d9ecec; text-decoration: none; }

/* second-level lists */
#nav ul ul { 
	position: absolute;
	margin: 0;
	margin-top: -1px;
	width: 150px;
	font-size: 1em;
	line-height: 130%; 
	text-align: left;
	text-transform: none; 
	color: #000; 
	background: #d9ecec;
	border-top: 1px solid #669999;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	z-index: 500; 
	}
	
/* reset margin, height, padding values for nested lists */
#nav ul ul li { padding: 0; margin: 0; border: 1px solid #669999; border-top-style: none; }
#nav ul ul a { padding: 0; margin: 0; font-weight: normal !important; background-image: none; }

#nav ul ul a { padding: .2em .5em; color: #006d73; }
#nav ul ul a:hover { color: #fff; background: #669999; }

/* hover reveal of list items */
#nav ul li:hover ul, #nav ul li.sfhover ul { left: auto; }

/* Limit to 2 levels of reveal */
#nav ul ul ul { display: none; }

/* IE7 Hack */
#menu li:hover, #menu li.hover { position: static; }
