#menu_topo ul {
	margin: 0;
	padding: 0;
}

#menu_topo ul li {
	display: inline;
	list-style-type: none;
}
 
#menu_topo ul a:link, #menu_topo ul a:visited {
	display: block;
	float: left;
	font-size: 10px;
	text-transform: uppercase;
	height: 61px;
	text-align: center;
	text-decoration: none;
	outline-style: none;
	background-image:url("../imagens/fundo_menu.png");
	background-repeat:no-repeat;
	background-position:center 3px;
	color: #008998;
}

#menu_topo ul a:hover, #menu_topo ul a:active {
	display: block;
	float: left;
	font-size: 10px;
	text-transform: uppercase;
	height: 61px;
	text-align: center;
	text-decoration: none;
	outline-style: none;
	background-image: url('../imagens/fundo_menu_padrao.png');
	background-repeat: no-repeat;
	background-position: center 3px;
	color: #ffffff;
}


#menu_topo ul a span{
	position: relative;
	top: 27px;
}

