#tabs {
	float:left;
	width:415px;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:9px;
	text-transform:uppercase;
	height:20px;
}
#tabs ul {
	margin:0;
	padding:0px 0px 0 0px;
	list-style:none;
	overflow:hidden;
}

#tabs li {
	display:inline;
	padding:0px 0px 0px 0px;
	cursor:pointer;
	float:left;
}

#tabs a {
	float:left;
	background:url("../front/images/tableft.gif") no-repeat left top;
	margin:0;
	padding:0px 0px 0px 9px;
	text-decoration:none;
	cursor:pointer;
}

#tabs a span {
	float:left;
	display:block;
	background:url("../front/images/tabright.gif") no-repeat right top;
	margin:0px;
	padding:3px 10px 0px 0px;
	color:#FFFFFF;
	height:12px;
	cursor:pointer;
}
	
#tabs a span {
		float:none;
}
	
#tabs a:hover span {
	color:#EDEDEF;
}

#tabs a:hover {
	background-position:0% -21px;
}

#tabs a:hover span {
	background-position:100% -21px;
}
	
#tabs .current a {
	background-position:0% -21px;
}
#tabs .current a span {
	background-position:100% -21px;
}
#tabs .normal a {
	background-position:0% 0px;
	font-size:9px;
}
#tabs .normal a span {
	background-position:100% 0px;
	font-size:9px;
}