@charset "iso-8859-1";

#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	width:600px;
}

#nav a {
	display: block;
	width: 300px;
}

#nav li { /* all list items */
	float: left;
	width: 300px; /* width needed or else Opera goes nuts */
}

#nav li ul { /* second-level lists */
	position: absolute;
	border:1px solid #99a8b7;
	background: #FFF;
	width: 248px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}
#nav li ul li{
	width: 248px;
}
#nav li ul li a{
	margin: 0;
	padding: 3px 10px;
	width: 248px;
	line-height: 18px;
	text-decoration: none;
	color:#333;
}

#nav li ul li a:hover{
	background-color:#bfe0fb;
	width: 248px;
}

/* Environmental Management */
#Management{
	margin: 0 2px;
	padding: 0;
	display: block;
	width:296px;
	height:42px;
	line-height:42px;
	background: transparent url(../images/menu.jpg) 0px 0px no-repeat;
	text-indent: -9999px;
	text-decoration: none;
}
*html #Management{/*for IE*/
	margin: 0;
}
/* Environmental Performance */
#Performance{
	margin: 0 2px;
	padding: 0;
	display: block;
	width:296px;
	height:42px;
	line-height:42px;
	background: transparent url(../images/menu.jpg) 0px -45px no-repeat;
	text-indent: -9999px;
	text-decoration: none;
}
*html #Performance{/*for IE*/
	margin: 0;
}

/* Environmental Label Certified Products */
#Label{
	margin: 0 2px;
	padding: 0;
	display: block;
	width:296px;
	height:42px;
	line-height:42px;
	background: transparent url(../images/menu.jpg) 0px -90px no-repeat;
	text-indent: -9999px;
	text-decoration: none;
}
*html #Label{/*for IE*/
	margin: 0;
}

/* Milestones in our environmental conservation activities */
#History{
	margin: 0 2px;
	padding: 0;
	display: block;
	width:296px;
	height:42px;
	line-height:42px;
	background: transparent url(../images/menu.jpg) 0px -135px no-repeat;
	text-indent: -9999px;
	text-decoration: none;
}
*html #History{/*for IE*/
	margin: 0;
}

#Report{
	margin: 0 2px;
	padding: 0;
	display: block;
	width:296px;
	height:42px;
	line-height:42px;
	background: transparent url(../images/menu.jpg) 0px -180px no-repeat;
	text-indent: -9999px;
	text-decoration: none;
}
*html #Report{/*for IE*/
	margin: 0;
}


#content {
	clear: both;
	color: #ccc;
}
.fclear{
	margin:0;
	padding:0;
	border: 1px solid #fff;
	clear:both;
}

