.menu {
	top: 85px;
	border-radius: 5px;
	padding-right: 7px;
	padding-bottom: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	margin-left: 60px;
	position: absolute;
	width: 900px;
}

.menu>div{
	float: right;
}
#menu{
	height: 40px;

}
.menu ul{
	/*background:#333333;*/
	height:35px;
	list-style:none;
	margin:0; /* Deslocamento do Menu */
	padding:0;
	
	}
	.menu li{
	float: left;
	padding: 0px;
	position: relative;
	/* [disabled]height: 30px; */
		}
	.menu li a{ /*Estrutura de cada menu*/
	/*background:#333333 url("images/seperator.gif") bottom right no-repeat;*/		
	font-size: 14px;
	display: block;
	font-weight: normal;
	line-height: 38px;
	margin: 0px;
	padding: 0px 11px; /*Afeta o alinhamento dos textos de cada menu*/
	text-align: center;
	text-decoration: none;
	color: #FFFF00;
	text-transform: uppercase;
	text-shadow: 0px 1px #E7670A;
		}
		.menu li a:hover, .menu ul li:hover a{
	text-decoration: none;
	border-radius: 4px;
	color: #FFFFFF;
			}
	.menu li ul{  /*tamanho da ul na horizontal do submenu*/
	background:#333333;
	display:none;
	height:auto;
	padding:0px;
	margin:0px;
	border:0px;
	position:absolute;
	width:235px;
	z-index:200;
	border-radius: 4px;
	top: 37px;
	left: 0px;
		/*top:1em;
		/*left:0;*/
		}
	.menu li:hover ul{
		display:block;
		
		}
	.menu li li { /*tamanho da li do submenu*/
		/*background:url('images/sub_sep.gif') bottom left no-repeat;*/
		display:block;
		float:none;
		margin:0px;
		width:235px;
		}
	.menu li:hover li a{
	background: none;
	color: #999;	
	text-shadow: 0px 0px #000;
		
		}
	.menu li ul a{ /*Tamanho da UL na vertical do submenu*/
		display:block;		
		font-size:12px;
		font-style:normal;
		margin:3px;
		padding:0px 7px 0px 7px;
		text-align:left;
		line-height:46px;
		}
		.menu li ul a:hover, .menu li ul li:hover a{ /**/
	/*fundo do sub-menu*/
	border: 0px;
	color: #ffffff;
	text-decoration: none;
	background-color: #F66E08;
	
			}
	.menu p{
		clear:left;
		}	
.titulo_bloco {
	height: 30px;
	margin-top: 7px;
	font-size: 11px;
	color: #333;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.imagem_index {
	/* [disabled]height: 85px; */
	/* [disabled]width: 250px; */
	margin-top: 5px;
}
.menu2{
	position: relative;
	padding: 0;
	width: 960px;
	top: 0;
	margin-right: 1px;
	margin-left: 1px;
	right: 0px;
	
}

.menu2>ul>li>a{
	text-transform: none;	
	border-radius: 4px;
	margin-right: 3px;
	margin-bottom: 2px;
	
	background-image: url(../imagens/img-sub_menu.png);
	background-repeat: no-repeat;
	background-position: center top;
	line-height: 30px;
	
	
}
.menu2>ul>li>a:hover{
background: rgb(226,226,226); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(226,226,226,1) 0%, rgba(219,219,219,1) 50%, rgba(209,209,209,1) 51%, rgba(254,254,254,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(226,226,226,1)), color-stop(50%,rgba(219,219,219,1)), color-stop(51%,rgba(209,209,209,1)), color-stop(100%,rgba(254,254,254,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(226,226,226,1) 0%,rgba(219,219,219,1) 50%,rgba(209,209,209,1) 51%,rgba(254,254,254,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(226,226,226,1) 0%,rgba(219,219,219,1) 50%,rgba(209,209,209,1) 51%,rgba(254,254,254,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(226,226,226,1) 0%,rgba(219,219,219,1) 50%,rgba(209,209,209,1) 51%,rgba(254,254,254,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(226,226,226,1) 0%,rgba(219,219,219,1) 50%,rgba(209,209,209,1) 51%,rgba(254,254,254,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#fefefe',GradientType=0 ); /* IE6-9 */
height: 30px;


}
