#tabs {
	float:left;
	width:100%;
	line-height:normal;
	font-family:"Century Gothic";
	font-size:13px;
	color:#FFFFFF;
	font-weight:bold;
	text-transform:uppercase;
}

#tabs ul {
	margin:0;
	padding:0px 0px 0 0px;
	list-style:none;
}

#tabs li {
	display:inline;
	margin:0;
	padding:0;
	cursor:pointer;
}

#tabs a {
	float:left;
	background:url("images/tableft.gif") no-repeat left top;
	margin:0;
	padding:0 0 0 21px;
	text-decoration:none;
}

#tabs a span {
	float:none;
	display:block;
	background:url("images/tabright.gif") no-repeat right top;
	padding:8px 17px 8px 0px;
	color:#FFFFFF;
}
		
#tabs a:hover span {
	color:#EDEDEF;
}

#tabs a:hover {
	background-position:0% -32px;
}

#tabs a:hover span {
	background-position:100% -32px;
}
	
#tabs .current a {
	background-position:0% -32px;
}
#tabs .current a span {
	background-position:100% -32px;
}