﻿.Menu
{
	background-color: #ED008C;
	color: White;
	text-decoration: none;
	cursor: hand;
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	height: 18px;
	background-repeat: repeat;
}



.MenuSelecionado
{
	background-color: #F6ACCF;
	color: White;
	text-decoration: none;
	cursor: hand;
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	height: 18px;
	background-repeat: repeat;
}
