.Header
{
	/*BACKGROUND-IMAGE: url(expanded.gif)*/
	_height: 22px;
	_padding: 5px 2px 0px 2px;
	font-size: 8pt;
	color: black;
	line-height: 18pt;
	font-weight: bold;
	background-color: #cadeb0;
	background-image: url(../images/AccordionTab.gif);
	border-bottom: #999999 1px solid;
	border-top: white 1px solid;
	cursor: pointer;
}

.HeaderSelected
{
	/*BACKGROUND-IMAGE: url(expanded.gif)*/
	_height: 22px;
	_padding: 5px 2px 0px 2px;
	font-size: 8pt;
	color: black;
	line-height: 18pt;
	font-weight: bold;
	background-color: #cadeb0;
	background-image: url(../images/AccordionTabSelected.gif);
	border-bottom: #999999 1px solid;
	border-top: white 1px solid;
	cursor: pointer;
}

.Content
{
	color: #000000;
	text-decoration: none;
	padding-left: 22px;
	line-height: 16pt;
	background-color: #f1f1f1;
	cursor: pointer;
}

#menuEsquerda a:link
{
	text-decoration: none;
	color: Black;
	font-size: 8pt;
}

#menuEsquerda a:visited
{
	text-decoration: none;
	color: Black;
	font-size: 8pt;
}

#menuEsquerda a:hover
{
	color: #FF6600;
	font-size: 8pt;
}
