@charset "UTF-8";
/* CSS Document */


#navigation {
}

#navigation  ul {
	margin:0;
	padding:0;
	list-style:none;
	z-index: 999;
}

#navigation li ul {
	position:absolute;
	width:180px;
	text-align:left;
	z-index:999;
}

#navigation li ul li{
	display:block;
	background:#ac170a;
	padding:6px 5px 5px 10px;
	color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align:left;	
	border-bottom:1px solid #e92e22;
	text-transform:uppercase;
	
}

#navigation li ul li a {
	color:#ffffff;
	text-decoration:none;
}

#navigation li ul li a:hover {
	color:#ffdc00;
	text-decoration:none;
}
#navigation ul ul {
	display:none;
}

#navigation ul ul ul {
margin: 5% 0 0 65%;
left:0;
top:0;


/*left: 0%; /* to position them to the right of their containing block */
/*width: 100%; /* width is based on the containing block */
}


#navigation ul.level1 li.submenu:hover ul.level2, #navigation ul.level2 li.submenu:hover ul.level3 {display:block;}

#navigation ul.level3 li.submenu:hover ul.level4 {display:block;}



a#btn_home {
	width:54px;
	height:49px;
	display:block;
	background:url(images/menu-Home.jpg) no-repeat ;
}

a#btn_home span {
	display:none;
}

a:hover#btn_home {
	background:url(images/menu-Home-over.jpg) no-repeat;
}

#btn_join {
	width:112px;
	height:49px;
	display:block;
	background:url(images/menu-Join.jpg) no-repeat;
}

a#btn_join  span {
	display:none;
}

a:hover#btn_join {
	background:url(images/menu-Join-over.jpg) no-repeat;
}

a#btn_about {
	width:158px;
	height:49px;
	display:block;
	background:url(images/menu-About.jpg) no-repeat;
}

a#btn_about span {
	display:none;
}

a:hover#btn_about {
	background:url(images/menu-About-over.jpg) no-repeat;
}

a#btn_community {
	width:134px;
	height:49px;
	display:block;
	background:url(images/menu-Community.jpg) no-repeat;
}

a#btn_community span {
	display:none;
}

a:hover#btn_community {
	background:url(images/menu-Community-over.jpg) no-repeat;
}

a#btn_fundraising {
	width:101px;
	height:49px;
	display:block;
	background:url(images/menu-Fundraising.jpg) no-repeat;
}

a#btn_fundraising span {
	display:none;
}

a:hover#btn_fundraising {
	background:url(images/menu-Fundraising-over.jpg) no-repeat;
}

a#btn_locations {
	width:116px;
	height:49px;
	display:block;
	background:url(images/menu-Locations.jpg) no-repeat;
}

a#btn_locations span {
	display:none;
}

a:hover#btn_locations {
	background:url(images/menu-Locations-over.jpg) no-repeat;
}

a#btn_contact {
	width:126px;
	height:49px;
	display:block;
	background:url(images/menu-Contact.jpg) no-repeat;
}

a#btn_contact span {
	display:none;
}

a:hover#btn_contact {
	background:url(images/menu-Contact-over.jpg) no-repeat;
}


#navigation li {
	float:left;
}

.menu li {
	list-style-image:none;
	list-style-type:none;
	}

