#menu {
	list-style: none;
	padding: 0;
	width: auto;
	height: 40px;
	float: left;
	margin: 0;
}
#menu li {
	padding: 0;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	margin: 0;
	float: left;
	display:inline;
}
#menu a {
	color: #333;
	display: block;
	text-decoration: none;
	height: auto;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	margin-top: 0;
	margin-bottom: 0;
	margin-right: 7px;
	margin-left: 8px;
}
#menu a:hover {
	color: #999;
	background-image: url(imagens/faixinha.gif);
	background-repeat: repeat-x;
	background-position: center bottom;
}
#menu a.current {
	color: #666;
	background-image: url(imagens/faixinha.gif);
	background-repeat: repeat-x;
	background-position: center bottom;
}
