/*Cabecalho*/
.trMenuCabecalhoBasico
{
	background-repeat: no-repeat;
	font-family: Arial,Tahoma,Verdana;
	font-style: normal;
	font-variant: normal;
	font-size: 13px;
	line-height: normal;
	font-weight: bold;
	width: 215px;
	height: 29px;
}

.trMenuCabecalhoVermelho
{
	background-image: url(./Menu/imgMenuCabecalhoVermelho.jpg);
	color: #B5241D;
}

.trMenuCabecalhoVerde
{
	background-image: url(./Menu/imgMenuCabecalhoVerde.jpg);
	color: #70912F;
}

.trMenuCabecalhoCinza
{
	background-image: url(./Menu/imgMenuCabecalhoCinza.jpg);
	color: #6B6562;
}

/*Rodape*/
.trMenuRodapeBasico
{
	background-repeat: no-repeat;
	width: 215px;
	height: 48px;
}

.trMenuRodapeVermelho
{
	background-image: url(./Menu/imgMenuRodapeVermelho.jpg);
}

.trMenuRodapeCinza
{
	background-image: url(./Menu/imgMenuRodapeCinza.jpg);
}

.trMenuRodapeVerde
{
	background-image: url(./Menu/imgMenuRodapeVerde.jpg);
}

/*Divisao entre itens*/
.imgMenuDivisao
{
	background-image: url(./Menu/imgMenuDivisao.jpg);
	background-repeat: no-repeat;
	width: 172px;
	height: 2px;
	overflow: hidden;
}

.lblMenuTextoNormal
{
	color: #333333;
	font-family: verdana;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}
.lblMenuTextoNormal:hover
{
	color: #666666;
	text-decoration: underline;
}

.lblMenuTextoDestaque
{
	color: #70912F;
	font-family: verdana;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
}
.lblMenuTextoDestaque:hover
{
	text-decoration: underline;
}

