@charset "UTF-8";
/* CSS Document */

#menu {
    width:920px;
	height:80px;
	position:relative;
	
}
#menu ul {
    padding:0px;
    margin:0px;
    float: left;
    background-color:none;
    list-style:none;
}

#menu ul li { display: inline; padding:2px; float:left; }

/* botao 1 */
#principal {
	clear: both;
	position:relative;
	display:block;
	height: 79px;
	width: 117px;
	background:url(../imagens/bt-principal.png) no-repeat;
	background-position:0 0;
	cursor: pointer;
}
#principal span.hover {
	position: absolute;
	display: block;
	height: 79px;
	width: 117px;
	background: url(../imagens/bt-principal.png) no-repeat;
	background-position: bottom;
}

/* botao 2 */
#historia {
	clear: both;
	position:relative;
	display:block;
	height: 79px;
	width: 108px;
	background:url(../imagens/bt-empresa.png) no-repeat;
	background-position:0 0;
	cursor: pointer;
}
#historia span.hover {
	position: absolute;
	display: block;
	height: 79px;
	width: 108px;
	background: url(../imagens/bt-empresa.png) no-repeat;
	background-position: bottom;
}


/* botao 3 */
#produtos {
	clear: both;
	position:relative;
	display:block;
	height: 79px;
	width: 117px;
	background:url(../imagens/bt-produtos.png) no-repeat;
	background-position:0 0;
	cursor: pointer;
}
#produtos span.hover {
	position: absolute;
	display: block;
	height: 79px;
	width: 117px;
	background: url(../imagens/bt-produtos.png) no-repeat;
	background-position: bottom;
}


/* botao 4 */
#suporte {
	clear: both;
	position:relative;
	display:block;
	height: 79px;
	width: 142px;
	background:url(../imagens/bt-suporte.png) no-repeat;
	background-position:0 0;
	cursor: pointer;
}
#suporte span.hover {
	position: absolute;
	display: block;
	height: 79px;
	width: 142px;
	background: url(../imagens/bt-suporte.png) no-repeat;
	background-position: bottom;
}


/* botao 5 */
#localiza {
	clear: both;
	position:relative;
	display:block;
	height: 79px;
	width: 135px;
	background:url(../imagens/bt-solucao.png) no-repeat;
	background-position:0 0;
	cursor: pointer;
}
#localiza span.hover {
	position: absolute;
	display: block;
	height: 79px;
	width: 135px;
	background: url(../imagens/bt-solucao.png) no-repeat;
	background-position: bottom;
}


/* botao 6 */
#contato {
	clear: both;
	position:relative;
	display:block;
	height: 79px;
	width: 113px;
	background:url(../imagens/bt-contato.png) no-repeat;
	background-position:0 0;
	cursor: pointer;
}
#contato span.hover {
	position: absolute;
	display: block;
	height: 79px;
	width: 113px;
	background: url(../imagens/bt-contato.png) no-repeat;
	background-position: bottom;
}

/* botao 7 */
#download {
	clear: both;
	position:relative;
	display:block;
	height: 79px;
	width: 145px;
	background:url(../imagens/bt-download.png) no-repeat;
	background-position:0 0;
	cursor: pointer;
}
#download span.hover {
	position: absolute;
	display: block;
	height: 79px;
	width: 145px;
	background: url(../imagens/bt-download.png) no-repeat;
	background-position: bottom;
}