/* Menu Style Sheet */
#arvTemas .t {
 		width:		auto;
 		margin:		0;
 		padding:	0;
 		height:		12px;
 		vertical-align:	middle;
 	}
#arvTemas .tsd {  //categoria sem dados - importante não remover!
 		width:		auto;
 		margin:		0;
 		padding:	0;
 		height:		12px;
 		vertical-align:	middle;
 	}

#arvTemas > div:first-child {
  font-weight:bold;
}

#arvTemas img {
	padding-right: 6px;
	cursor:pointer;
	
}

.arvImg
{
	/*padding-right: 0px;*/
}

.Menu
{
	background-color: transparent;
	font: normal 10px  'Trebuchet MS';
	color: #284e65;
}

#arvTemas {
	margin-left:-8px;
}

.Menu div
{
	padding-left:8px;
}

MenuItem,MenuItemSelected,MenuItemActive,MenuItemHover A:link,A:active,A:hover,A:visited
{
	text-decoration : none;
}

.MenuItem
{
	/*cursor: pointer;
	cursor: hand;*/
	background-color: inherit;
}
.MenuItemSemDados
{
	color: rgb(192,192,192);
}

.MenuItemSelected
{
	/*cursor: pointer;
	cursor: hand;
	background-color: WHITE;
	border:1px solid #999999;*/
}

.MenuItemActive
{
	/*cursor: pointer;
	cursor: hand;
	background-color: #BBBBBB;
	border:1px solid #999999;*/
}

.MenuItemHover
{
	/*cursor: pointer;
	cursor: hand;
	background-color: #CCCCCC;
	border:1px solid #999999;*/
}

.SubMenu
{
	display: none;
}

