﻿#imgTopo
{
	background-image: url('../imagens/topo.png');
	width:770px;
	height:132px;
	left: 50%;
	margin-left: -385px;
	position: relative;
}

#menu
{
	width:770px;
	position: relative;
}

#denteEsquerdo
{
	background-image: url('../imagens/denteEsquerdo.png');
	width: 121px;
	height: 30px;
	float: left;
}

#denteDireito
{
	background-image: url('../imagens/denteDireito.png');
	width: 124px;
	height: 30px;
	float: left;
}

.ItemMenu
{
	background-image: url('../imagens/botao.png');
	width: 131px;
	height: 30px;
	float: left;
	display: inline;
}

.ItemMenu:hover
{
	background-image: url('../imagens/botaoOver.png');
	width: 131px;
	height: 30px;
	float: left;
	display: inline;
}