/*************************** 
  MENU
 ***************************/
#menu{
	width: 474px;
	height: 21px;
	float:right;
	margin-right:79px;
	!margin-right:39px;
	position: relative;
	top:52px;
}	
#menu ul{
	list-style:none;
	
}
#menu li{
     position:absolute;
     top:0;
	 display:block;
     height:21px;
}
#menu li a{
     display:block;
	 text-decoration:none;
	 text-indent:-4000px;
     width:100%;
     height:100%;
}
#menu img{
	padding-top:23px;
	padding-bottom:0px;
	margin:0px;
}
#home{
	width:28px; 
	left:6;
	!left:0;  
	background-image:url(imgs/btn_home.gif);
	background-repeat:no-repeat;
}
#home a:hover{
	background:url(imgs/btn_homeover.gif) no-repeat;
}
#afraitech{ 
	width:56px; 
	left:44px;
	background-image:url(imgs/btn_afraitech.gif);
	background-repeat:no-repeat;
}
#afraitech a:hover{
	background:url(imgs/btn_afraitechover.gif) no-repeat;
}
#servicos{
	width:48px; 
	left:113px;
	background-image:url(imgs/btn_servicos.gif);
	background-repeat:no-repeat
}
#servicos a:hover{
	background:url(imgs/btn_servicosover.gif) no-repeat;
}
#produtos{
	width:52px; 
	left:172px;
	background-image:url(imgs/btn_produtos.gif);
	background-repeat:no-repeat;
}
#produtos a:hover{
	background:url(imgs/btn_produtosover.gif) no-repeat ;
}
#clientes{
	width:45px; 
	left:238px;
	background-image:url(imgs/btn_clientes.gif);
	background-repeat:no-repeat;
}
#clientes a:hover{
	background:url(imgs/btn_clientesover.gif) no-repeat ;
}
#parceiros{
	width:55px; 
	left:296px;
	background-image:url(imgs/btn_parceiros.gif);
	background-repeat:no-repeat
}
#parceiros a:hover{
	background:url(imgs/btn_parceirosover.gif) no-repeat;
}
#contato{
	width:45px; 
	left:366px;
	background-image:url(imgs/btn_contato.gif);
	background-repeat:no-repeat;
}
#contato a:hover{
	background:url(imgs/btn_contatoover.gif) no-repeat ;
}
#trabalhe{
	width:101px; 
	left:425px;
	background-image:url(imgs/btn_trabalhe.gif);
	background-repeat:no-repeat;
}
#trabalhe a:hover{
	background:url(imgs/btn_trabalheover.gif) no-repeat ;
}
#menu img{
	margin-top:-23px;
}
