/* Top nav  */

#nav ul{
	list-style-type: none;
}

#nav ul li {
	float: left;
	position: relative;
}

#nav ul li span {
	display: none;
}

#nav ul li a {
	display: block;
	height: 34px;
}

#nav ul li a.navHome {
	background: url(../images/nav-home.jpg) top no-repeat;
	width: 56px;
}

#nav ul li a.navWhat {
	background: url(../images/nav-what.jpg) top no-repeat;
	width: 92px;
}

#nav ul li a.navNewConnections {
	background: url(../images/nav-newconnections.jpg) top no-repeat;
	width: 129px;
}

#nav ul li a.navGas {
	background: url(../images/nav-gas.jpg) top no-repeat;
	width: 44px;
}

#nav ul li a.navElectricity{
	background: url(../images/nav-electricity.jpg) top no-repeat;
	width: 78px;
}

#nav ul li a.navQuote{
	background: url(../images/nav-quote.jpg) top no-repeat;
	width: 96px;
}

#nav ul li a.navContract{
	background: url(../images/nav-contract.jpg) top no-repeat;
	width: 131px;
}

#nav ul li a.navEnergy{
	background: url(../images/nav-energy.jpg) top no-repeat;
	width: 119px;
}

/*#nav ul li a.navResources{
	background: url(../images/nav-resources.jpg) top no-repeat;
	width: 80px;
}

#nav ul li a.navNews{
	background: url(../images/nav-news.jpg) top no-repeat;
	width: 56px;
}*/

#nav ul li a.navCaseStudies{
	background: url(../images/nav-casestudies.jpg) top no-repeat;
	width: 97px;
}

#nav ul li a.navContact{
	background: url(../images/nav-contact.jpg) top no-repeat;
	width: 85px;
}

#nav ul li a:hover {
	background-position: bottom;
}

#nav ul li a.active {
	background-position: bottom !important;
}