#secondary_nav {
	position:absolute;
	z-index:999;
	top:36px;
	text-align:center;
	margin:8px 0 0 0;
	padding:0;
	list-style: none;
	font-size: 12px;
	color:#ffffff;
	background-color:#44c8f5;
	height:22px;
}

#secondary_nav li {
	float: left;
	margin: 0;
	padding:0;	
	position: relative; 
	display: block;
	height:22px;
	font-weight:bold;
	background: url(../../img/bg_secondary_nav_separator.gif) no-repeat 100% 0;
	text-align:left;
}

#secondary_nav li a span {
	display: block;
	float: left;
	padding: 3px 10px 0 10px;
	cursor: pointer;
	height: 19px;
}

#secondary_nav li a {
	display: block;
	float: left;
	height: 22px;
	line-height: 16px;
	color: #ffffff;
	padding: 0 0 0 3px;
	margin:0;
	text-decoration: none;
	white-space: nowrap;
}

#secondary_nav li a.on {
	color: #ffffff;
	background: #008ac8 url(../../img/bg_secondary_nav_separator.gif) no-repeat 100% 0;
}

#secondary_nav li a:hover {
	color: #ffffff;
	text-decoration: none;
	background: #008ac8 url(../../img/bg_secondary_nav_separator.gif) no-repeat 100% 0;
}

#tab_business, #tab_employees,#tab_communities, #tab_environment {
	width:113px;text-align:center;
}

#business #tab_business, #employees #tab_employees, #communities #tab_communities, #environment #tab_environment {
	color: #000000;
}