/* ================== DROP DOWN MENU ============== */

#nav a:hover { background: #E6F0EE; color: #056957; }
#nav .mainLink a { background: #FFCC69; color: #003366; }

#nav .mainMenu { font-size: 11px; padding:0; }
#nav .mainMenu a {
	display: block; 
	padding: 2px 5px 3px 5px; 
	text-decoration: none; 
	color: white; 
	
	border-top: 1px solid #61877F; 
	border-left: 1px solid #61877F; 
	border-right: 1px solid #000; 
	border-bottom: 1px solid #000;
	}

#nav .subMenu { /* second-level lists */
	position: absolute;
	z-index : 200;
	margin-top: -4px; 
	background: #E6F0EE;
	font-size: 11px; 
	font-weight: normal; 
	text-align: left;
	border-top: 1px solid #000; 
	width: 150px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	}
	
#nav .subMenu a {
	width: 140px; 
	height: auto; 
	padding: 4px 5px; 
	color: #056957; 
	border-top-style: none;
	}
	
#nav div:hover div, #nav div.sfhover div  { /* lists nested under hovered list items */
	left: auto;
	}	
#nav .subMenu a:hover { background: #056957; color: #FFFFFF; }

#nav .subLinkDim a { color: #056957; }
#nav .subLinkDim a:hover { background: #336699; }

/* THIRD LEVEL MENU - 10/06 */

/* THIRD LEVEL MENU */
	
#nav .subLink .subSubMenu { /* 3rd-level lists */
	position: absolute;
	z-index : 200;
	margin-top: -23px;
	margin-left: 151px;
	background: #B3D2B3;
	font-size: 11px; 
	font-weight: normal; 
	text-align: left;
	border-top: 1px solid #000;
	width: 150px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	}
	
#nav .subLink .subSubMenu a {
	width: 140px; 
	height: auto; 
	padding: 4px 5px; 
	color: #056957; 
	border-top-style: none;
	}
#nav .subLink .subSubMenu a:hover { color: #fff; }
	
#nav div.subLink:hover div.subSubMenu, #nav div.subLink.sfhover div.subSubMenu { /* lists nested under hovered list items */
	left: auto;
	}	


/* THIRD LEVEL MENU falling below 2nd level item 
#nav .subSubLink { background: #B3D2B3; text-indent: 10px; } 

#nav div:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items 
	left: auto;
}
*/

/* =============== TELERIK NAVIGATION =================== */

#mainMenuBar, #sectionMenuBar { background: #056957; color: #fff; }

.MenuGroup { cursor: hand; }
.MenuGroup table { border-collapse: collapse; }

.MenuGroup table {
	border-top: 1px solid #61877F; 
	border-left: 1px solid #61877F; 
	border-right: 1px solid #000; 
	border-bottom: 1px solid #000;
	}

/* 1st level channel display */
.mainChannel td, .mainChannelOver td, .mainChannelClicked td {
	font: 11px Arial, Helvetica, sans-serif;
	text-align: center;
	color: white; 
	background: #056957;
	text-decoration: none;
	padding: 2px;
	}

.mainChannelOver td { background: #E6F0EE; color: #056957;  }

/* 2nd level channel display */
table.subMainChannel, table.subMainChannelOver { border-top-style: none !important; }

.subMainChannel, .subMainChannelOver {
	color:#056957; 
	background: #E6F0EE; 
	border-collapse: collapse;
	border-top: none;
	}
	
.subMainChannel td, .subMainChannelOver td {
	font: 11px Arial, Helvetica, sans-serif;
	border-collapse: collapse;  
	padding: 2px 0; }

.subMainChannelOver td {
	background: #056957; 
	color: white; 
	}
	
