	.applemenu{
		margin: 5px 0px 10px 0px;
		padding: 0;
		width: 215px; /*width of menu*/
		
		
	}
	
	.applemenu div.silverheader a{
		background: url(imgs_drops/tit_patrocinadores_open.gif);
		font: normal 12px Tahoma, "Lucida Grande", "Trebuchet MS", Helvetica, sans-serif;
		color: white;
		display: block;
		position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
		width: auto;
		padding: 5px 0;
		padding-left: 8px;
		text-decoration: none;
	}
	
	
	.applemenu div.silverheader a:visited, .applemenu div.silverheader a:active{
		color: white;
		background-image: url(imgs_drops/tit_fornecedores_close.gif);
	}
	
	
	.applemenu div.selected a, .applemenu div.silverheader a:hover{
		background-image: url(imgs_drops/bg_conteudo.gif);
		color: white;
	}
	
	.applemenu div.submenu{
	/*DIV that contains each sub menu*/
	background: url(imgs_drops/bg_conteudo.gif);
	padding: 0px; /*Height that applies to all sub menu DIVs. A good idea when headers are toggled via "mouseover" instead of "click"*/
	text-align: left;
}
	.interna {
		padding:0px 10px 5px 15px;
	}
