/*
	Desenolvido por Brani
	Web Designer: Demétrios Martins
	www.brani.com.br	
	contato@brani.com.br
*/

.menu 
{
	background: #fac029;
	margin-bottom: 20px;
}

.alinhaMenu 
{
	width: 760px;
	max-width: 760px;
	margin: 0 auto;
	text-align: left;	
}

.navegacao
{
	height: 60px;
	position: relative;
	z-index: 200;
	font-family: arial, verdana, sans-serif;	
}

.navegacao li.top
{
	display: block;
	float: left;
	line-height: 60px;
	border-right: solid 1px #f0dca8;
}

.navegacao li a.topLink
{
	display:block;
	float:left;
	height:59px;
	line-height: 60px;
	color:#fff;
	text-decoration:none;
	font-size: 11px;
	font-weight: bold;
	cursor:pointer;
	padding: 0 9px;
}

.navegacao li a.topLink span
{
	float:left;
	display:block;
	height:59px;
	line-height: 60px;
}

.navegacao li a.topLink span.down 
{
}

.navegacao li:hover a.topLink,
.navegacao a.topLink:hover,
.navegacao .top a:hover
{
	background: #016fad;
}

.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: 1px;
	top: 59px;
	background: #9f9f9f;
	padding: 3px;
	white-space: nowrap;
	width:160px;
	height: auto;
	z-index: 300;
}

.navegacao :hover ul.subMenu li
{
	display:block;
	height:20px;
	position:relative;
	float:left;
	width:160px;
	font-weight:normal;
}
.navegacao :hover ul.subMenu li a
{
	display:block;
	font-size:11px;
	height:18px;
	line-height:18px;
	text-indent:5px;
	text-decoration:none;
	color: #fff;
}

.navegacao :hover ul.subMenu li a:hover 
{
	background:#888888;
}

.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:160px;
	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:90px;
	top:-3px;
	padding:3px;
	white-space:nowrap;
	width:160px;
	z-index:400;
	height:auto;
}

.navegacao li:hover > ul ul 
{
	position:absolute;
	left:-9999px;
	top:-9999px;
	width:0;
	height:0;
	list-style:none;
}
