/* Top nav  */

#nav ul{
	list-style-type: none;
}

#nav ul li {
	float: left;
}

#nav ul li span {
	display: none;
}

#nav ul li a {
	display: block;
	height: 42px;
}

#nav ul li a.navHome {
	background: url(../images/btn-home.jpg) top no-repeat;
	width: 89px;
}

#nav ul li a.navWho {
	background: url(../images/btn-whoweare.jpg) top no-repeat;
	width: 95px;
	margin-left: 15px;
}

#nav ul li a.navWhat {
	background: url(../images/btn-whatwedo.jpg) top no-repeat;
	width: 94px;
	margin-left: 15px;
}

#nav ul li a.navWhoFor {
	background: url(../images/btn-whofor.jpg) top no-repeat;
	width: 127px;
	margin-left: 15px;
}

#nav ul li a.navYouYours{
	background: url(../images/btn-youyours.jpg) top no-repeat;
	width: 97px;
	margin-left: 15px;
}

#nav ul li a.navContact{
	background: url(../images/btn-contact.jpg) top no-repeat;
	width: 98px;
	margin-left: 265px;
}


#nav ul li a:hover {
	background-position: bottom;
}

#nav ul li a.active {
	background-position: bottom !important;
}