@charset "utf-8";
/* CSS Document */


#menu{
	padding: 20px 0px 0 0px;
	position: absolute;
	width: 100%;
	text-align: center;
	z-index: 9999;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	left: 0px;
}
#menu>ul{
	background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAjCAYAAABVcWC0AAAAVklEQVQIW53EuQ0DIAAEQW3Z9AVV8COBhHg6oIZz4tCRJxiMMWLvLd574t777Zwj1lpizinGGKL3LlprotYqSiki5yxSSiLGKEIIwnsvrLW/c86J//oAOy5zC/Mb3qEAAAAASUVORK5CYII=);
	
	padding: 0 10px 0 10px !important;
	border-radius: 5px;
	box-shadow: 0px 1px 13px  0px rgba(85,85,85,.56);
	width: auto;
	text-align: none;
	list-style: none;
	position: relative;
	white-space: nowrap;
	display: inline-table;
	font-size: 0px;
}
#menu ul, #menu li, #menu a{
	font-family: Verdana, Geneva, sans-serif !important;
	margin: 0;
	padding: 0;
}
#menu>ul>li{
	display: inline-block;

	vertical-align: top;
	font-size: 15px;
	position: relative;
}
#menu ul li:hover>ul, .hvr>ul{
	display: block !important;
	visibility: visible;
	opacity: 1;
	pointer-events:  all; 
	-webkit-transform: translateY(0) scale3d(1,1,1);
	-ms-transform: translateY(0) scale3d(1,1,1); 
	transform: translateY(0) scale3d(1,1,1); 
	-webkit-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out; 
	transition: all 0.2s ease-out;
}
#menu>ul>li:hover>a, .hvr>a{
	color: #4c4c4c !important;
	border-radius: 0px;
	z-index: 9;
}
#menu ul li a{
	display: block;
	text-decoration: none;
	white-space: nowrap;
}
#menu>ul>li>a{
	padding: 0px 18px;
	line-height: 35px;
	height: 35px;
	color: #5e5be5;
	text-shadow: 0px 1px 0px rgba(254,254,254,.56);
}
#menu ul ul{
	font-size: 12px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	opacity: 0; -webkit-transform: translateY(-50%) scale3d(1,0,1); -ms-transform: translateY(-50%) scale3d(1,0,1); transform: translateY(-50%) scale3d(1,0,1);
	visibility: hidden;
	display: block;
	pointer-events: none;
	background: #d1d1d1;
	border-radius: 0px;
	width: auto;
	list-style: none;
	min-width: 160px;
	padding: 0 1px 1px 1px;
	position: absolute;
	z-index: 8;
	margin-top: 0;
	box-shadow: 0px 0px 10px  0px rgba(85,85,85,.71);
	top: 35px;
}
#menu ul ul li{
	float: none;
	position: relative;
	width: 100%;
	text-align: left;
}
#menu ul ul li a{
	padding-left: 15px;
	padding-right: 31px;
	line-height: 25px;
	height: 25px;
	color: #4c4c4c !important;
	text-shadow: 0px 0px 1px rgba(0,0,0,0);
}
#menu ul ul li>a:after{
	content: '';
	position: absolute;
	right: 10px;
	top: 50%;
	width: 0;
	height: 0;
	margin: -4px 5px;
	border-left: 5px #4c4c4c solid;
	border-top: 4px dashed transparent;
	border-bottom: 4px dashed transparent;
	border-right: none;
	display: inline-block;
	overflow:hidden;
}
#menu ul ul li>a:only-child:after{
	display: none;
}
#menu ul ul li:hover>a{
	border-radius: 0px;
	color: #ffffff !important;
}
#menu ul ul li:hover>a:after{
	border-left: 5px #ffffff solid;
}
#menu ul ul li a:hover{
	border-radius: 0px;
	background: #8e8e8e;
	text-shadow: 0px 0px 0px rgba(69,69,69,0);
}
#menu ul ul li a:hover:after{
	border-left: 5px #ffffff solid;
}
#menu canvas{
	position: absolute;
	width: 1px;
	height: 1px;
}
canvas noscript{
	display: none;
}
#menu ul ul ul{
	position: absolute;
	z-index: 8;
	left: 100%;
	top: 0;
}
#ie_message{
	display:none;
}
@media screen and (min-width:0\0){
#ie_message{
	display: block;
	margin-top: 10px;
	background: #ecc;
}
}
@media (max-width: 768px) {
	#menu>ul{
		min-width: 300px !important;
		width: 100%;
		height: 35px;
		padding: 0 !important;
	}

	#menu ul li{
		float: none;
		display: block;
		position:relative;
	}

	#menu>ul>li{
		width: auto !important;
		margin: 0 6px 0 6px;
	}

	#menu>ul>li>a{
		display:none;
	}

	#menu>ul:hover>li>a, .hvr>li>a{
		display:block !important;
	}

	#menu>ul>li:hover, .hvr{
		z-index: 9 !important;
	}

	#menu>ul:after {
		line-height: 33px;
		content: 'Menu';
		font-family: Verdana, Geneva, sans-serif !important;
		font-size: 15px;
		color: #5e5be5;
		float:right;
		padding-right: 15px;
	}

	#menu>ul:hover:after, #menu>ul.hvr:after {
		display: none;
	}

	#menu>ul:before {
		float: right;
		line-height: 35px;
		content: '';
		margin: 11px 22px 10.875px 0;
		width: 17px;
		height:2.625px;
		border-top: 7.875px double #5e5be5;
		border-bottom: 2.625px solid #5e5be5;
	}

	#menu>ul:hover:before, #menu>ul.hvr:before {
		opacity: 0;
	}

	#menu ul ul {
		left: 25px !important;
	}

	#menu ul ul ul{
		F-top: 25px;
	}
}

/*FORMATAÇÃO DO DAS IMAGENS NO MENU */
header#nav img#icone{
	position: absolute;
	left:900px;
	top: 50px;
}


