DIV.MenuHorizontalPC
{
	
	text-align: left;			
	background: #0057a8 url(imagens/menu_h_bg.gif) repeat-x;	
	border:0px;	
	margin-bottom: 2px;
	padding: 3px 0px; 
	width:100%;
	height:22px;
}


/* Grupo ROOT */
DIV.MenuHorizontalPC Table.GrupoRoot 
{
	padding: 0px;	
}

/* Item */
DIV.MenuHorizontalPC Table.GrupoRoot TR TD Table.Item
{
	padding: 0px; 
	padding-left: 5px;
	padding-right: 12px;

	font-family: Verdana; 
	font-size: 10px; 
	font-weight: bold;

	color: white; 
	cursor: default;		 
		
}

DIV.MenuHorizontalPC Table.GrupoRoot TR TD Table.Item IMG.ImagemLink,
DIV.MenuHorizontalPC Table.GrupoRoot TR TD Table.Item_Hover IMG.ImagemLink
{	
	width :20px;
	height:12px;	
}


DIV.MenuHorizontalPC Table.GrupoRoot TR TD Table.Item IMG.Imagem
{
	background: url(imagens/menu_h_seta.gif) no-repeat center center;
	width :20px;
	height:12px;	
}

DIV.MenuHorizontalPC Table.GrupoRoot TR TD Table.Item IMG.ImagemSubItens
{
	background: url(imagens/menu_h_seta_v.gif) no-repeat center center;
	width :20px;
	height:12px;
	border:0;
}

DIV.MenuHorizontalPC Table.GrupoRoot TR TD Table.Item A
{
	height:0px;
	font-family: Verdana; 
	font-size: 9px; 
	font-weight: bold;
	text-transform:uppercase;
	color: white; 
	cursor: pointer;
	text-decoration:none;
}

/* Item Hover*/
DIV.MenuHorizontalPC Table.GrupoRoot TR TD Table.Item_hover
{	
	padding: 0px; 	
	padding-left:5px;
	padding-right:12px;
	
	font-family:Verdana; 
	font-size:10px; 
	font-weight:bold; 
	
	color:white; 
	cursor:pointer;	
}

DIV.MenuHorizontalPC Table.GrupoRoot TR TD Table.Item_hover IMG.Imagem
{
	background: url(imagens/menu_h_seta_on.gif) no-repeat center center;
	width :20px;
	height:12px;
	border:0;
}

DIV.MenuHorizontalPC Table.GrupoRoot TR TD Table.Item_hover IMG.ImagemSubItens
{
	background: url(imagens/menu_h_seta_v_on.gif) no-repeat center center;
	width :20px;
	height:12px;
	border:0;
}

DIV.MenuHorizontalPC Table.GrupoRoot TR TD Table.Item_hover A
{
	font-size: 9px; 
	font-weight: bold;
	text-transform:uppercase;
	text-decoration:none; 
	
	color:#deedc2; 
	cursor:pointer;
}

/* Item Desabilitado*/
DIV.MenuHorizontalPC Table.GrupoRoot TR TD Table.Item_Desabilitado
{
	
	padding: 0px; 	
	padding-left:5px;
	padding-right:12px;
	
	font-family:Verdana; 		
	font-size:10px; 
	font-weight:bold; 
	display:inline;
}

DIV.MenuHorizontalPC Table.GrupoRoot TR TD Table.Item_Desabilitado IMG.Imagem
{
	background-image: url(imagens/FIG_MenuItemDesabilitado.gif);
	width :20px;
	height:12px;
	border:0;
}

DIV.MenuHorizontalPC Table.GrupoRoot TR TD Table.Item_Desabilitado IMG.ImagemSubItens
{
	background: url(imagens/menu_h_seta_v.gif) no-repeat center center;
	width :20px;
	height:12px;
	border:0;
}

DIV.MenuHorizontalPC Table.GrupoRoot TR TD Table.Item_Desabilitado A
{
	height:0px; 			
		
	font-family: Verdana; 
	font-size: 10px; 
	font-weight: bold;
	text-decoration:none; 	
		
	color: GrayText;
	cursor: default;
}

/*----------------------------------*/





