/********************************************/
/* General Styles for the Menu presentation */
/********************************************/

.stlMenu_OuterTable {
	width: 100%;	
}

.stlMenu_InnerTable {
	width: 100%;	
	margin-top: 15px;
}

/*******************************************/
/* Styles for the Menu-Level0 presentation */
/*******************************************/

.stlMenu_Level0 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
	color: white;
}

.stlMenu_Level0Selected {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none;
	color: #669933;
}

/*******************************************/
/* Styles for the Menu-Level1 presentation */
/*******************************************/

.stlMenu_Level1 {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	color: white;
	text-decoration: none;
	font-style : none;
}

.stlMenu_Level1:hover {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	color: white;
	text-decoration: underline;
	font-style : none;
}

.stlMenu_Level1Ancestor {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	text-decoration: none;
	color: #3399FF;
}

.stlMenu_Level1Selected {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	text-decoration: none;
	color: #669933;
}

/*******************************************/
/* Styles for the Menu-Level2 presentation */
/*******************************************/

.stlMenu_Level2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	text-decoration: none;
}

.stlMenu_Level2Ancestor {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	text-decoration: none;
	color: #3399FF;
}

.stlMenu_Level2Selected {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	text-decoration: none;
	color: #669933;
}

/*******************************************/
/* Styles for the Menu-Level3 presentation */
/*******************************************/

.stlMenu_Level3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	text-decoration: none;
}

.stlMenu_Level3Selected {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	text-decoration: none;
	color: #669933;
}
