/* Top nav (tabs) */

#navHome ul{
	list-style-type: none;
}

#navHome ul li {
	float: left;
}

#navHome ul li span {
	display: none;
}

#navHome ul li a {
	display: block;
	height: 92px;
}

#navHome ul li a.navHome {
	background: url(../images/nav-home.jpg) top no-repeat;
	width: 137px;
}

#navHome ul li a.navMe {
	background: url(../images/nav-me.jpg) top no-repeat;
	width: 127px;
}

#navHome ul li a.navAbout {
	background: url(../images/nav-about.jpg) top no-repeat;
	width: 83px;
}

#navHome ul li a.navWorking {
	background: url(../images/nav-working.jpg) top no-repeat;
	width: 148px;
}

#navHome ul li a.navJobs {
	background: url(../images/nav-jobs.jpg) top no-repeat;
	width: 122px;
}

#navHome ul li a.navContact{
	background: url(../images/nav-contact.jpg) top no-repeat;
	width: 98px;
}

#navHome ul li a.navRussian{
	width: 36px;
}

#navHome ul li a.navPolish{
	width: 29px;
}

#navHome ul li a:hover {
	background-position: bottom;
}

#navHome ul li a.active {
	background-position: bottom !important;
}