#topo_menu_topo{
     height: 31px;
     width: 780px;
	 float:left;
	 /*padding-left: 80px;*/
	 background:url(../imagens/barra_escura.gif);
	 background-repeat:no-repeat;
	 float:left;
}
#topo_menu_topo .menu_topo
{
	width:700px;
	margin-left:auto;
	margin-right:auto;
}
/*==========================================
		DIV DADOS TEXTO MENU
========================================*/
#topo_menu_topo a
{
	color: #FFFFFF;
	text-decoration: none;
}
#topo_menu_topo a:hover
{
	color: #FFFFFF;
	text-decoration: underline;
}

/*==========================================
		FIM DIV DADOS TEXTO MENU
========================================*/

#texto_menu_topo{
     height: 31px;
     width: 700px;
	 float:left;
	 background:url(../imagens/barra_escura.gif);
	 background-repeat:no-repeat;
	 float:left;
	 
}

/*Menu Canal de Notícias*/
#menu_canal
{
	width: 150px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-top:3px;
	color: #505050;
	text-align:left;
	float:left;
}
#menu_canal ul
{
	list-style:none;
	border-top:1px solid #CCCCCC;
	margin:0;
	padding:0;
}
#menu_canal ul li
{
	width:150px;
	height: 33px;
	padding-top: 3px;
	background: url(../imagens/bg_menu1_geral.gif) no-repeat;
}
#menu_canal ul li a
{
	display:block;
	width:118px;
	height:33px;
	color: #505050;
	text-decoration: none;
	line-height:22px;
	padding-left:32px;
}
#menu_canal ul li a:hover
{
	color: #186b22;
	text-decoration: underline;
}

/*Menu GUIA HOME*/
#menu_guia
{
	width:495px;
	height:38px;
	font-size:11px;
	background:url(../imagens/menu_guia.gif) no-repeat;
	float:left;
}
#menu_guia ul
{
	width:485px;
	height:38px;
	margin:0;
	padding:0;
}
#menu_guia ul a
{
	display:block;
	width:100%;
	text-decoration:none;
	color:#505050;
}
#menu_guia ul a:hover
{
	text-decoration:underline;
}
#menu_guia ul .guia
{
	width:50px;
	height:38px;
	padding-left:15px;
}
#menu_guia ul .areas
{
	padding-left:8px;
	padding-right:8px;
}
#menu_guia ul .guia a
{
	color:#FFF;
	font-weight:bold;
}
#menu_guia ul li
{
	list-style:none;
	line-height:32px;
	float:left;
}
