/*Sliding Text and Icon Menu Style*/
.sti-menu{
	width:567px;
	margin:0px 0px 0px 0px;
}

.sti-item{
display:none
}

.sti-menu li{
	float:left;
	width:81px;
	height:100px;
	margin:0px;	
}
.sti-menu li a{
	display:block;
	overflow:hidden;
	text-align:center;
	height:100%;
	width:100%;
	position:relative;
}

.sti-menu li a h2{
	color: #000;
	position: absolute;
	width: 81px;
	top: 0px;
	left: 0px;
}
.sti-menu li a h3{
	font-family: Baskerville, "Hoefler Text", Garamond, "Times New Roman", serif; 
	font-size:18px;
	font-style:italic;
	color: #111;
	position:absolute;
	top:248px;
	left:0px;
	width:180px;
	padding:10px;
}
.sti-icon{
	width: 25px;
	height: 55px;
	position: absolute;
	background-position: top left;
	background-repeat: no-repeat;
	background-color: transparent;
	left: 27px;
	top: 24px;
}
.sti-icon-care{
	background-image:url(../imagens/icon.png);
}
.sti-icon-alternative{
	background-image:url(../images/alternative.png);
}
.sti-icon-family{
	background-image:url(../images/family.png);
}
.sti-icon-info{
	background-image:url(../images/info.png);
}
.sti-icon-technology{
	background-image:url(../images/technology.png);
}

#menu1{
	background: url(../imagens/home.png);
	width:81px;
	height:100px;
}
#menu2{
	background: url(../imagens/empresa.png);
	width:81px;
	height:100px;
}
#menu3{
	background: url(../imagens/divisoes.png);
	width:81px;
	height:100px;
}
#menu4{
	background: url(../imagens/dbnews.png);
	width:81px;
	height:100px;
}
#menu5{
	background: url(../imagens/video.png);
	width:81px;
	height:100px;
}
#menu6{
	background: url(../imagens/contato.png);
	width:81px;
	height:100px;
}
#menu7{
	background: url(../imagens/articles.png);
	width:81px;
	height:100px;
}