@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;
}

#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 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: 96px; /* 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.floors { /* all list items */
	width: 229px; /* width needed or else Opera goes nuts */
	background: url(../../images/structure/nav_bar/economic_responsibility.jpg) no-repeat left top;
}

#nav li.floors a {
	width: 207px;
}

#nav li.floors a.li_hide:hover {
	background: url(../../images/structure/nav_bar/economic_responsibility_over.jpg) no-repeat left top;
}

#nav li.walls { /* all list items */
	width: 227px; /* width needed or else Opera goes nuts */
	background: url(../../images/structure/nav_bar/social_responsibility.jpg) no-repeat left top;
}

#nav li.walls a {
	width: 207px;
}

#nav li.walls a.li_hide:hover {
	background: url(../../images/structure/nav_bar/social_responsibility_over.jpg) no-repeat left top;
}

#nav li.roofs { /* all list items */
	width: 98px; /* width needed or else Opera goes nuts */
	background: url(../../images/structure/nav_bar/environmental_responsibility.jpg) no-repeat left top;
}

#nav li.roofs a {
	width: 78px;
}

#nav li.roofs a.li_hide:hover {
	background: url(../../images/structure/nav_bar/environmental_responsibility_over.jpg) no-repeat left top;
}

#nav li.fourth_nav { /* all list items */
	width: 126px; /* width needed or else Opera goes nuts */
	background: url(../../images/structure/nav_bar/fourth_nav.jpg) no-repeat left top;
}

#nav li.fourth_nav a {
	width: 106px;
}

#nav li.fourth_nav a.li_hide:hover {
	background: url(../../images/structure/nav_bar/fourth_nav_over.jpg) no-repeat left top;
}



#nav li:hover, #nav li.sfhover { /* lists nested under hovered list items */
	left: auto;
	background-color: #ff6b0a;
}


#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	_background-color: #ff6b0a;
}


/* Nav Bar Specific - Rollovers, etc. End */
