/* Top nav (tabs) */

#nav ul{
	list-style-type: none;
}

#nav ul li {
	float: left;
}

#nav ul li span {
	display: none;
}

#nav ul li a {
	display: block;
	height: 31px;
}

#nav ul li a.navHome {
	background: url(../images/nav_home.jpg) top no-repeat;
	width: 72px;
}

#nav ul li a.navAbout {
	background: url(../images/nav_about.jpg) top no-repeat;
	width: 99px;
}

#nav ul li a.navWhat {
	background: url(../images/nav_what.jpg) top no-repeat;
	width: 109px;
}

#nav ul li a.navHow {
	background: url(../images/nav_how.jpg) top no-repeat;
	width: 117px;
}

#nav ul li a.navClients{
	background: url(../images/nav_clients.jpg) top no-repeat;
	width: 166px;
}

#nav ul li a.navArticles{
	background: url(../images/nav_articles.jpg) top no-repeat;
	width: 168px;
}

#nav ul li a.navContact{
	background: url(../images/nav_contact.jpg) top no-repeat;
	width: 101px;
}

#nav ul li a:hover {
	background-position: bottom;
}

#nav ul li a.active {
	background-position: bottom !important;
}