#menu {
	width: 999px;
	margin-left: auto;
	margin-right: auto;
}
#menu_red {
	width: 100px;
}
#menu_blue {
	
}
#faixa_red {
	width: 100%;
	height: 22px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FE471F;
	text-align: center;
}
#faixa_red ul{
	width: 775px;
	height: 20px;
	list-style: none;
	text-align: center;
	padding: 0px;
	margin: 0px;
	clear: none;
}
#faixa_red li{
	width: 192px;
	height: 22px;
	list-style: none;
	line-height: 20px;
	float: left;
	color: #FFF;
	font-weight: bold;
	letter-spacing: 3px;
}
#faixa_red li a{
	color: #FFF;
	font-weight: bold;
	letter-spacing: 3px;
	text-decoration: none;
	font-size: 12px;
}
#faixa_red li a:hover{
	color: #FFF;
	font-weight: bold;
	letter-spacing: 3px;
	text-decoration: underline;
}
#faixa_blue {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	height: 20px;
	background-color: #3896B2;
}
#faixa_blue ul{
	width: 775px;
	height: 20px;
	list-style: none;
	text-align: center;
	padding: 0px;
	margin: 0px;
	clear: none;
	margin-left: 50px;
}
#faixa_blue li{
	width: auto;
	height: 20px;
	list-style: none;
	line-height: 19px;
	float: left;
	color: #FFF;
	font-weight: bold;
	letter-spacing: 0px;
	margin-right: 0px;
}
#faixa_blue li a{
	color: #FFF;
	font-weight: bold;
	letter-spacing: 2px;
	text-decoration: none;
	font-size: 10px;
}
#faixa_blue li a:hover{
	color: #FFF;
	font-weight: bold;
	letter-spacing: 2px;
	text-decoration: none;
	background-color: #75b9cd;
	height: 19px;
}
