#main-tabs {
	width: 815px;
	padding-left: 145px;
	height: 25px;
	margin-top: 10px;
}

#main-tabs li {
	display: block;
	float: left;
	width: 100px;
	line-height: 25px;
	margin-right: 5px;
}

#main-tabs li a {
	display: inline;
	font-size: 14px;
	font-family: 'trebuchet ms', arial, helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	background:  url(../img/new-top-tabs.png) top center no-repeat;
	text-align: center;
	color: #fff;
	float: left;
	text-decoration: none;
	width: 100px;
	margin-right: 5px;

}

#main-tabs  a.active, #main-tabs  a:hover {
	background:  url(../img/new-top-tabs.png) 0 -40px no-repeat;
	color: #000;
}