#home-panes div.js {
	display: none; 
	}
	
#home-tabs {
	position: absolute;
	top: 222px;
	left: 1px;
	list-style-type: none;
	margin: 0;
	padding: 0;
	}
	
#home-tabs li {
	float: left;
	width: 184px;
	min-height: 54px;
	margin: 0 0 0 8px;
	padding: 0;
	font-size: 130%;
	font-weight: bold;
	line-height: 1;
	}
	
#home-tabs li a {
	display: block;
	color: #666;
	text-decoration: none;
	padding: 20px 0 0 20px;
	min-height: 34px;
	}
	
#home-tabs li a:hover,
#home-tabs li a.current {
	color: #fff;
	}
	
#home-tabs li.tab-one a {
	background: url(../images/tab-splash-efficient-off.jpg) 0 0 no-repeat;
	}
	
#home-tabs li.tab-one a:hover,
#home-tabs li.tab-one a.current {
	background: url(../images/tab-splash-efficient-on.jpg) 0 0 no-repeat;
	}
	
#home-tabs li.tab-two a {
	background: url(../images/tab-splash-partners-off.jpg) 0 0 no-repeat;
	}
	
#home-tabs li.tab-two a:hover,
#home-tabs li.tab-two a.current {
	background: url(../images/tab-splash-partners-on.jpg) 0 0 no-repeat;
	}
	
#home-tabs li.tab-three a {
	background: url(../images/tab-splash-reliable-off.jpg) 0 0 no-repeat;
	}
	
#home-tabs li.tab-three a:hover,
#home-tabs li.tab-three a.current {
	background: url(../images/tab-splash-reliable-on.jpg) 0 0 no-repeat;
	}
	
#home-tabs li.tab-four a {
	background: url(../images/tab-splash-award-off.jpg) 0 0 no-repeat;
	}
	
#home-tabs li.tab-four a:hover,
#home-tabs li.tab-four a.current {
	background: url(../images/tab-splash-award-on.jpg) 0 0 no-repeat;
	}
	
#home-tabs li.tab-five a {
	background: url(../images/tab-splash-profit-off.jpg) 0 0 no-repeat;
	}
	
#home-tabs li.tab-five a:hover,
#home-tabs li.tab-five a.current {
	background: url(../images/tab-splash-profit-on.jpg) 0 0 no-repeat;
	}