/* GRUPOS, SUBGRUPOS, SUGESTOES*/
.deptoOver{
	cursor: pointer;
	color: #FFFFFF;
	background-color:#6F7B52;
	font-size: 11px;
	/*text-transform: uppercase;*/
	font-family: Georgia, Tahoma, Arial;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
}
.deptoOut{
	font-family: Georgia, Tahoma, Arial;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	/*text-transform: uppercase;*/
	color: #354039;
	text-decoration: none;
	cursor: default;
}

.subdeptoOver{
	cursor: pointer;
	background-color:#6F7B52;
	font-size: 8pt;
	color: #FFFFFF;
	/*text-transform: uppercase;*/
	font-family: Georgia, Tahoma, Arial;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
}
.subdeptoOut{
	font-family: Georgia, Tahoma, Arial;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	/*text-transform: uppercase;*/
	color: #354039;
	text-decoration: none;
	
	cursor: default;
	font-size: 8pt;
	background:#F1EEE7;	
}

.sugOver{
	cursor: pointer;
	color: #666;
	font-size: 11px;
	text-transform: uppercase;
	font-family: Tahoma, Arial;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
}

.sugOut{
	font-family: Tahoma, Arial;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: uppercase;
	color: #354039;
	text-decoration: none;
	cursor: default;
}

.box{
	position: absolute;
	visibility: hidden;
	z-index: 2;	
}
