/****************************** Main Level ******************************/
.firstleveltextout { /* Text in normal state */
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	padding: 2px;
	color: #000000;
}
.firstleveltextover { /* Text when mouse is over it */
	font: 12px Verdana;
	font-weight: bold;
	text-decoration: underline;
	text-align: center;
	padding: 2px;
	color: #000000;
}

.firstlevelcellout { /* Cell information: background color, border, etc. in normal state */
	text-decoration : none;
	background: #92A92F;
}
.firstlevelcellover { /* Cell information: background color, border, etc. when mouse is over it */
	text-decoration : none;
	background: #4DB5AF;
}

/****************************** First Sub-Menu ******************************/
.secondleveltextout { /* Text in normal state */
	font: 10px Verdana;
	text-decoration: none;
	padding: 4px;
	color: #000000;
}
.secondleveltextover { /* Text when mouse is over it */
	font: 10px Verdana;
	text-decoration : underline;
	padding: 4px;
	color: #000000;
}
.secondlevelcellout { /* Cell information: background color, border, etc. in normal state */
	text-decoration : none;
	border : 1px solid #FFCE9C;
	background: #E36E21;
}
.secondlevelcellover { /* Cell information: background color, border, etc. when mouse is over it */
	text-decoration : none;
	border : 1px solid #FFCE9C;
	background: #D7D028;
}

/****************************** Second Sub-Menu ******************************/
.thirdleveltextout { /* Text in normal state */
	font: 10px Verdana;
	text-decoration: none;
	padding: 4px;
	color: #000000;
}
.thirdleveltextover { /* Text when mouse is over it */
	font: 10px Verdana;
	text-decoration : none;
	padding: 4px;
	color: #FFFFFF;
}
.thirdlevelcellout { /* Cell information: background color, border, etc. in normal state */
	text-decoration : none;
	border : 1px solid #990000;
	background: #FBD6A2;
}
.thirdlevelcellover { /* Cell information: background color, border, etc. when mouse is over it */
	text-decoration : none;
	border : 1px solid #990000;
	background: #990000;
}