/* Menu superior */
.navbar-nav > li > a{
	font-size: 1.1em !important;
	font-family: "century schoolbook";
	font-weight: bold !important;
	text-align: center !important;
	width:auto;
	padding:0 10px;
	color: black;
}
/* Menu sdropdown */
.dropdown-menu{
	font-size: 18px !important;
	font-family: "century schoolbook";
	font-weight: bold !important;
	text-align: left !important;
	width: auto;
	color: black;
	/*border-color: red;*/
	background-color: white;
	margin-top: 7px;
	opacity: 94%;
}

/*itens do menu horizontal*/
.dropdown-menu > a{
	color: #4F4F4F !important; 
	margin-left: 3px !important;
}

/* Evento ao Passar o Mause/Clicar no Item */
.dropdown-menu > a:focus, .dropdown-menu > a:hover{
	background-color: rgb(242, 247, 247);
	width: 95%;
	font-size: 18px !important;
	font-weight: bold;
}

/*  ATIVAR O MENU AO PASSAR O MAUSE SOMENTE NO PC (NAO FUNCIONOU LEGAL O DROPDOWN PERDE O FOCO AS VEZES) */
/*@media(min-height: 544px){
	.dropdown:hover>.dropdown-menu{
		display: block;
	}
	.dropdown>.dropdown-toggle:active{
		pointer-events: none;
	}
}*/
