@charset "UTF-8";

/* Nav Bar Specific - Rollovers, etc. Begin */

#nav_bar {
	width: 776px;
	float: right;
	margin: 27px 0 0 0;
}

#nav { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#nav li:hover, #nav li.hover {  
    position: static;  
}  

#nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	height: 217px;
	background: url(../../images/structure/nav_bar/nav_bar_transparency.png) no-repeat left top;
}

#nav a {
	display: block;
	height: 17px;
	color: #fff;
	font-size: 13px;
	text-decoration: none;
	font-weight: normal;
}

#nav li { /* all list items */
	float: left;
	
}

#nav li ul a {
	height: 20px;
}

#nav li a.li_hide {
	text-indent: -9999px;
	padding-left: 15px;
	padding-right: 5px;
	font-size: 12px;
	padding-top: 8px;
	text-transform: uppercase;
}

#nav_spacer { /* all list items */
	width: 121px; /* width needed or else Opera goes nuts */
	height: 25px;
	background: url(../../images/structure/nav_bar/nav_bar_fade_out.png) no-repeat right top;
	float: left;
}

#nav li.economic { /* all list items */
	width: 211px; /* width needed or else Opera goes nuts */
	background: url(../../images/structure/nav_bar/economic_responsibility.jpg) no-repeat left top;
}

#nav li.economic a {
	width: 191px;
}

#nav li.economic a.li_hide:hover {
	background: url(../../images/structure/nav_bar/economic_responsibility_over.jpg) no-repeat left top;
}

#nav li.social { /* all list items */
	width: 187px; /* width needed or else Opera goes nuts */
	background: url(../../images/structure/nav_bar/social_responsibility.jpg) no-repeat left top;
}

#nav li.social a {
	width: 167px;
}

#nav li.social a.li_hide:hover {
	background: url(../../images/structure/nav_bar/social_responsibility_over.jpg) no-repeat left top;
}

#nav li.environmental { /* all list items */
	width: 257px; /* width needed or else Opera goes nuts */
	background: url(../../images/structure/nav_bar/environmental_responsibility.jpg) no-repeat left top;
}

#nav li.environmental a {
	width: 237px;
}

#nav li.environmental a.li_hide:hover {
	background: url(../../images/structure/nav_bar/environmental_responsibility_over.jpg) no-repeat left top;
}

#nav li.economic ul { /* second-level lists */
	position: absolute;
	background: url(../../images/structure/nav_bar/nav_bar_transparency.png) repeat;
	width: 211px;
	left: -9999px; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li.social ul { /* second-level lists */
	position: absolute;
	background: url(../../images/structure/nav_bar/nav_bar_transparency.png) repeat;
	width: 187px;
	left: -999px; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li.environmental ul { /* second-level lists */
	position: absolute;
	background: url(../../images/structure/nav_bar/nav_bar_transparency.png) repeat;
	width: 257px;
	left: -9999px; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav ul li a {
	padding: 7px 5px 0 15px;
}

#nav ul li a:hover {
	background-color: #476c00;
}

#nav ul li.lead {
	margin: 5px 0 0 0;
}

#nav li.economic ul ul { /* third-and-above-level lists */
	margin: -1.9em 0 0 -211px;
	background-image: none;
	background-color: #476c00;
	height: 66%;
	padding-top: 5px;
}

	#nav li.economic ul ul li a {
		padding: 0 5px 0 10px;
		margin: 0;
	}

#nav li.social ul ul { /* third-and-above-level lists */
	margin: -1.9em 0 0 -187px;
	background-image: none;
	background-color: #476c00;
	height: 66%;
	padding-top: 5px;
}

	#nav li.social ul ul li a {
		padding: 0 5px 0 10px;
		margin: 0;
	}

#nav li.environmental ul ul { /* third-and-above-level lists */
	margin: -1.9em 0 0 -257px;
	background-image: none;
	background-color: #476c00;
	height: 66%;
	padding-top: 5px;
}

	#nav li.environmental ul ul li a {
		padding: 0 5px 0 10px;
		margin: 0;
	}
	
	
	
	
	

#nav li:hover, #nav li.sfhover { /* lists nested under hovered list items */
	left: auto;
	background-color: #476c00;
}


#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	_background-color: #363a3b;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
	background-color: #363a3b;
}

#nav li li:hover ul, #nav li li.sfhover ul, #nav li li li:hover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	background-color: #476c00;
}

/* Nav Bar Specific - Rollovers, etc. End */