#fancymenu {
	position:relative;
	height:78px;
	width:529px;
	background: url('../image/nav/nav.jpg') no-repeat top;
	padding:0;
	margin:0;
	overflow:hidden;
}


#fancymenu ul {
	padding:0;
	
	margin-top:22px;
	margin-left:0px;
}

/* Don't apply padding here (offsetWidth will differ in IE)
    If you need padding add it to the child anchor */
#fancymenu ul li{
	float: left;
	list-style: none;
}

#fancymenu ul li a{
	text-indent: -500em;
	z-index: 10;
	display: block;
	float: left;
	height: 32px;
	position: relative;
	overflow: hidden;
}

#menu_home a {
	width:76px;
	background: url('../image/nav/home.png') no-repeat center !important;	
}

#menu_plantatree a {
	width: 121px;
	background: url(../image/nav/gflt.png) no-repeat center !important;	
}

#menu_travel a {
	width: 121px;
	background: url('../image/nav/pfxz.png') no-repeat center !important;	
}

#menu_rideanelephant a {
	width: 121px;
	background: url('../image/nav/sybz.png') no-repeat center !important;	
}


#fancymenu li.background {
	background: url('../image/nav/r.jpg') no-repeat top right;
	z-index: 8;
	position: absolute;
	visibility: hidden;
}

#fancymenu .background .left {
	background: url('../image/nav/l.jpg') no-repeat top left;
	height: 32px;
	margin-right: 9px; /* 7px is the width of the rounded shape */
}


