.topNav {
	position: absolute;
	right: 3px;
	width: 245px;
	height: 20px;
}

.topNav ul {
	display: block;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}
.topNav ul li {
	float: left;
	height: 100%;
	list-style: none;
	background-repeat: no-repeat;
	padding: 0px;
	margin: 0px;
}
.topNav ul li a {
	display: block;
	width: 100%;
	height: 100%;
}
.topNav ul li a span {
	display: none;
}

#homeCont, #contactCont, #sitemapCont, #faqCont, #gemCont {
}
#homeCont {
	width: 49px;
}
#gemCont {
	width: 73px;
}
#contactCont {
	width: 60px;
}
#sitemapCont {
	width: 62px;
}
#faqCont {
	width: 41px;
}

#sitemapSel,#contactSel,#homeSel,#gemSel,#faqSel {
}
#gemSel {
}
#homeSel {
}
#contactSel {
}
#sitemapSel {
}
#faqSel {
}
#homeLink {
	position: absolute;
	top: 44px;
	left: 0;
	width: 270px;
	height: 20px;
}
#homeLink span {
	display: none;
}