#enfeites {
	position: absolute;
	top: 65px;
	left: 0px;
	width: 100%;
	height: 47px;
	background-image: url(../images/enfeitesNatal.png);
	background-repeat: repeat-x;
	z-index: 900;
}

#topo {
	height: 69px;
	margin-top: 5px;
	margin-bottom: 5px;
	position: relative;
}
#faixabanner{
	position: absolute;
	right: 0px;
	top: -80px;
	display: none;
}
#topo h1 {
	float: left;
	margin: 0px;
	margin-top: -10px;
	padding: 0px;
}
#topo h1 a{
	display: block;
	height: 69px;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 254px;
}
#topo h1 a span {
	display: none;
}
#topo ul {
	margin-left: 290px;
}
#topo ul li {
	display: inline;
	list-style: none;
}
#topo ul li a {
	width: 12%;
	text-align: center;
	display: block;
	float: left;
	padding-top: 27px;
	padding-bottom: 27px;
	padding-left: 5px;
	padding-right: 5px;
	margin-left: 3px;
	margin-right: 3px;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
}
#topo ul.menu2 li a {
	width: 12%;
}
#topo ul li a:hover {
	text-decoration: none;
	color: #006538;
}

#topo ul li a:active {
	background-image: url(../images/marcador_menu.jpg);
	background-repeat: no-repeat;
	background-position: center 50px;
	text-decoration: none;
	color: #006538;
}

