#corpo #menucredr{
	position: relative;
	background: url(/images/menu/bg_menu.gif) no-repeat;
	width: 931px;
	padding-left: 30px;
	height: 42px;
	margin: 0 auto;
	z-index: 100;
}
#corpo #menucredr.interna{
	background: url(/images/menu/bg_menu_interna.gif) no-repeat;
}
#corpo #menucredr .seta_cliente{
	width: 129px;
	height: auto;
	float: left;
	margin: 3px 0 0 18px;
}
#corpo #menucredr .seta_cliente a{
	background: url(/images/menu/seta_cliente.gif) no-repeat top left;
	text-indent: -9999px;
	height: 25px;
	display: block;
	position: relative;
	z-index: 500;
	overflow: hidden;
}
#corpo #menucredr .seta_cliente a:hover {
  background-position: bottom left;
}
#corpo #menucredr .seta_cliente a.active{
  background: url(/images/menu/seta_cliente_active.gif) no-repeat top left;
}
#corpo #menucredr .txt_escolher_cartao{ 
	float: left;
	width: 116px;
	height: 10px;
	margin: 11px 0 0 1px;
}
#corpo #menucredr .txt_escolher_cartao a{
	overflow: hidden;
	display: block;
  height: 10px;
	background: url(/images/menu/escolher_cartao.gif) no-repeat 0 0;
	text-indent: -9999px;
	position: relative;
	z-index: 500;
}
#corpo #menucredr .txt_escolher_cartao a:hover{
  background-position: 0 -10px;
}
#corpo #menucredr .txt_escolher_cartao a.active{
  background: url(/images/menu/escolher_cartao_active.gif) no-repeat 0 0;
}
#corpo #menucredr .txt_escolher_cartao a.active:hover{
  background-position: 0 0;
}
#corpo #menucredr ul{
	position: absolute;
	list-style: none;
	padding: 2px 0 0 0;
	margin: 0;
	left: 294px;
	top: 0;
	width: 643px;
	height: 26px;
}
#corpo #menucredr ul li{
	float: left;
	background: url(/images/separador_menu.jpg) no-repeat right center;
	margin: 0;
	padding: 0;
	width: auto;
	height: 26px;
	position: relative;
}
#corpo #menucredr ul li.no_right{
	background: none;
}

#corpo #menucredr ul li .produtos_servicos{
	height: auto;
	position: relative;
	z-index: 505;
}
#corpo #menucredr ul li div {
	padding: 6px 0 5px 0;
}
#corpo #menucredr ul li a{
	padding: 0 13px 0 15px;
	height: 24px;
	overflow: hidden;
  background: url(/images/menu/seta.gif) no-repeat 13px 12px;
  font-family: Tahoma, Verdana, Univers, Helvetica, Arial, sans-serif;
  font-size: 10px;
  text-decoration: none;
  color: #6d6d6d;
  position: relative;
}
#corpo #menucredr ul li a:hover,
#corpo #menucredr ul li.active a {
  color: #18187b;
}

#corpo #menucredr ul li.active div{
	border-bottom: 2px solid #F47B6A;
	background: url(/images/menu/bg_menu.jpg) repeat-x center top;
	margin-right: 1px;
}

#corpo #menucredr ul li .financiamentos a{
  text-transform: uppercase;
}

/*
#corpo #menucredr ul li .financiamentos{
	padding: 9px 0 0 25px;
}
#corpo #menucredr ul li .financiamentos a{
	background: url(/images/menu/mn_financiamentos.gif) no-repeat;
	width: 94px;
	text-indent: -9999px;
	display: block;
	height: 8px;
	padding: 0px;
}
	#corpo #menucredr ul li .financiamentos a:hover{
		background: url(/images/menu/mn_financiamentos.gif) no-repeat 0 -8px;
	} */