/* Menu */
.menu_tabela_raiz
{
	width: 167px;
	border: none;
	border-width: 1px;
	border-color: White;
	border-collapse:collapse;
	margin: 0;
	padding: 0;
}

.menu_link			{	text-decoration: none;	color: #000000; }
.menu_link:visited	{	text-decoration: none;	color: #000000; }
.menu_link:hover	{	text-decoration: none;	color: #051c61; }
.menu_link:active	{	text-decoration: none;	color: #051c61;	}

.menu_celula_raiz
{
	font-family: Verdana;
	font-size: 11px;
	background-color:#b8c1d8;
	vertical-align: middle;
	cursor: hand;
	border: solid;
	border-color: White;
	height: 23px;
	
	padding: 2px,2px,2px,2px;
	
	border-right-width: 0px;
	border-left-width: 0px;
	border-top-width: 0px;
	border-bottom-width: 1px;
	border-color: #e2e7f1;
}

.menu_celula_imagem
{
	width: 5px;
	height: 21px;
	background-color: #2F4273;
	background-image: url(imagens/folha_canto.gif);
	border: solid;
	border-color: #e2e7f1;
	
	border-right-width: 0px;
	border-left-width: 0px;
	border-top-width: 0px;
	border-bottom-width: 1px;
	

}

