/* Menu */
.menu_tabela_raiz
{
	width: 200px;
	border: none;
	border-width: 1px;
	border-color: White;
	border-collapse:collapse;
	margin: 0;
	padding: 0;
}

.menu_link			{	text-decoration: none;	color: #818181; letter-spacing:0px; }
.menu_link:visited	{	text-decoration: none;	color: #818181; }
.menu_link:hover	{	text-decoration: none;	color: #0000CC; font-weight: bold;	 }
.menu_link:active	{	text-decoration: none;	color: #0000CC;	}

.menu_celula_raiz
{
	font-family: Frankiln Gothic;
	font-size: 10px;
	background-image: url(../imagens/1backmenu.gif);
	vertical-align: middle;
	cursor: hand;
	border: solid;
	height: 33px;
	letter-spacing:1px;
	
	padding: 2px,2px,2px,2px;
	
	border-right-width: 0px;
	border-left-width: 0px;
	border-top-width: 0px;
	border-bottom-width: 0px;
}

.menu_celula_imagem
{
	width: 30px;
	height: 33px;
	background-image: url(../imagens/1setinha.gif);
	border: solid;
	
	border-right-width: 0px;
	border-left-width: 0px;
	border-top-width: 0px;
	border-bottom-width: 0px;
	

}
