ul{
	margin:0;
	padding:0;
	list-style:none;
	z-index:100;
}
div#barra_esquerda {
background-color:#ACACAC;
height:19px;
margin-top:5px;
width:178px;
}
	.menu_recrutamento{
		background-image:url('../images/recrutamento.jpg');
		background-repeat:no-repeat;
		width:178px;
		height:27px;
		display:block;
		text-indent:-99999px;
		
	}
	.menu_recrutamento:hover{
		background-image:url('../images/recrutamento-hover.jpg');
	}
	
		.menu_cargos_gerenciais{
			background-image:url('../images/cargos-gerenciais.jpg');
			background-repeat:no-repeat;
			width:178px;
			height:30px;
			display:block;
			text-indent:-99999px;
		
		}
		
		.menu_especialistas_tecnicos{
			background-image:url('../images/especialista-tecnicos.jpg');
			background-repeat:no-repeat;
			width:178px;
			height:30px;
			display:block;
			text-indent:-99999px;
		
		}
		
		.menu_estagio_tranee{
			background-image:url('../images/estagio-trainee.jpg');
			background-repeat:no-repeat;
			width:178px;
			height:30px;
			display:block;
			text-indent:-99999px;
		
		}
		
	.menu_trabalho_temporario{
		background-image:url('../images/trabalho-temporario.jpg');
		background-repeat:no-repeat;
		width:178px;
		height:27px;
		display:block;
		text-indent:-99999px;
	}
    
	.menu_trabalho_temporario:hover{
		background-image:url('../images/trabalho-temporario-hover.jpg');
	}
	
	.menu_consulting{
		background-image:url('../images/consulting.jpg');
		background-repeat:no-repeat;
		width:178px;
		height:27px;
		display:block;
		text-indent:-99999px;
	}
	
	.menu_consulting:hover{
		background-image:url('../images/consulting-hover.jpg');
	}
	
	.menu_outsourcing{
		background-image:url('../images/outsourcing.jpg');
		background-repeat:no-repeat;
		width:178px;
		height:30px;
		display:block;
		text-indent:-99999px;
	}
	.menu_outsourcing:hover{
		background-image:url('../images/outsourcing-hover.jpg');
	}