/* Grupo normal */
DIV.MenuHorizontalPC Table.Grupo
{
	top: 0px;		
	left: 0px; 
	
	background-color: #0055a7;
	border:solid 1px #18455b;
	padding: 0px; 
	
	position: absolute; 
	visibility:hidden;
}

/* Item */

DIV.MenuHorizontalPC Table.Grupo TR TD Table.Item .TdImagem, DIV.MenuHorizontalPC Table.Grupo TR TD Table.Item_hover .TdImagem{width:24px;}

DIV.MenuHorizontalPC Table.Grupo TR TD Table.Item
{
	
	width:100%;
	
	padding: 0px; 
	padding-left: 5px;
	padding-right: 12px;

	font-family: Verdana; 
	font-size: 10px; 
	font-weight: bold;

	color: white; 
	cursor: default;
	height:21px;	
}

DIV.MenuHorizontalPC Table.Grupo TR TD Table.Item IMG.Imagem
{
	background: url(imagens/menu_h_seta_v.gif) no-repeat center center;
	width :20px;
	height:12px;
	border:0;	 		
}

DIV.MenuHorizontalPC Table.Grupo TR TD Table.Item IMG.ImagemSubItens
{
	background: url(imagens/menu_h_seta_subitens.gif) no-repeat center center;
	width :20px;
	height:12px;
	border:0;
}

DIV.MenuHorizontalPC Table.Grupo TR TD Table.Item A
{
	height:0px; 			
		
	font-family: Verdana; 
	font-size: 9px; 
	font-weight: bold;

	color: white; 
	cursor: pointer;
	text-transform:uppercase;
	
}

/* Item Hover*/
DIV.MenuHorizontalPC Table.Grupo TR TD Table.Item_hover
{	
	background-color:#1a79bd;
	width:100%;
	
	padding: 0px; 	
	padding-left:5px;
	padding-right:12px;
	
	font-family:Verdana; 
	font-size:10px; 
	font-weight:bold; 
	
	color:white; 
	cursor:pointer;
	height:21px;
}

DIV.MenuHorizontalPC Table.Grupo TR TD Table.Item_hover IMG.Imagem
{
	background: url(imagens/menu_h_seta_v_on.gif) no-repeat center center;
	width :20px;
	height:12px;
	border:0;
}

DIV.MenuHorizontalPC Table.Grupo TR TD Table.Item_hover IMG.ImagemSubItens
{
	background: url(imagens/menu_h_seta_subitens.gif) no-repeat center center;
	width :20px;
	height:12px;
	border:0;
}

DIV.MenuHorizontalPC Table.Grupo TR TD Table.Item_hover A
{
	height:0px; 		
	
	font-family:Verdana; 
	font-size:9px; 
	font-weight:bold; 
	text-decoration:none; 
	
	color:#deedc2; 
	cursor:pointer;	
	text-transform:uppercase;
}

/* Item Desabilitado*/
DIV.MenuHorizontalPC Table.Grupo TR TD Table.Item_Desabilitado
{
	
	padding: 0px; 	
	padding-left:5px;
	padding-right:12px;
	
	font-family:Verdana; 		
	font-size:10px; 
	font-weight:bold; 
}

DIV.MenuHorizontalPC Table.Grupo TR TD Table.Item_Desabilitado IMG.Imagem
{
	background-image: url(imagens/FIG_MenuItemDesabilitado.gif);
	width :20px;
	height:12px;
	border:0;
}

DIV.MenuHorizontalPC Table.Grupo TR TD Table.Item_Desabilitado IMG.ImagemSubItens
{
	background: url(imagens/menu_h_seta_v.gif) no-repeat center center;
	width :20px;
	height:12px;
	border:0;
}

DIV.MenuHorizontalPC Table.Grupo TR TD Table.Item_Desabilitado A
{
	height:0px; 			
		
	font-family: Verdana; 
	font-size: 10px; 
	font-weight: bold;
	text-decoration:none; 	
		
	color: GrayText;
	cursor: default;
}



DIV.MenuHorizontalPC Table.Grupo TR TD IMG.Separador
{
	width:100%;	
	height:2px; 
	background-image: url(imagens/menu_h_item_separador.gif);	
	line-height:2px; 
}

