@charset "UTF-8";

/* Menu travável */
#top #header_main_alternate .ubermenu_sticky {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: auto;
	min-width: 0px;
	min-height: 0px;
	max-width: none;
	max-height: none;
}
@media only screen and (min-width: 960px) {
	#top #header_main_alternate .ubermenu_sticky .ubermenu_sticked {
		position: fixed;
		top: 0px;
		left: 0px;
		width: 100%;
	}
}
@media only screen and (max-width: 989px) {
	#top #header_main_alternate .ubermenu_sticky {
		height: auto !important;
	}
}
