@charset "UTF-8";

ul
{	float:left;
	margin: 0;
	padding: 0;
	width: 194px;
}
ul li
{
	position: relative;
	cursor: pointer;
	list-style: none;
	display: block;
	
}
ul li span
{
	display:none;
}

ul a
{
	display: block;
	cursor: pointer;
	height: 33px;
}
ul li.m_home{background:url(images/menu_home.gif)}
ul li.m_home a:hover,  ul li.m_home a:focus{ background:url(images/menu_home_o.gif)}
ul li.m_self{background:url(images/menu_self.gif)}
ul li.m_self a:hover,  ul li.m_self a:focus{ background:url(images/menu_self_o.gif)}
ul li.m_fisica{background:url(images/menu_fisica.gif)}
ul li.m_fisica a:hover,  ul li.m_fisica a:focus{ background:url(images/menu_fisica_o.gif)}
ul li.m_juridica{background:url(images/menu_juridica.gif)}
ul li.m_juridica a:hover,  ul li.m_juridica a:focus{ background:url(images/menu_juridica_o.gif)}
ul li.m_vantagens{background:url(images/menu_vantagens.gif)}
ul li.m_vantagens a:hover,  ul li.m_vantagens a:focus{ background:url(images/menu_vantagens_o.gif)}
ul li.m_dicas{background:url(images/menu_dicas.gif)}
ul li.m_dicas a:hover,  ul li.m_dicas a:focus{ background:url(images/menu_dicas_o.gif)}
ul li.m_perguntas{background:url(images/menu_perguntas.gif)}
ul li.m_perguntas a:hover,  ul li.m_perguntas a:focus{ background:url(images/menu_perguntas_o.gif)}
ul li.m_depoimentos{background:url(images/menu_depoimentos.gif)}
ul li.m_depoimentos a:hover,  ul li.m_depoimentos a:focus{ background:url(images/menu_depoimentos_o.gif)}
ul li.m_promocao{background:url(images/menu_promocao.gif)}
ul li.m_promocao a:hover,  ul li.m_promocao a:focus{ background:url(images/menu_promocao_o.gif)}
ul li.m_parceiros{background:url(images/menu_parceiros.gif)}
ul li.m_parceiros a:hover,  ul li.m_parceiros a:focus{ background:url(images/menu_parceiros_o.gif)}
ul li.m_loja{background:url(images/menu_loja.gif)}
ul li.m_loja a:hover,  ul li.m_loja a:focus{ background:url(images/menu_loja_o.gif)}
ul li.m_login{background:url(images/menu_login.gif)}
ul li.m_login a:hover,  ul li.m_login a:focus{ background:url(images/menu_login_o.gif)}
ul li.m_contato{background:url(images/menu_contato.gif)}
ul li.m_contato a:hover,  ul li.m_contato a:focus{ background:url(images/menu_contato_o.gif)}
ul li.m_mudanca{background:url(images/menu_mudanca.gif)}
ul li.m_mudanca a:hover,  ul li.m_mudanca a:focus{ background:url(images/menu_mudanca_o.gif)}
ul li.m_conheca{background:url(images/menu_conheca.gif)}
ul li.m_conheca a:hover,  ul li.m_conheca a:focus{ background:url(images/menu_conheca_o.gif)}
/*----------------------------------clientes----------------------------------------*/
ul li.m_cadastro{background:url(images/menu_cadastro.gif)}
ul li.m_cadastro a:hover,  ul li.m_mudanca a:focus{background:url(images/menu_cadastro_o.gif)}
ul li.m_dados{background:url(images/menu_dados.gif)}
ul li.m_dados a:hover,  ul li.m_dados a:focus{background:url(images/menu_dados_o.gif)}
ul li.m_boleto{background:url(images/menu_boleto.gif)}
ul li.m_boleto a:hover,  ul li.m_boleto a:focus{background:url(images/menu_boleto_o.gif)}
ul li.m_saida{background:url(images/menu_saida.gif)}
ul li.m_saida a:hover,  ul li.m_boleto a:focus{background:url(images/menu_saida_o.gif)}
ul li.m_opiniao{background:url(images/menu_opiniao.gif)}
ul li.m_opiniao a:hover,  ul li.m_opiniao a:focus{background:url(images/menu_opiniao_o.gif)}


/*******************************************************************************

 BROWSER HACKS: the hacks below should not be changed unless you are an expert

 *******************************************************************************/

/* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
ul iframe
{
	position: absolute;
	z-index: 1010;
}
/* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
@media screen, projection
{
	ul li.MenuBarItemIE
	{
		display: inline;
		f\loat: left;
		background: #FFF;
	}
}
