/* CSS Document */

#navegacao {
	background: url(bg.gif) repeat-x #96a3a8;
	height: 68px;
	width: 100%;
}

#botoesNav {	
	height: 68px;
	width: 757px;
	margin: 0 auto;
}

#botoesNav li{	
	float: left;
	height: 23px;
	padding: 39px 0 0 0;
}

#botoesNav a{	
	display: block;
	height: 23px;
	width: 104px;
	background: left top;
	text-indent: -2000px;
}

#botoesNav a:hover{	
	background-position: 0 -23px; 	
}

#botoesNav .boateBarra{	
	background: url(top_02.gif) no-repeat;
}

#botoesNav .academiaBarra{	
	background: url(top_03.gif) no-repeat;
}

#botoesNav .radioBarra{	
	background: url(top_04.gif) no-repeat;
}

#botoesNav .jornalBarra{	
	background: url(top_06.gif) no-repeat;
}

#botoesNav .cadastroBarra{	
	background: url(top_07.gif) no-repeat;
}

#botoesNav .loginBarra{	
	background: url(top_08.gif) no-repeat;
}

#botoesNav .logosixBarra{	
	background: url(logo.gif) no-repeat;
	width: 132px;
	height: 62px;
	padding: 0;
	text-indent: -2000px;
}


