#mainNav, #mainNav ul, .navtext { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	/*text-transform: uppercase;
	commented out, then size from 11->12
	*/
	font-size: 13px;
	font-weight: bold;
}
/* LINK DECLARATIONS */
#mainNav a {
	display: block;
	/*width: 200px;*/
	color: #fff;
	text-decoration: none;
	font-weight:100;
	text-transform: uppercase;
	padding-top: 10px;
	padding-bottom: 10px;
}
#mainNav a strong {
	font-weight: normal;
}
#mainNav a:visited {
	color: #fff;
	text-decoration: none;
}
#mainNav a:hover {
	color: #eff797*;
	text-decoration: none;
	background: #695258;/* from li:hover*/
}
#mainNav a:active {
	color: #eff797;/*yellow*/
	text-decoration: none;
	background: #695258;
}

#mainNav li { /* all list items: button boxes */
	background: #7e696d;/*light purple*/
	text-align:center;
	padding-top: 0px;
	padding-bottom: 0px;
	float: left;
	width: 142px; /* width needed or else Opera goes nuts */
}



#mainNav li:hover, #mainNav li.ieon { /* Main menu buttons ON state */
	background: #695258;/*#715d61dark purple*/
}
	

/****************************/
/* SECOND LEVEL */
/***************************/

#mainNav li ul { /* second-level lists */
	position: absolute;
	/*margin-top: 10px;*/
	background: #7e696d;
	width: 156px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	z-index:1000;
	margin-left: -999em;
}
#mainNav li ul li{ /* second level list items */
	width: 156px;
	font-size: 12px;
	text-align: left;
	left:auto;/**/
}
#mainNav li ul li a { /* second level list items links */
	/*width: 108px;*/
	padding:5px;
	text-transform: none;
}

#mainNav li ul li a, #mainNav li ul li a:visited { /* second level list items links */
	color: white;
}

/***********************/
/* THIRD LEVEL */
/***********************/
#mainNav li ul li ul{
	position: static;
	/*margin: 5px 0px 0px -5px;*/
	background: #715d61;
	width: 156px;
}
#mainNav li ul li ul li, #mainNav li ul li ul li:hover{
	font-size: 11px;
	background: url(/images/nav/tertiary_nav_arrow.png) no-repeat !important;
}
#mainNav li ul li ul li a, #mainNav li ul li ul li a:visited, #mainNav li ul li ul li.treeOn a:visited{
	color:#eff797  !important;
	margin-left: 15px;

}
#mainNav li ul li ul li a:hover{color:#FFFFFF !important; background-color:inherit;}


/* TURN ON PULL DOWN SUBMENUS */
#mainNav li:hover ul, #mainNav li.ieon ul { /* lists nested under hovered list items (li.ieon is IE 6&7 fix) */
	left: auto;
	margin-left:0px;
}

#mainNav li.ieon ul { /* The submenus need to be nudged left in IE6 */
	margin-left: -72px;
}
#mainNav li.ieon ul li ul{
	margin-left:0px;
	}


/* TURN OFF MAIN MENU BUTTONS WHEN IN THEIR CATAGORY */
#mainNav li.treeOn, #mainNav li.leafOn { /* The box area of the button */
	background: #695258; 
}
#mainNav li.treeOn:hover { /* The box area of the button */
	background: #695258 ; 
}
#mainNav li.treeOn a:visited { /* The link */
	color: #ffffff;
	text-decoration: none;
}
#mainNav li.treeOn a:hover { /* The link */
	color: #ffffff;
	text-decoration: none;
}
#mainNav ul li ul li.treeOn{
	background:inherit;
	}
#mainNav ul li ul li.leafOn a, #mainNav ul li ul li.leafOn a:visited{
	color: #eff797;
	}
#mainNav ul li ul li ul li.leafOn a, #mainNav ul li ul li ul li.leafOn a:visited{
	color: #ffffff !important;
	}

/* #mainNav li.on:hover ul, #mainNav li.On.sfhover ul {  The submenu */
/*	left: -999em;  using left instead of display to hide menus because display: none isn't read by screen readers */
/*}*/ 

/* FAR RIGHT ITEM OF THE MAIN MENU */
#mainNav li:last-child{width:141px;}
#mainNav ul li ul li:last-child{width:156px}



/*****************************/
/* SUBNAV */
/****************************/

#subNav{
	background-color: #7e696d;
	padding-bottom: 20px;
	}
#subNav a strong{
	font-weight:normal;
	color:#eff797;
	}
