/*!!!!!!!!!!! QuickMenu Core CSS [Do Not Modify!] !!!!!!!!!!!!!*/
.qmmc .qmdivider{display:block;font-size:1px;border-width:0px;border-style:solid;position:relative;}.qmmc .qmdividery{float:left;width:0px;}.qmmc .qmtitle{display:block;cursor:default;white-space:nowrap;position:relative;}.qmclear {font-size:1px;height:0px;width:0px;clear:left;line-height:0px;display:block;float:none !important;}.qmmc {position:relative;zoom:1;}.qmmc a, .qmmc li {float:left;display:block;white-space:nowrap;position:relative;}.qmmc div a, .qmmc ul a, .qmmc ul li {float:none;}.qmsh div a {float:left;}.qmmc div{visibility:hidden;position:absolute;}.qmmc ul {left:-10000px;position:absolute;}.qmmc, .qmmc ul {list-style:none;padding:0px;margin:0px;}.qmmc li a {float:none}.qmmc li{position:relative;}.qmmc ul {z-index:10;}.qmmc ul ul {z-index:20;}.qmmc ul ul ul {z-index:30;}.qmmc ul ul ul ul {z-index:40;}.qmmc ul ul ul ul ul {z-index:50;}li:hover>ul{left:auto;}#qm0 ul {top:100%;}#qm0 ul li:hover>ul{top:0px;left:100%;}


/*!!!!!!!!!!! QuickMenu Styles [Please Modify!] !!!!!!!!!!!*/



/* QuickMenu 0 */

/*"""""""" (MAIN) Container""""""""*/	
#qm0	
{	
	padding-left: 8px;
}


/*"""""""" (MAIN) Items""""""""*/	
#qm0 a	
{	
	background: url('../imagens/topo/menu/seta.gif') no-repeat 92% 50%;
	padding: 4px 24px 5px 10px;
	margin:0px;
	color: #e5eac5;
	font-size: 11px;
	text-decoration:none;
	font-weight: normal;
	text-transform: uppercase;
	cursor: hand;
}
#qm0 a:hover
{	
	background: url('../imagens/topo/menu/fundo-h.gif') no-repeat 100% 0%;
	color: #ffffff;
	font-weight: normal;
}


/*"""""""" (MAIN) Active State""""""""*/	
body #qm0 .qmactive, body #qm0 .qmactive:hover	
{	
	text-decoration:none;
}


/*"""""""" (SUB) Container""""""""*/	
#qm0 div, #qm0 ul	
{	

	width: 778px;
	display: none;
	background: url('../imagens/topo/menu/fundo-s.gif') no-repeat 0% 0%;
	padding-bottom: 0px;
	padding-left: 8px;

}


/*"""""""" (SUB) Items""""""""*/	
#qm0 div a, #qm0 ul a	
{	
	background: none;
	padding: 4px 8px 5px 10px;
	margin:0px;
	font-size: 10px;
	font-weight: bold;
	color: #15639a;

	
}


/*"""""""" (SUB) Hover State""""""""*/	
#qm0 div a:hover, #qm0 ul a:hover	
{	
	background: none;
	color: #ffffff;
	text-decoration:none;
	font-weight: bold;
}


/*"""""""" (SUB) Active State""""""""*/	
body #qm0 div .qmactive, body #qm0 div .qmactive:hover	
{	
	text-decoration:none;
	border-style:none;
}

/*"""""""" Individual Horizontal Dividers""""""""*/	
#qm0 .qmdividerx	
{	
	border-top-width:0px;
	border-bottom-width:0px;
	margin:1px 0px;
	border-top-color:#d3d6ca;
	border-bottom-color:#ffffff;
}

/*CSS para menu principal */
#menu
{
	position: absolute;
	width: 778px;
	background: url('../imagens/topo/menu/fundo.gif');
}

#menu ul
{
	margin-left: 10px;	
}

#menu ul li
{
	display: inline;
}

#menu ul li a
{
	line-height: 22px;	
	background: url('../imagens/topo/menu/seta.gif') no-repeat 92% 50%;
	padding: 4px 24px 5px 10px;
	margin: 0;
	color: #e5eac5;
	font-size: 11px;
	text-decoration:none;
	font-weight: normal;
	text-transform: uppercase;
	cursor: hand;
}

#menu ul li a:hover
{
	text-decoration: underline;
}

#menu ul li .hover
{	
	background: url('../imagens/topo/menu/fundo-h.gif') no-repeat 0 -1px;
	color: #ffffff;
}


/* CSS para sub-menu que agora fica sempre visível */
#sub-menu
{
	position: absolute;
	margin-top: 23px;
	width: 778px;
	background: url('../imagens/topo/menu/fundo-s.gif') no-repeat 0% 0%;
}
#sub-menu ul
{	
	margin-left: 90px;	
	padding: 0 0 0 8px;
}

#sub-menu ul li
{
	display: inline;
	line-height: 22px;
}

#sub-menu ul li a
{
	background: none;
	padding: 4px 8px 5px 10px;
	margin:0px;
	font-size: 11px;
	font-weight: bold;
	color: #15639a;	
	text-transform: uppercase;
}

#sub-menu ul li a:hover
{
	color: #fff;
}