
    #tabsJ {
	float:left;
	width:100%;
	font-size:20px;
	font-weight:normal;
	font-family: 'Trebuchet MS', Verdana, Sans-Serif;
	line-height:normal;
	}
#tabsJ ul {
	margin:0;
	padding:0px 0px 0 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 10px;
	text-decoration:none;
}
#tabsJ a span {
	float:left;
	display:block;
	background:url("../images/tabrightJ.gif") no-repeat right top;
	padding:5px 18px 5px 3px;
	color:#ebf7fe;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsJ a span {
	float:none;
}
/* End IE5-Mac hack */
    #tabsJ a:hover span {
	color:#005a8d;
}
#tabsJ a:hover {
	background-position:0% -36px;
}
#tabsJ a:hover span {
	background-position:100% -36px;
}
#tabsJ #current a {
	background-position:0% -36px;
}
#tabsJ #current a span {
	background-position:100% -36px;
	color:#005a8d;
}
