#navigation {
	background: url(/images/nav_background.jpg) no-repeat;
	margin: 0px auto;
	height: 36px;
	width: 980px;
}
#navigation ul {
	margin: 0px;
	padding: 0px 58px;
	height: 36px;
	list-style: none;
	text-align: center;
}
#navigation ul li {
	float: left;
	background: url(/images/nav_pipe.gif) no-repeat right 15px;
}
#navigation ul li a {
	display: block;
	float: left;
	height: 36px;
}
#navigation ul li a u{
	display: none;
}
#navigation ul li#home {
	width: 160px;
}
#navigation ul li#plan {
	width: 160px;
}
#navigation ul li#construct {
	width: 310px;
}
#navigation ul li#donate {
	width: 210px;
	background: none;
}
#navigation ul li#home a {
	background: url(/images/nav_home.jpg) no-repeat center 0px;
	width: 160px;
}
#navigation ul li#plan a {
	background: url(/images/nav_plan.jpg) no-repeat center 0px;
	width: 160px;
}
#navigation ul li#construct a {
	background: url(/images/nav_construction.jpg) no-repeat center 0px;
	width: 310px;
}
#navigation ul li#donate a {
	background: url(/images/nav_donate.jpg) no-repeat center 0px;
	width: 210px;
}
#navigation ul li#home a:hover {
	background: url(/images/nav_home.jpg) no-repeat center -36px;
}
#navigation ul li#plan a:hover {
	background: url(/images/nav_plan.jpg) no-repeat center -36px;
}
#navigation ul li#construct a:hover {
	background: url(/images/nav_construction.jpg) no-repeat center -36px;
}
#navigation ul li#donate a:hover {
	background: url(/images/nav_donate.jpg) no-repeat center -36px;
}

#top {
	background: url(/images/nav_background.jpg) no-repeat;
	margin: 0px auto;
	height: 36px;
	width: 980px;
	font: bold 11px/39px Georgia, "Times New Roman", Times, serif;
	color: #324eb2;
}
#top ul {
	font: bold 11px/39px Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	margin: 0px auto;
	padding: 0px;
	list-style: none;
	width: 960px;
	text-align: center;
}
		
#top ul li {
	display: inline;
}
#top ul li a {
	color: #324eb2;
	letter-spacing: .45em;
	text-decoration: none;
}
#top ul li a:hover {
	color: #ca121c;
}