#menu {
	list-style: none;
	padding: 0;
	width: auto;
	z-index: 1;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#menu li {
	padding: 0;
	font-size: 11pt;
	float: left;
	margin: 0;
	font-weight: bold;
}
#menu a {
	color: #CCC;
	display: block;
	float: left;
	text-decoration: none;
	padding-top: 15px;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0px;
	height: 47px;
	padding-left: 15px;
	padding-right: 5px;
}
#menu a:hover {
	color: #FFF;
}
#menu a.current {
	color: #F30;
	background-image: url(imagens/flagCurrent.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}
