@charset "utf-8";
.menu_seta {
	background-color: #e5561e;
	text-align: center;
	list-style-type: none;
	width: 220px;
	height: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.menu_titulo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #fdf4f0;
	background-color: #e5561e;
	text-decoration: none;
	padding: 8px;
	width: 220px;
}
.menu {
	background-color: #e5561e;
	width: 220px;
	text-decoration: none;
	vertical-align: middle;
	display: block;
}
.menu_txt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fdf4f0;
	background-color: #e5561e;
	text-align: left;
	text-decoration: none;
	padding-left: 5px;
	vertical-align: middle;
	display: block;
	width: auto;
}
.menu a:link {
	font-style: normal;
	font-weight: normal;
	color: #fdf4f0;
	text-decoration: none;
	vertical-align: middle;
}
.menu a:hover {
	font-style: normal;
	font-weight: normal;
	color: #fdf4f0;
	text-decoration: none;
	background-color: #bb3500;
	vertical-align: middle;
}
.menu a:active {
	font-style: normal;
	font-weight: normal;
	color: #fdf4f0;
	text-decoration: none;
	background-color: #bb3500;
	vertical-align: middle;
}
body {
	margin: 0px;
	padding: 0px;
}
