    
	.clearer {
	clear: both;
	font-size: 1px;
	}
	

	
	a:active, a:link, a:visited {
	text-decoration: none;
	color:#c6ea85;
	font-weight:bold;
	}
	

	IMG.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
	
	.logo{
		margin:10px 0px 10px 0px;
	}

    /*
 * Options
 */
.hide-text {
	text-indent: -9999px; overflow: hidden;
}
.right {
	float: right;
}
.left {
	float: left;
}
.rtl {
	direction: rtl;
}
.ltr {
	direction: ltr;
}
.align-right {
	text-align: right;
}
.align-left {
	text-align: left;
}
.align-center {
	text-align: center;
}

ul.styled li {
	list-style: square inside;
}

.centered {
  float: none !important;
  margin: auto !important;
  position: relative;
  left: -15px;
}

:focus {
	outline: 0;
}


/*----------------------------------------------------------------------*/

.tree {
	background: url(images/menu/img/tree.png) no-repeat center 0;
	width: 550px;
	height: 223px;
	display: block;
	position: relative;
	margin: 1px auto;
}

.tree .leaf {
	list-style: none;
	position: absolute;
}
.tree .leaf .lleft {
	background: url(images/menu/img/leaf-left.png) no-repeat 0 0;
	width: 29px;
	height: 30px;
	display: block;
	float: left;
}
.tree .leaf .lright {
	background: url(images/menu/img/leaf-right.png) no-repeat 0 0;
	width: 29px;
	height: 30px;
	display: block;
	float: left;
}
.tree .leaf .lcenter {
	background: #39b54a;
	color: #fff;
	border: 2px solid #fff;
	border-left-width: 0;
	border-right-width: 0;
	padding-top: 4px;
	margin-top: 1px;
	height: 20px;
	display: block;
	float: left;
	font-size: 0;
	-webkit-transition: font-size linear 0.2s;
       -moz-transition: font-size linear 0.2s;
         -o-transition: font-size linear 0.2s;
            transition: font-size linear 0.2s;
}
.tree .leaf:hover .lcenter {
	font-size: 15px;
}

/* Positions */
.tree .leaf.i1 { /* contact */
	top: 82px;
	right: 325px;
}
.tree .leaf.i2 { /* about */
	top: 38px;
	right: 319px;
}
.tree .leaf.i3 { /* mission */
	top: 5px;
	right: 268px;
}
.tree .leaf.i4 { /* method */
	top: 15px;
	left: 311px;
}
.tree .leaf.i5 { /* maria montessori */
	top: 41px;
	left: 323px;
}
.tree .leaf.i6 { /* testimonials */
	top: 86px;
	left: 333px;
}
.tree .leaf.i7 { /* home page */
	top: 62px;
	left: 212px;
}

