﻿@font-face
{
    font-family: 'TitilliumMaps29L-1wt';
    src: url('../fontes/TitilliumMaps29L-1wt.eot');
    src: url('../fontes/TitilliumMaps29L-1wt.eot?#iefix') format('embedded-opentype'),
         url('../fontes/TitilliumMaps29L-1wt.woff') format('woff'),
         url('../fontes/TitilliumMaps29L-1wt.ttf') format('truetype'),
         url('../fontes/TitilliumMaps29L-1wt.svg#AvantGardeBkBTBook') format('svg');
    font-weight: normal;
    font-style: normal;
}

.nav 
{
	height:37px; 
	background: url("../imagens/bg-menu.jpg") repeat-x; 
	position:relative; 
	/*font-family:arial, verdana, sans-serif;*/
	/*font-size:11px; */
	width:100%; 
	z-index:100;
	margin:0;
	padding:0;
}

.nav .table
{
	display:table; 
	margin:0 auto;
}

.nav .select,
.nav .current
{
	margin:0; 
	padding:0; 
	list-style:none; 
	display:table-cell;
	white-space:nowrap;
}

.nav li
{
	margin:0; 
	padding:0; 
	height:auto; 
	float:left;
}

.nav .select a
{
	/*display:block; */
	height:37px; 
	float:left; 
	/*font-size: 15px;
	font-weight:bold;
	text-transform:lowercase;*/
	font-family: TitilliumMaps29L;
	font-weight: 800;
	font-size: 15px;
	color: #ffffff;
	background: url("../imagens/botao-teste-37.jpg") no-repeat; 
	padding:0 20px 0 50px; 
	text-decoration:none; 
	line-height:37px; 
	white-space:nowrap; 
	/*color:#2b3238;*/
	/*color: #072c59;*/
	/*color:#73a0d2; */
}

.nav .select a:hover, 
.nav .select li:hover a
{
	/* Testar Botão
	background: url("../imagens/botao-37.png");*/
	padding:0 0 0 35px; 
	cursor:pointer; 
	color: #f48466;
}

.nav .select a b
{
	/*font-weight:bold;*/
	font-weight: 800;
}

.nav .select a:hover b, 
.nav .select li:hover a b
{
	display:block; 
	float:left; 
	padding:0 20px 0 15px; 
	/* Testar Botão
	background:url("../imagens/botao-37.png") right top; */
	cursor:pointer;
}

.nav .select_sub
{
	display:none;
}

/* APENAS IE6 */
.nav table
{
	border-collapse:collapse; 
	margin:-1px; 
	font-size:1em; 
	width:0; 
	height:0;
}

.nav .sub
{
	display:table; 
	margin:0 auto; 
	padding:0; 
	list-style:none;
}

.nav .sub_active .current_sub a, 
.nav .sub_active a:hover
{
	background:transparent; 
	color: #072c59;
}

.nav .select :hover .select_sub, 
.nav .current .show
{
	display:block; 
	position:absolute; 
	width:100%; 
	top:37px; 
	background:url("../imagens/bg-submenu3.jpg"); 
	padding:0; 
	z-index:100; 
	left:0; 
	text-align:center;
}

.nav .current .show
{
	z-index:10;
}

.nav .select :hover .sub li a, 
.nav .current .show .sub li a
{
	display:block; 
	float:left; 
	background:transparent; 
	padding:0 20px 0 20px; 
	margin:0; 
	white-space:nowrap; 
	border:0; 
	/*color: #ffffff;*/
	color: #9a0000;
}

.nav .current .sub li.sub_show a
{
	color: #f48466;
	/*color: #9a0000;*/
	cursor:default; 
}

.nav .select .sub li a
{
	font-weight: 800;
	/*font-weight:normal;*/
}

.nav .select :hover .sub li a:hover, 
.nav .current .sub li a:hover
{
	visibility:visible; 
	color: #f48466;
	/*color: #9a0000;*/
}
