/* Top nav (tabs) */

#navContent ul{
	list-style-type: none;
}

#navContent ul li {
	float: left;
}

#navContent ul li span {
	display: none;
}

#navContent ul li a {
	display: block;
	height: 115px;
}

#navContent ul li a.navHome {
	background: url(../images/navcontent-home.jpg) top no-repeat;
	width: 84px;
}

#navContent ul li a.navEmployers {
	background: url(../images/navcontent-employers.jpg) top no-repeat;
	width: 114px;
}

#navContent ul li a.navAbout {
	background: url(../images/navcontent-about.jpg) top no-repeat;
	width: 110px;
}

#navContent ul li a.navWorking {
	background: url(../images/navcontent-working.jpg) top no-repeat;
	width: 167px;
}

#navContent ul li a.navJobs {
	background: url(../images/navcontent-jobs.jpg) top no-repeat;
	width: 72px;
}

#navContent ul li a.navContact{
	background: url(../images/navcontent-contact.jpg) top no-repeat;
	width: 111px;
}

#navContent ul li a.navRussian{
	width: 36px;
}

#navContent ul li a.navPolish{
	width: 29px;
}

#navContent ul li a:hover {
	background-position: bottom;
}

#navContent ul li a.active {
	background-position: bottom !important;
}