a.botao {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 12px;
}
a.botao, a.botao span {
	color: #595857;
    float: left; /* fixes dir=ltr problem and other quirks IE */
    padding: 0 12px;
    background: url(../jquery/i/tabs_cf.gif) no-repeat;
}
a.botao {
    margin: 0; /* position: relative makes opacity fail for disabled tab in IE */
    padding-left: 0;
    background-position: 100% 0;
    text-decoration: none;
    white-space: nowrap; /* @ IE 6 */
    outline: 0; /* @ Firefox, prevent dotted border after click */    
}
a.botao:link, a.botao:visited {
	color: #FFF;
}
a.botao:hover {
	color: #CC0000;
    background-position: 100% 0;
}

a.botao:hover span {
	color: #CC0000;
    background-position: 0 0;
}

a.botao span {
	padding-top: 0;
    padding-right: 0;
    height: 26px;
    background-position: 0 0;
    line-height: 26px;
}

#botoes {
	text-align: center;
	width: 730px;
	clear: both;
	display: block;
	padding: 10px 0;
	height: 20px;
}
