
/*-----------------------------------------------------*/
/*----------------- CLASSES MENU-----------------------*/
/*-----------------------------------------------------*/

.TPL_menu_td_geral
{
	background: url(/web1/zp/tpl1/imagens/fundoMenu.jpg);
	background-repeat:repeat-y;
}

.TPL_menu_texto_normal
{ 
	font-family: Arial; 
	color: #ffffff; 
	font-size: 10px; 
	text-decoration: none;
}
a:link.TPL_menu_texto_normal{ color:#FFFFFF; text-decoration: none; }
a:hover.TPL_menu_texto_normal{ color:red; text-decoration: none;}            
a:vlink.TPL_menu_texto_normal{ color: #ffffff; text-decoration: none; }

.TPL_menu_linha
{
	font-family: Arial;	
	color:#FFA32A;
	font-size:11px; 
	line-height:16px;	
	border-bottom:solid #000000 1px;
	
}
