@charset "utf-8";
/* CSS Document */

#fancymenu {
	position: relative;
	height: 77px;
	width: 980px;
	overflow: hidden;
}


#fancymenu ul {
	xpadding: 25px 0 15px 0;
	margin: 0;
	float:left;
	width:980px;
	background: url('../images/bg-mainNav.jpg') repeat-x #2b231b;
	height:77px;
}

/* 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;
	text-align:center;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	font-size:18px;
}

#fancymenu ul li a  {
	xtext-indent: -500em;
	z-index: 10;
	display: block;
	float: left;
	height: 47px;
	position: relative;
	overflow: hidden;
	width:245px;
	color:#fff;
	text-decoration:none;
	padding:27px 0;
}
	

/*#menu_home a {
	width: 245px;
	background: url('images/menu_home.png') no-repeat center !important;	
	background: url('images/menu_home.gif') no-repeat center;
}

#menu_plantatree a {
	width: 245px;
	background: url('images/menu_plantatree.png') no-repeat center !important;	
	background: url('images/menu_plantatree.gif') no-repeat center;
}

#menu_travel a {
	width: 245px;
	background: url('images/menu_travel.png') no-repeat center !important;	
	background: url('images/menu_travel.gif') no-repeat center;
}

#menu_rideanelephant a {
	width: 245px;
	background: url('images/menu_rideanelephant.png') no-repeat center !important;	
	background: url('images/menu_rideanelephant.gif') no-repeat center;
}*/


#fancymenu li.background {
	/*background: url('images/bg_menu_right.png') no-repeat top right !important;*/
	background: url('../images/bg_menu_right.gif') no-repeat top right;
	z-index: 8;
	position: absolute;
	visibility: hidden;
}

#fancymenu .background .left {
	/*background: url('images/bg_menu.png') no-repeat top left !important;*/
	background: url('../images/bg_menu.gif') repeat-x top left;
	height: 77px;
	margin-right: 9px; /* 7px is the width of the rounded shape */
}
