/* CSS Document */
.menu1 {
	position: absolute;
	width: 95px;
	height: 40px;
	top: 101px;
	left: 372px;
	background-image: url(../images/image1.png);
	background-repeat: no-repeat;
	}
.menu1:hover {
	background-image: none;
	background-image: url(../images/image_hover.png);
	background-repeat: no-repeat;
	}
.menu1 span {
	display: none;
	}

.menu2 {
	position: absolute;
	width: 75px;
	height: 25px;
	top: 100px;
	left: 485px;
	background-image: url(../images/texto1.png);
	background-repeat: no-repeat;
	}
.menu2:hover {
	background-image: url(../images/texto_hover.png);
	background-repeat: no-repeat;
	}
.menu2 span {
	display: none;
	}

.menu3 {
	position: absolute;
	width: 80px;
	height: 40px;
	top: 114px;
	left: 592px;
	background-image: url(../images/videos1.png);
	background-repeat: no-repeat;
	}
.menu3:hover {
	background-image: url(../images/videos_hover.png);
	background-repeat: no-repeat;
	}
.menu3 span {
	display: none;
	}
	
.menu4 {
	position: absolute;
	width: 105px;
	height: 25px;
	top: 102px;
	left: 494px;
	background-image: url(../images/materiais.png);
	background-repeat: no-repeat;
	}
.menu4:hover {
	background-image: url(../images/materiais_hover.png);
	background-repeat: no-repeat;
	}
.menu4 span {
	display: none;
	}



