@charset "UTF-8";

#nav-main-top {
	float: right;
	width: 610px;
	margin: 89px 10px 0 0;
	position: relative;
	top: 1px;
	height: 56px;
}

#nav-main-top li {
	height: 56px;
	width: 145px;;
	margin: 0 10px 0 0;
	float: left;
}

#nav-main-top a {
	width: 145px;
	height: 56px;
	display: block;
	float: left;
	background-image: url(/images/layout/nav-main.png);
	background-repeat: no-repeat;
	text-indent: -9999em;
}

#nav-main-top li.last-child {
	margin: 0;
}

#nav-main-bottom {
	float: left;
	width: 900px;
	height: 45px;
	padding: 0 20px 0 20px;
	background-image: url(/images/layout/nav-main-bottom.png);
	font-family: Verdana, Geneva, Arial, sans-serif;
}

#nav-main-bottom li {
	margin: 5px 10px 0 10px;
	float: left;
	height: 35px;
	
}

#nav-main-bottom a {
	float: left;
	height: 27px;
	padding: 8px 15px 0 15px;
	color: #ffffff;
	font-size: 1.6em;
	font-weight: normal;
	text-decoration: none;
}

#nav-main-bottom li:hover {
	background-image: url(/images/layout/nav-main-item.png);
}

#nav-main-bottom a:hover {
	background-image: url(/images/layout/nav-main-item.png);
	background-position: right bottom;
	
	
}
#nav-main-home { background-position: 0 0; }
#nav-main-home.selected {background-position: 0 -56px; }

#nav-main-about { background-position: -155px 0; }
#nav-main-about.selected {background-position: -155px -56px; }

#nav-main-programs { background-position: -310px 0; }
#nav-main-programs.selected {background-position: -310px -56px; }

#nav-main-events { background-position: -465px 0; }
#nav-main-events.selected {background-position: -465px -56px; }


#nav-top {
	float: right;
	width: 300px;
	margin: 10px 10px 0 0;
}


#nav-top li {
	height: 35px;
	width: 145px;;
	margin: 0 10px 0 0;
	float: left;

}

#nav-top a {
	width: 145px;
	height: 35px;
	display: block;
	float: left;
	background-image: url(/images/layout/nav-top.png);
	background-repeat: no-repeat;
	text-indent: -9999em;
}

#nav-top li.last-child {
	margin: 0;
}

#nav-top-contact { background-position: 0 0; }
#nav-top-contact:hover {background-position: 0 -35px; }

#nav-top-donate { background-position: -155px 0; }
#nav-top-donate:hover {background-position: -155px -35px; }

#nav-foot {
	width: 940px;
	float: left;
}

#nav-foot ul {
	margin: 0 auto 0 auto;
	text-align:center;
	width: 940px;
}

#nav-foot li {
	display: inline;
	padding: 0 15px 0 15px;
}

#nav-foot a {
	font-size: 1.4em;
	color: #ffffff;
	text-decoration: none;
}

#nav-foot a:hover {
	text-decoration: underline;
}
