#tabsJ {
	float:left;
	width:100%;
	font-size:14px;
	font-weight:normal;
	font-family: 'Trebuchet MS', Verdana, Sans-Serif;
	line-height:normal;
	}
#tabsJ ul {
	margin:0;
	padding:0px 0px 0px 0px;
	list-style:none;
}
#tabsJ li {
	display:inline;
	margin:0;
	padding:0;

}
#tabsJ a {
	float:left;
	/*background:url("../images/tableftJ.gif") no-repeat left top;*/
	margin:0;
	padding:0 0 0 5px;

	text-decoration:none;
}
#tabsJ a span {
	float:left;
	display:block;
	background:#e6e6e6;
	padding:5px 5px 5px 5px;
	border:none;
	color:#888888;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsJ a span {
	float:none;
}
/* End IE5-Mac hack */
#tabsJ a:hover span {
	color:#fff;
	background:#e51837;
}

#tabsJ a:hover {

}
#tabsJ a:hover span {

}
#tabsJ #current a {

}
#tabsJ #current a span {
	background:#e51837;
	color:#fff;
}
