@charset "utf-8";

.menu
{
	width: auto;
	position: relative;
	display: block;
	font: 11px Tahoma;
	font-weight:bold;
	color: #BB600A;
	padding: 0px;
	text-decoration: underline;
}

.menu:hover
{
width: auto;
	font: 11px Tahoma;
	font-weight:bold;
	color: #E0600A;
	text-decoration: none;
}
.menuTdNoImage
{
width: auto;
	height: 21;
	text-align: center;
	background-image: url(images/barra_fundo2.png);
	padding: 0px;
}
.menuTdNoImage:hover
{
width: auto;
	color: #fff10b;
	text-decoration: none;
	background-image: url(images/barra_fundo2.png);
	padding: 0px;
}