/* CSS Document */

<!--

#transparencia		{
		width: 165px; height: 18px;
		overflow: hidden;
		background: url(imagens/trasparencia.png) top left no-repeat;
		display: block;
		text-indent: 10000px;
		}
 
#transparencia:hover	{
		background-position: bottom left;
		}
#turismo		{
		width: 165px; height: 18px;
		overflow: hidden;
		background: url(imagens/turismo.png) top left no-repeat;
		display: block;
		text-indent: 10000px;
		}
 
#turismo:hover	{
		background-position: bottom left;
		}
#agenda		{
		width: 282px; height: 18px;
		overflow: hidden;
		background: url(imagens/agenda.png) top left no-repeat;
		display: block;
		text-indent: 10000px;
		}
 
#agenda:hover	{
		background-position: bottom left;
		}
#negocios 	{
		width: 200px; height: 20px;
		overflow: hidden;
		background: url(imagens/negocios.png) top left no-repeat;
		display: block;
		text-indent: 10000px;
		}
 
#negocios:hover	{
		background-position: bottom left;
		}


-->