@charset "utf-8";

/* MENU */

#menu {
	list-style: none;
	padding: 0px;
	margin: 0px;
	width: 780px;
	height: 90px;
	background:url(../img/menu.jpg) no-repeat top;
	position: relative;
	overflow:hidden;
}
#menu span {
	display: none;
	position: absolute;
}
#menu a {
	display: block;
	text-indent: -9999em;
	position: absolute;
	outline: none;
}
#menu a:hover {
	background-position: left bottom;
}
#menu a:hover span{
	display: block;
}
#menu .empresa { width: 112px; height: 30px; background:url(../img/menu/empresa.jpg) no-repeat; left: 16px; top: 29px; }
#menu .empresa span { width: 112px; height: 30px; }

#menu .srv { width: 101px; height: 30px; background:url(../img/menu/servicos.jpg) no-repeat; left: 131px; top: 29px; }
#menu .srv span { width: 101px; height: 30px; }

#menu .prod { width: 107px; height: 30px; background:url(../img/menu/produtos.jpg) no-repeat; left: 536px; top: 29px; }
#menu .prod span { width: 107px; height: 30px; }

#menu .orcamento { width: 122px; height: 30px; background:url(../img/menu/orcamento.jpg) no-repeat; left: 647px; top: 29px; }
#menu .orcamento span { width: 122px; height: 30px; }

