/* --- menu styles ---
note:
	not all browsers render styles the same way so try out your style sheet
	on different browsers before publishing;
*/
/* level 0 inner */



.m0l0oout
{
	background-color: #33d353;/*33d353*/
}


.m0l0iout, .m0l0iover 
{
	font-size: 12px;
	padding: 4px;
	text-decoration: none;
	
}
.m0l0iout {
	
	
	
	
	color: #FFFFFF;
}
.m0l0iover
{
	color: #FFFFFF;
}

/* level 0 outer */
.m0l0oout 
{
	/*padding-left: 2px;
	padding-right: 2px;
	width: 140px;*/

	/*background: #669933; */
	border-bottom: 1px solid #440044;
	border-left: 1px  solid white;
	border-right: 1px  solid #440044;
	border-top: 1px  solid white;
}

.m0l0oover, .m0l0oout
{
	height: 21px;
	text-decoration : none;	
	
}
.m0l0oover 
{
	
	border-left: 1px solid #440044;
	border-top: 1px  solid #440044;
	border-bottom: 1px solid white;
	border-right: 1px  solid white;
	
	background: #33a955;
}

/* level 1 inner */
.m0l1iout, .m0l1iover
{
	font-size:  11px;
	text-decoration: none;
	padding: 4px;
	text-align: left;
}
.m0l1iout {

	color: #FFFFFF;
}
.m0l1iover {

	color: #FFFFFF;
}

/* level 1 outer */
.m0l1oout {
	text-decoration : none;
	border-bottom: 1px solid #440044;
	border-left: 1px  solid white;
	border-right: 1px  solid #440044;
	border-top: 1px  solid white;
	background: #55cc55;
}
.m0l1oover {
	text-decoration : none;
	border-left: 1px solid #440044;
	border-top: 1px  solid #440044;
	border-bottom: 1px solid white;
	border-right: 1px  solid white;
	background: #33aa33;
}

/* level 2 inner */
.m0l2iout {

	font-size: smaller;
	text-decoration: none;
	padding: 4px;
	/*color: #000000;*/
	color: #FFFFFF;
	text-align: left;
}

.m0l2iover {
	font-size: smaller;
	text-decoration : none;
	padding: 4px;
	color: #FFFFFF;
}

/* level 2 outer */
.m0l2oout 
{
	font-size: 11px;
	text-decoration : none;
	border-bottom: 1px solid #440044;
	border-left: 1px  solid white;
	border-right: 1px  solid #440044;
	border-top: 1px  solid white;
	background: #33bb33;
}
.m0l2oover 
{
	font-size: 11px;
	text-decoration : none;
	border-left: 1px solid #440044;
	border-top: 1px  solid #440044;
	border-bottom: 1px solid white;
	border-right: 1px  solid white;
	background: #11aa11;
}