
/* level 0 inner */

.m0l0iout {
  cursor: pointer;	
	font-weight: bold;
	text-decoration: none;
	color: #006653;
	padding: 7px 10px 2px 6px; 
	
	
}
.m0l0iover {
  cursor: pointer;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
	padding: 7px 10px 2px 6px; 
}

/* level 0 outer */
.m0l0oout {
	font-size: 11px; 
	font-weight: bold; 
	background-color: #dcdcdc; 
	text-align: left;	
	border-bottom: 1px solid #bdbdbd; 
	
}
.m0l0oover {
	font-size: 11px; 
	font-weight: bold; 
	background-color: #dcdcdc; 
	text-align: left;	  
	border-bottom: 1px solid #bdbdbd; 
	
}

/* level 1 inner */
.m0l1iout {
  cursor: pointer;  
  font-size: 10px;  
  text-align: left; 
	text-decoration: none;
	padding: 4px 4px 4px 4px;
	color: #006633;
}
.m0l1iover {
  cursor: pointer;
   
  font-size: 10px;  
  text-align: left; 
	text-decoration: none;
  padding: 4px 4px 4px 4px;
	color: #000000;
}

/* level 1 outer */
.m0l1oout {
	/*background: url(../pics/bg6.gif) repeat-y left top; */
  background-color: #dcdcdc; 
  border-left: 1px solid #006633; 
	border-bottom: 1px solid #006633; 
	border-right: 1px solid #006633;
	
}
.m0l1oover {
  /* background: url(../pics/bg6.gif) repeat-y left top; */
  background-color: #dcdcdc; 
 	border-left: 1px solid #006633; 
	border-bottom: 1px solid #006633; 
	border-right: 1px solid #006633;
	
}

/* level 2 inner */

.m0l2iout {
  cursor: pointer;
  font-size: 10px;  
	text-decoration: none;
	padding: 4px;
	color: #006633;
	text-align: left;
}
.m0l2iover {
  cursor: pointer;
  font-size: 10px;
	text-decoration : none;
	padding: 4px;
	color: #000000;
	text-align: left;
}

/* level 1 outer */
.m0l2oout {
	
	border-left: 1px solid #006633; 
	border-bottom: 1px solid #006633; 
	border-right: 1px solid #006633;
	background: #d7d7d7;

}
.m0l2oover {
	border-left: 1px solid #006633; 
	border-bottom: 1px solid #006633; 
	border-right: 1px solid #006633;
	background: #d7d7d7;
}
