@CHARSET "ISO-8859-1";

/*Link da esquerda*/
.divLCLink {
	overflow: hidden;
	clear: both;
	position: relative;
	width: 180px;
	height: 100px;
	cursor: pointer;
}

.tableLCLink {
/* 	width: 100%; */
}

.tdLCLink {
	width: 180px;
	height: 108px;
	text-align: center;
	vertical-align: middle;
	color: #FFFFFF;
	font-size: 20pt;
}


.aLCLink {
	color: #FFFFFF;
	font-size: 20pt;
}

/*Menus da esquerda*/
.divLMenu {
	float:right;
	overflow: hidden;
	clear: both;
	/*position: relative;*/
	width: 180px;
}

.tableLMenu {
/* 	width: 100%; */
/* 	font-family: lucidaSansUnicode; */
}

.tdLMenuLabel {
	width: 180px;
	height: 32px;
	padding-left: 20px;
	text-align: left;
	vertical-align: middle;
	font-size: 12pt;
	color: #A7A9AC;
	cursor: pointer;
}
.tdLMenuLabel:hover {
	color: #FFFFFF;
}

.tdLMenuLabelSel {
	width: 180px;
	height: 32px;
	padding-left: 20px;
	text-align: left;
	vertical-align: middle;
	font-size: 12pt;
	color: #FFFFFF;
	cursor: pointer;
}

.tdLMenuLabelSeparator {
	width: 180px;
	height: 2px;
	padding-left: 0px;
	font-size: 0pt;
}

/*Próximos itens do menu*/
.tdLMenuLabelNext {
	font-family: lucidaSansUnicode;
	width: 180px;
	height: 80px;
	text-align: center;
	vertical-align: middle;
	font-size: 17pt;
	color: #A7A9AC;
	cursor: pointer;
	color:#00AAA6;
	background-color: #231F20;
	opacity: 0.9;
	filter: alpha(opacity = 90);
	font-weight: normal;
}

.tdLMenuLabelNext:hover {
	font-family: lucidaSansUnicode;
	color: #FFFFFF;
	background-color: #00AAA6;
	opacity: 0.9;
	filter: alpha(opacity = 90);
font-weight: normal;
}

/*Próximos itens do menu  quando selecionado*/
.tdLMenuLabelNextSel {
	font-family: lucidaSansUnicode;
	width: 180px;
	height: 80px;

	text-align: center;
	vertical-align: middle;
	font-size: 17pt;
font-weight: normal;
	color: #FFFFFF;
	cursor: pointer;
	
		background-color: #00AAA6; /*#66A2A0; */
	opacity: 0.7;
	filter: alpha(opacity = 70);	
}