#empresa {
	clear: both;
	position: relative;
	display:block;
	height: 64px;
	width: 148px;
	background:url(../img/menutopo/empresa.png) no-repeat;
	cursor: pointer;
}	
#empresa span.hover {
	position: absolute;
	display: block;
	height: 64px;
	width: 148px;
	background: url(../img/menutopo/empresa.png) no-repeat;
	background-position: bottom;
}
#clientes 
{   
    clear: both;
	position: relative;
	display:block;
	height: 64px;
	width: 128px;
	background:url(../img/menutopo/clientes.png) no-repeat;
	cursor: pointer;
}	
#clientes span.hover {
	position: absolute;
	display: block;
	height: 64px;
	width: 128px;
	background: url(../img/menutopo/clientes.png) no-repeat;
	background-position: bottom;
}
#produtos {
	clear: both;
	position: relative;
	display:block;
	height: 64px;
	width: 138px;
	background:url(../img/menutopo/produtos.png) no-repeat;
	cursor: pointer;
}	
#produtos span.hover {
	position: absolute;
	display: block;
	height: 64px;
	width: 138px;
	background: url(../img/menutopo/produtos.png) no-repeat;
	background-position: bottom;
}
#webdesign {
	clear: both;
	position: relative;
	display:block;
	height: 64px;
	width: 168px;
	background:url(../img/menutopo/webdesign.png) no-repeat;
	cursor: pointer;
}	
#webdesign span.hover {
	position: absolute;
	display: block;
	height: 64px;
	width: 168px;
	background: url(../img/menutopo/webdesign.png) no-repeat;
	background-position: bottom;
}

#autoconexao {
	clear: both;
	position: relative;
	display:block;
	height: 64px;
	width: 183px;
	background:url(../img/menutopo/autoconexao.png) no-repeat;
	cursor: pointer;
}	
#autoconexao span.hover {
	position: absolute;
	display: block;
	height: 64px;
	width: 183px;
	background: url(../img/menutopo/autoconexao.png) no-repeat;
	background-position: bottom;
}
#contato {
	clear: both;
	position: relative;
	display:block;
	height: 64px;
	width: 144px;
	background:url(../img/menutopo/contato.png) no-repeat;
	cursor: pointer;
}	
#contato span.hover {
	position: absolute;
	display: block;
	height: 64px;
	width: 144px;
	background: url(../img/menutopo/contato.png) no-repeat;
	background-position: bottom;
}
#a:hover {

	height: 40px;
	width: 259px;
	background:#F90;
	background-position: bottom;
}
#asave {
	clear: both;
	position: relative;
	display:block;
	height: 40px;
	width: 259px;
	background:url(../img/menumeio/manutencaodeequipamentos.png) no-repeat;
	cursor: pointer;
}	

