/*
	Desenolvido por Brani
	Web Designer: Demétrios Martins
	www.brani.com.br	
	contato@brani.com.br
*/

.menu 
{	
	height: 42px;
	padding-left: 6px;
	background: url(../imagens/fundo-menu.jpg) no-repeat;
	border-top: solid 1px #fff;
}

.navegacao
{
	height: 42px;
	position: relative;
	z-index: 200;
	font-family: arial, verdana, sans-serif;
	position: absolute;
}

.navegacao li.top
{
	display: block;
	float: left;
}

.navegacao li a.topLink
{
	display:block;
	float:left;
	height:42px;
	line-height:42px;
	color:#fff;
	text-decoration:none;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: normal;
	cursor: pointer;
	padding: 0 9px;
	text-indent: 15px;
	background: url(../imagens/traco-menu.gif) no-repeat left;
}

.navegacao li a.topLink span
{
	float: left;
	display: block;
	height: 42px;
}

.navegacao li a.topLink span.down 
{
}

.navegacao li:hover a.topLink,
.navegacao a.topLink:hover,
.navegacao .top a:hover
{
}

.navegacao table
{
	border-collapse:collapse;
	position:absolute;
	left:0;
	top:0;
}

.navegacao li:hover
{
	position:relative;
	z-index: 200;
}

.navegacao a:hover
{
	position:relative;
	white-space: normal;
	z-index: 200;
}

.navegacao :hover ul.subMenu
{
	left: 0;
	top: 42px;
	background: #e5e5e7;
	padding-bottom: 5px;
	white-space: nowrap;
	width: 300px;
	height: auto;
	z-index: 300;
}

.navegacao :hover ul.subMenu li
{
	display:block;
	height:22px;
	position:relative;
	float:left;
	width:300px;
	font-weight:normal;
	background: #133347;
}
.navegacao :hover ul.subMenu li a
{
	display:block;
	font-size:12px;
	height:22px;
	line-height:22px;
	text-indent:5px;
	text-decoration:none;
	color: #fff;
	text-transform: capitalize;
	border-top: solid 1px #9bb8d1;
	width: 300px;
}

.navegacao :hover ul.subMenu li a:hover 
{
	color: #174461;
	background: #6fcaf0;
	width: 300px;
}

.navegacao a:hover a:hover ul,
.navegacao a:hover a:hover a:hover ul,
.navegacao a:hover a:hover a:hover a:hover ul,
.navegacao a:hover a:hover a:hover a:hover a:hover ul
{
	left:89px;
	top:-3px;
	padding:3px;
	white-space:nowrap;
	width:300px;
	z-index:400;
	height:auto;
}

.navegacao ul, 
.navegacao a:hover ul ul,
.navegacao a:hover a:hover ul ul,
.navegacao a:hover a:hover a:hover ul ul,
.navegacao a:hover a:hover a:hover a:hover ul ul
{
	position:absolute;
	left:-9999px;
	top:-9999px;
	width:0;
	height:0;
	list-style:none;
}

.navegacao li:hover li:hover > ul
{
	left:385px;
	top:-1px;
	padding:3px;
	white-space:nowrap;
	width:150px;
	z-index:400;
	height:auto;
	background: #ccc;
}

.navegacao li:hover li:hover > ul li a
{
	width:150px;
}

.navegacao li:hover > ul ul 
{
	position:absolute;
	left:-9999px;
	top:-9999px;
	width:0;
	height:0;
	list-style:none;
}