/* --- menu styles ---
*/
/* level 0 inner */
A:link
{
	FONT-WEIGHT: bold; TEXT-DECORATION: none;
}

.m0l0iout {
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 8pt;
	padding: 1px;
	text-align : center;
	text-valign : middle;
	color: #005500;
}
.m0l0iover {
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 8pt;
	FONT-WEIGHT: bold; 
	text-decoration : underline;
	text-align : center;
	padding: 1px;
	color: #009900;
}

/* level 0 outer */
.m0l0oout {
	text-decoration : none;
	border : 2px solid #FFFFFF;
	background: #EAEAEA;
}
.m0l0oover {
	text-decoration : none;
	border : 1px solid #D3D3D3;
	background: #D3D3D3;
}

/* level 1 inner */
.m0l1iout {
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 8pt;
	text-decoration: none;
	FONT-WEIGHT: bold; 
	padding: 4px;
	color: #005500;
}
.m0l1iover {
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 8pt;
	text-decoration : underline;
	FONT-WEIGHT: bold; 
	padding: 4px;
	color: #FF0000;
}

/* level 1 outer */
.m0l1oout {
	text-decoration : none;
	border : 1px solid #339900;
	background: #FFFFFF;
}
.m0l1oover {
	text-decoration : none;
	border : 1px solid #339900;
	background: #EAEAEA;
}

/* level 2 inner */
.m0l2iover {
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 8pt;
	text-decoration : none;
	FONT-WEIGHT: bold; 
	padding: 4px;
	color: #FF0000;
}

/* level 2 outer */
.m0l2oout {
	text-decoration : none;
	border : 1px solid #339900;
	background: #FFFFFF;
}
.m0l2oover {
	text-decoration : none;
	border : 1px solid #339900;
	background: #EAEAEA;
}