#subNav ul li{
	position: absolute;
	left: -999em;
	}

#subNav ul {
	padding: 0px 0 0px 10px;
	margin: 0;
}

#subNav ul ul{
	margin-top: 5px;
}
#subNav a{color:#FFFFFF;}


#subNav a:hover {
	color: #eff797;
	text-decoration: none;
}
#subNav ul li ul li.treeOn a:hover, #subNav ul li ul li.leafOn ul li a:hover{
	color: #eff797;
	text-decoration: none;
	} 
/*Second level*/
#subNav ul li.treeOn, #subNav ul li.leafOn{
	background: url(/images/nav/subnav_dots.jpg) no-repeat 0px 25px;
	font-size: 18px;
	padding: 5px 0  0px;
	list-style-type: none;
	position: static;
	left:auto;

}
#subNav ul li.treeOn ul li, #subNav ul li.leafOn ul li {
	background: url(/images/nav/subnav_bullet.jpg) no-repeat 0px 4px;
	font-size:12px;
	padding: 3px 5px 3px 15px;
	list-style-type: none;
	position: static;
	left:auto;

	}
#subNav ul li ul li a, #subNav ul li ul li.leafOn ul li a {/**/
	color: #ffffff;
	font-weight: 100;
	}

#subNav ul li ul li.leafOn a, #subNav ul li ul li.treeOn a{
	color: #eff797;/*Active page yellow*/
}

/*third level*/ 
#subNav ul li ul li ul li.leafOn a{
	color: #eff797;/*active page yellow*/
}
#subNav ul li ul li.treeOn a{
	color:#ffffff;
	}
#subNav ul li ul li.treeOn, #subNav ul li ul li.leafOn{ 
	background: url(/images/nav/subnav_bullet.jpg) no-repeat 0px 4px;
	font-size:12px;
	padding-left: 15px;
	}





/* **OLD** SUBNAV - right side block  **OLD**/
#sectionname {
	font-size: 18px;
	color: #eff797;
	padding: 5px 0 0 15px;
}
img.subnavdots {
	padding: 0 0 0 15px;
}
ul#sidesubnav {
	padding: 0 0 15px 10px;
	margin: 0;
	color: #fff;
}
ul#sidesubnav li {
	background: url(/images/nav/subnav_bullet.jpg) no-repeat 3px 6px;
	padding: 5px 0 0 20px;
	list-style-type: none;
}
ul#sidesubnav li a {
	color: #fff;
	font-weight: 100;
	}

ul#sidesubnav li a:hover {
	color: #eff797;
	font-weight: 100;
	text-decoration: none;
}


div#enewssignup ul#sidesubnav li.treeOn a:hover, div#enewssignup ul#sidesubnav li.treeOn a {
	color: #EFF797;
}





/* IE 6 ONLY RECOGNIZED :HOVER ON A TAGS */
#pageTabs li:hover { /* all list items: button box On state */
	background: #f7ebb5;
	
}



/********* OLD CODE ************/
#mainNav li.mainNavRightElement { /* far right main menu item needs an extra pixel of width to fill a small gap */
	width: 140px;
}
#mainNav li.mainNavRightElement ul { /* second-level list for the far right item */
	width: 142px;
}
#mainNav li.mainNavRightElement ul li { /* second level list items */
	width: 142px;
}
#mainNav li.mainNavRightElement ul li a {
	width: 142px;
}

/* PAGE TABS */
#pageTabs, #pageTabs ul { /* all lists */
	padding: 0;
	list-style: none;
	line-height: 1;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 5px;
	font-size: 11px;
}

#pageTabs li { /* all list items: button boxes */
	background: #f7b36b;
	text-align:center;
	float: left;
	/*width: 10em;  width needed or else Opera goes nuts */
	border-top: 1px solid #adb288;
	border-left: 1px solid #adb288;
	border-right: 1px solid #adb288;
}
a.pagetab_ON {
	background: #ffffff;
	color: #b03610 !important;
	font-weight: bold;
}

a.pagetab_OFF {
	background: #f7b36b;
	color: #000 !important;
}

#pageTabs a {
	display: block;
	padding: 5px;
	/*width: 10em;*/
	
	color: #000;
	text-decoration: none;
	font-weight: normal;
}

#pageTabs a:visited {
	color: #000;
	text-decoration: none;
}

#pageTabs a:hover {
	color: #ab2904;
	background: #ffffff;
	text-decoration: none;
}

#pageTabs a:active {
	color: #ab2904;
	text-decoration: none;
}


