/* Global Nav
--------------------------------------------------------------------------------------------------- */
#navigation ul { margin:0; padding:0 0 0 134px; }
#navigation ul li { 
	float: left;
	height:25px;
	line-height:25px;
	margin:0; padding:0;
}
#navigation ul li a { 
	display:block;
	text-indent:-9999px;
	height:25px;
	margin:0; padding:0;
}
#navigation li a:hover { 
	color:#ccc;
	text-decoration: none; 
}
#n-home {
	width:52px;
}
#n-home a {
	width: 52px;
	background: url(../gfx/nav/home.gif) no-repeat 0 0;
}
body#home #n-home a,
#n-home a:hover {
	background-position: -52px 0;
}
#n-about {
	width: 47px;
}
#n-about a {
	width: 47px;
	background: url(../gfx/nav/about.gif) no-repeat 0 0;
}
body#about #n-about a,
#n-about a:hover {
	background-position: -47px 0;
}
/* projects */
#n-projects {
	width: 61px;
}
#n-projects a {
	width: 61px;
	background: url(../gfx/nav/projects.gif) no-repeat 0 0;
}
body#projects #n-projects a,
#n-projects a:hover {
	background-position: -61px 0;
}
/* solar technology */
#n-solar-technology {
	width:114px;
}
#n-solar-technology a {
	width: 114px;
	background: url(../gfx/nav/solartechnology.gif) no-repeat 0 0;
}
body#solar-technology #n-solar-technology a,
body#faqs #n-solar-technology a,
#n-solar-technology a:hover {
	background-position: -114px 0;
}
#n-services-applications {
	width:150px;
}
#n-services-applications a {
	width: 150px;
	background: url(../gfx/nav/services-applications.gif) no-repeat 0 0;
}
body#services-applications #n-services-applications a,
#n-services-applications a:hover {
	background-position: -150px 0;
}
#n-incentives-grants {
	width: 126px;
}
#n-incentives-grants a {
	width: 126px;
	background: url(../gfx/nav/incentives-grants.gif) no-repeat 0 0;
}
body#incentives-grants #n-incentives-grants a,
#n-incentives-grants a:hover {
	background-position: -126px 0;
}
#n-links {
	width: 43px;
}
#n-links a {
	width: 43px;
	background: url(../gfx/nav/links.gif) no-repeat 0 0;
}
body#links #n-links a,
#n-links a:hover {
	background-position: -43px 0;
}
#n-contact {
	width: 59px;
}
#n-contact a {
	width: 59px;
	background: url(../gfx/nav/contact.gif) no-repeat 0 0;
}
body#contact #n-contact a,
#n-contact a:hover {
	background-position: -59px 0;
}