/* CSS Document */
img {
border: none;
} 

#tabsJ {
	text-align:center;
	width:100%;
	padding:0;
}
#tabsJ ul {
	margin:0;
	padding:0;
	list-style:none;
}
#tabsJ li {
	display:inline;
	margin:0;
	padding:0;
}
#tabsJ a {

	float:left;
	background:url("../imagens/tableft.gif") no-repeat left top;
	font-family:"Trebuchet MS",Verdana;
	font-size:12px;
	font-weight:bold;
	margin:0;
	padding:0 1px 0 9px;
	text-decoration:none;
	
}
#tabsJ a span {
	float:left;
	display:block;
	background:url("../imagens/tabright.gif") no-repeat right top;
	padding:7px 13px 9px 5px;
	color:#999999;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabsJ a span {
	float:none;
}
/* End IE5-Mac hack */
#tabsJ a:hover span {
	color:#000099;
}
#tabsJ a:hover {
	background-position:0% -34px;
}
#tabsJ a:hover span {
	background-position:100% -34px;
	color:#000066;
	text-decoration:underline;
}


