/***** MENU PRINCIPAL ******/

.menuPrincipal{
	width: 765px;
	height: 24px;
	float: left;
	margin: 25 0 0 0;
}

.menuPrincipal ul li{
	float: left;
	display: inline; /* poderia esta aqui. ta aqui s— pra garantir. */
}


.bt1 a, .bt1 a:link, .bt1 a:visited, .bt1 a:active {
	width: 112px;
	height: 24px;
	background: url(../imagens/bt1.gif) center top no-repeat;
	
	text-indent:-19999px;  /* joga o texto pra direita */
	overflow: hidden; /* some texto */
	float: left; /* quando tudo fuder coloca o float:left que funciona */
	display: block;
}

.bt1 a:hover {
	width: 112px;
	height: 24px;
	background: url(../imagens/bt1.gif) center top no-repeat;
	border-bottom: 2px solid #ccc;
	text-indent:-19999px;  /* joga o texto pra direita */
	overflow: hidden; /* some texto */
	float: left; /* quando tudo fuder coloca o float:left que funciona */
	display: block;
}


.bt2 a, .bt2 a:link, .bt2 a:visited, .bt2 a:active {
	width: 135px;
	height: 24px;
	background: url(../imagens/bt2.gif) center top no-repeat;
	
	text-indent:-19999px;  /* joga o texto pra direita */
	overflow: hidden; /* some texto */
	float: left; /* quando tudo fuder coloca o float:left que funciona */
	display: block;
}

.bt2 a:hover {
	width: 135px;
	height: 24px;
	background: url(../imagens/bt2.gif) center top no-repeat;
	border-bottom: 2px solid #ccc;	
	text-indent:-19999px;  /* joga o texto pra direita */
	overflow: hidden; /* some texto */
	float: left; /* quando tudo fuder coloca o float:left que funciona */
	display: block;
}

.bt3 a, .bt3 a:link, .bt3 a:visited, .bt3 a:active {
	width: 83px;
	height: 24px;
	background: url(../imagens/bt3.gif) center top no-repeat;
	
	text-indent:-19999px;  /* joga o texto pra direita */
	overflow: hidden; /* some texto */
	float: left; /* quando tudo fuder coloca o float:left que funciona */
	display: block;
}

.bt3 a:hover {
	width: 83px;
	height: 24px;
	background: url(../imagens/bt3.gif) center top no-repeat;
	border-bottom: 2px solid #ccc;	
	text-indent:-19999px;  /* joga o texto pra direita */
	overflow: hidden; /* some texto */
	float: left; /* quando tudo fuder coloca o float:left que funciona */
	display: block;
}

.bt4 a, .bt4 a:link, .bt4 a:visited, .bt4 a:active {
	width: 177px;
	height: 24px;
	background: url(../imagens/bt4.gif) center top no-repeat;
	
	text-indent:-19999px;  /* joga o texto pra direita */
	overflow: hidden; /* some texto */
	float: left; /* quando tudo fuder coloca o float:left que funciona */
	display: block;
}

.bt4 a:hover {
	width: 177px;
	height: 24px;
	background: url(../imagens/bt4.gif) center top no-repeat;
	border-bottom: 2px solid #ccc;
	text-indent:-19999px;  /* joga o texto pra direita */
	overflow: hidden; /* some texto */
	float: left; /* quando tudo fuder coloca o float:left que funciona */
	display: block;
}

.bt5 a, .bt5 a:link, .bt5 a:visited, .bt5 a:active {
	width: 148px;
	height: 24px;
	background: url(../imagens/bt5.gif) center top no-repeat;
	
	text-indent:-19999px;  /* joga o texto pra direita */
	overflow: hidden; /* some texto */
	float: left; /* quando tudo fuder coloca o float:left que funciona */
	display: block;
}

.bt5 a:hover {
	width: 148px;
	height: 24px;
	background: url(../imagens/bt5.gif) center top no-repeat;
	border-bottom: 2px solid #ccc;
	text-indent:-19999px;  /* joga o texto pra direita */
	overflow: hidden; /* some texto */
	float: left; /* quando tudo fuder coloca o float:left que funciona */
	display: block;
}

.bt6 a, .bt6 a:link, .bt6 a:visited, .bt6 a:active {
	width: 109px;
	height: 24px;
	background: url(../imagens/bt6.gif) center top no-repeat;
	
	text-indent:-19999px;  /* joga o texto pra direita */
	overflow: hidden; /* some texto */
	float: left; /* quando tudo fuder coloca o float:left que funciona */
	display: block;
}

.bt6 a:hover {
	width: 109px;
	height: 24px;
	background: url(../imagens/bt6.gif) center top no-repeat;
	border-bottom: 2px solid #ccc;
	text-indent:-19999px;  /* joga o texto pra direita */
	overflow: hidden; /* some texto */
	float: left; /* quando tudo fuder coloca o float:left que funciona */
	display: block;
}