/* ============================================ */
/*               ITEM DO MENU COMUM             */
.Item
{
    font-family: Arial;
    font-size: 13px;
    font-weight: bold;
    background-color: #FFFFFF;
	color: #649712;
	text-decoration: none;
	padding-top: 1px;
	padding-bottom: 1px;
}
/* ============================================ */
/*          ITEM DO MENU SELECIONADO            */
.ItemSelecionadO
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold;
    background-color: #86C128;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 1px;
	padding-bottom: 1px;
}

.Item a:hover, .ItemSelecionadO a:hover {
	text-decoration: none;
	font-family: Arial;
	font-size: 13px;
}
.Item a, .ItemSelecionadO a {
	text-decoration: none;
	font-family: Arial;
	font-size: 13px;
}