/* BCG MENU CSS */

#mainmenu {
	width: 668px;
	height: 31px;
	margin: 0;
	padding: 0;
	float: left;
}

#menuitems {
	width: 488px;
	height: 31px;
	padding: 0;
	margin: 0;
	float: right;
}

#menuitems a span {
	display: none;
}
	
.about {
	height: 31px;
	padding: 0;
	margin: 0;
	width: 164px;
	display: block;
	float:left;
	background: url('../img/topnav/about_off.gif') top left no-repeat;
	position: relative;
	z-index: 500;
}

.about_on {
	height: 31px;
	padding: 0;
	margin: 0;
	width: 164px;
	display: block;
	float:left;
	background: url('../img/topnav/about_on.gif') top left no-repeat;
	position: relative;
	z-index: 1000;
}

.impact {
	height: 31px;
	padding: 0;
	margin: 0 0 0 -2px;
	width: 164px;
	display: block;
	float:left;
	background: url('../img/topnav/impact_off.gif') top left no-repeat;
	position: relative;
	z-index: 500;

}

.impact_on {
	height: 31px;
	padding: 0;
	margin: 0 0 0 -2px;
	width: 164px;
	display: block;
	float:left;
	background: url('../img/topnav/impact_on.gif') top left no-repeat;
	position: relative;
	z-index: 1000;
}

.career {
	height: 31px;
	padding: 0;
	margin: 0 0 0 -2px;
	width: 164px;
	display: block;
	float:left;
	background: url('../img/topnav/careers_off.gif') top left no-repeat;
	position: relative;
	z-index: 500;
}

.career_on {
	height: 31px;
	padding: 0;
	margin: 0 0 0 -2px;
	width: 164px;
	display: block;
	float:left;
	background: url('../img/topnav/careers_on.gif') top left no-repeat;
	position: relative;
	z-index: 1000;
}

.globality {
	height: 31px;
	padding: 0;
	margin: 0 0 0 -2px;
	width: 164px;
	display: block;
	float:right;
	background: url('../img/topnav/global_on.gif') top left no-repeat;
	position: relative;
	z-index: 500;
}

.globality_on {
	height: 31px;
	padding: 0;
	margin: 0 0 0 -2px;
	width: 164px;
	display: block;
	float:right;
	background: url('../img/topnav/global_on.gif') top left no-repeat;
	position: relative;
	z-index: 1000;
}
.placeholder {
	height: 31px;
	padding: 0;
	margin: 0  2px 0 -2px;
	width: 160px;
	display: block;
	float:right;
	background: url('../img/topnav/tab_placeholder.gif') top left no-repeat;
	position: relative;
	z-index: 500;
}

.placeholder_on {
	height: 31px;
	padding: 0;
	margin: 0 2px 0 -2px;
	width: 160px;
	display: block;
	float:right;
	background: url('../img/topnav/tab_placeholder.gif') top left no-repeat;
	position: relative;
	z-index: 1000;
}

/* subnav careers */


/* subnav impact */

#subnav_impact {
	width: 950px;
	height: 30px;
	margin: 0;
	padding: 0;
	float: right;
	background: url('../img/topnav/subnavbg_impact.gif') top left no-repeat;
}



/* subnav about */

#subnav_about {
	width: 950px;
	height: 30px;
	margin: 0;
	padding: 0;
	float: right;
	background: url('../img/topnav/subnavbg_about.gif') top left no-repeat;
}
/* -------------- */
/*
#subnav_careers {
	width: 950px;
	height: 30px;
	float: right;
	background: #5bac83 url('../img/subnavbg_careers.gif') top left no-repeat;
}
*/

#globalitymenu {
	width: 923px;
	height: 31px;
	margin: 0;
	padding: 10px 0 0 0;
	float: right;
}






