#navigation a span {display: none;}

#navigation a {
	display: block; 
	float: left;
	top: 0px; 
	height: 34px;
	margin-right: 4px;
}

#navigation a#nav-home {
	background: transparent url(/images/navigation/home.gif) top left no-repeat;
	width: 68px;
	margin-left: 11px;
	display: inline;
}

#navigation a#nav-sunwest {
	background: transparent url(/images/navigation/sunwest.gif) top left no-repeat;
	width: 82px;
}

#navigation a#nav-resources {
	background: transparent url(/images/navigation/resources.gif) top left no-repeat;
	width: 85px;
}

#navigation a#nav-community {
	background: transparent url(/images/navigation/community.gif) top left no-repeat;
	width: 106px;
}

#navigation a#nav-process {
	background: transparent url(/images/navigation/process.gif) top left no-repeat;
	width: 100px;
}

#navigation a#nav-learn {
	background: transparent url(/images/navigation/learn.gif) top left no-repeat;
	width: 102px;
}

#navigation a#nav-in-the-news {
	background: transparent url(/images/navigation/in-the-news.gif) top left no-repeat;
	width: 109px;
}

#navigation a#nav-the-canal {
	background: transparent url(/images/navigation/the-canal.gif) top left no-repeat;
	width: 92px;
}

#navigation a#nav-contact {
	background: transparent url(/images/navigation/contact.gif) top left no-repeat;
	width: 99px;
}

body#home a#nav-home, 
a:hover#nav-home {background: transparent url(/images/navigation/home-over.gif) top left no-repeat !important;}

body#sunwest a#nav-sunwest, 
a:hover#nav-sunwest {background: transparent url(/images/navigation/sunwest-over.gif) top left no-repeat !important;}

body#resources a#nav-resources, 
a:hover#nav-resources {background: transparent url(/images/navigation/resources-over.gif) top left no-repeat !important;}

body#community a#nav-community, 
a:hover#nav-community {background: transparent url(/images/navigation/community-over.gif) top left no-repeat !important;}

body#process a#nav-process, 
a:hover#nav-process {background: transparent url(/images/navigation/process-over.gif) top left no-repeat !important;}

body#learn a#nav-learn, 
a:hover#nav-learn {background: transparent url(/images/navigation/learn-over.gif) top left no-repeat !important;}

body#in-the-news a#nav-in-the-news, 
a:hover#nav-in-the-news {background: transparent url(/images/navigation/in-the-news-over.gif) top left no-repeat !important;}

body#in-the-news a#nav-the-canal, 
a:hover#nav-the-canal {background: transparent url(/images/navigation/the-canal-over.gif) top left no-repeat !important;}

body#contact a#nav-contact, 
a:hover#nav-contact {background: transparent url(/images/navigation/contact-over.gif) top left no-repeat !important;}








