@charset "utf-8";
/* CSS Document */

#fancymenu {
	position:relative;
	overflow: hidden;	
	width:700px;
	height:30px;
	margin-left:10px;
	/*background-image:url(../images/nav-bg.gif);
	background-repeat:repeat-x;
 	background-position:0 6px;	*/
	background-color:#699bc9;
	border-bottom:5px solid  #bad1e5;
}
#fancymenu ul {
	padding: 0px;
	margin: 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;
	padding: 0px;
	margin: 0px;
}
#fancymenu ul li a {
	z-index: 10;
	display: block;
	float: left;
	height: 29px;
	position: relative;
	overflow: hidden;
	font-family:verdana;
	font-size:13px;
	font-weight:bold;
	color:#FFFFFF;
	border-right:1px solid #bad1e5;
	padding-top:8px;
	padding-left:10px;
	padding-right:10px;
	text-align:center;
}

#fancymenu ul li a:hover {
	color:#fff;
	/*background-image:url(../images/bg_menu_right.gif);*/
	background: #bad1e5;
	background-repeat:no-repeat;height: 29px;
}
#fancymenu ul li a:active {
	color:#fff;
	/*background-image:url(../images/bg_menu_right.gif);*/
	background: #bad1e5;
	background-repeat:no-repeat;height: 29px;
}
.selectedLink{
	color:#fff;
	/*background-image:url(../images/bg_menu_right.gif);*/
	background: #bad1e5;
	background-repeat:no-repeat;height: 29px;
}
/*************************/
/*
#menu_home a {
	width: 97px;
	background: url('../images/menu_home.png') no-repeat center !important;
	background: url('../images/menu_home.gif') no-repeat center; 

#menu_plantatree a {
	width: 97px;
	background: url('../images/menu_about.png') no-repeat center !important;
	background: url('../images/menu_about.gif') no-repeat center;
}
#menu_travel a {
	width: 97px;
	background: url('../images/menu_services.png') no-repeat center !important;
	background: url('../images/menu_services.gif') no-repeat center;
}
#menu_rideanelephant a {
	width: 97px;
	background: url('../images/menu_contact.png') no-repeat center !important;
	background: url('../images/menu_contact.gif') no-repeat center;
}


#fancymenu li.background {
	background: url('../images/bg_menu_right.gif') 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') no-repeat top left;
	height: 37px;
	margin-right: 9px; 
}
/*