@charset "utf-8";
/* CSS Document */

#menu{
	margin:auto;
	text-align:center;
	position:relative;
	width:980px;
	height:30px;
	top: 41px;
	left:3px;
	
}

#inicio{
	margin:auto;
	text-align:center;
	width:153px;
	height:30px;
	background-image:url(imagens/Menu/inicio.gif);
	float:left;
	position:relative;
	z-index:20;
}
#inicio:hover{
	background-image:url(imagens/Menu/inicio2.gif);
	z-index:21;
}

#links{
	z-index:19;
	margin:auto;
	text-align:center;
	width:153px;
	height:30px;
	background-image:url(imagens/Menu/links.gif);
	position:relative;
	left:-20px;
	float:left;
}
#links:hover{
	background-image:url(imagens/Menu/links2.gif);	
	z-index:21;
}

#clientes{
	z-index:17;
	margin:auto;
	text-align:center;
	width:153px;
	height:30px;
	background-image:url(imagens/Menu/clientes.gif);
	position:relative;
	left:-40px;
	float:left;
}
#clientes:hover{
	background-image:url(imagens/Menu/clientes2.gif);	
	z-index:21;
}

#mail{
	z-index:15;
	margin:auto;
	text-align:center;
	width:153px;
	height:30px;
	background-image:url(imagens/Menu/mail.gif);
	position:relative;
	left:-60px;
	float:left;
}
#mail:hover{
	background-image:url(imagens/Menu/mail2.gif);
	z-index:21;	
}

#contato{
	z-index:14;
	margin:auto;
	text-align:center;
	width:153px;
	height:30px;
	background-image:url(imagens/Menu/contato.gif);
	position:relative;
	left:-80px;
	float:left;
}
#contato:hover{
	background-image:url(imagens/Menu/contato2.gif);
	z-index:21;	
}

#restrita{
	z-index:13;
	margin:auto;
	text-align:center;
	width:153px;
	height:30px;
	background-image:url(imagens/Menu/restrita.gif);
	position:relative;
	left:-100px;
	float:left;
}
#restrita:hover{
	background-image:url(imagens/Menu/restrita2.gif);
	z-index:21;	
}

