#navcontainer ul
{
	border: 0;
	list-style-type: none;
	width: 639px;
	margin-bottom: 0;
	float: right;
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 0px;
	padding: 0px;
}
#navcontainer ul li
{
	display: block;
	float: left;
	margin-right: 2px;
	margin-left: 2px;
}
#navcontainer ul li a
{
	display:block;
	text-indent: -9000px;
	overflow:hidden;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
#home_active a {
	background-image: url(navi/home.png);
	height: 34px;
	width: 101px;
	background-position: -202px;
}
#home:HOVER a {
	background-image: url(navi/home.png);
	height: 34px;
	width: 101px;
	background-position: -101px;
}
#home a {
	background-image: url(navi/home.png);
	height: 34px;
	width: 101px;
}
#about a {
	background-image: url(navi/about.png);
	height: 34px;
	width: 103px;
}
#about_active a {
	background-image: url(navi/about.png);
	height: 34px;
	width: 103px;
	background-position: -206px;
}
#about:HOVER a {
	background-image: url(navi/about.png);
	height: 34px;
	width: 103px;
	background-position: -103px;
}
#installation a {
	background-image: url(navi/installation.png);
	height: 34px;
	width: 101px;
}
#installation_active a {
	background-image: url(navi/installation.png);
	height: 34px;
	width: 101px;
	background-position: -202px;
}
#installation:HOVER a {
	background-image: url(navi/installation.png);
	height: 34px;
	width: 101px;
	background-position: -101px;
}
#stoves a {
	background-image: url(navi/stoves.png);
	height: 34px;
	width: 102px;
}
#stoves_active a {
	background-image: url(navi/stoves.png);
	height: 34px;
	width: 102px;
	background-position: -204px;
}
#stoves:HOVER a {
	background-image: url(navi/stoves.png);
	height: 34px;
	width: 102px;
	background-position: -102px;
}
#faq a {
	background-image: url(navi/faq.png);
	height: 34px;
	width: 104px;
}
#faq:HOVER a {
	background-image: url(navi/faq.png);
	height: 34px;
	width: 104px;
	background-position: -104px;
}
#faq_active a {
	background-image: url(navi/faq.png);
	height: 34px;
	width: 104px;
	background-position: -208px;
}
#contact a {
	background-image: url(navi/contact.png);
	height: 34px;
	width: 104px;
}
#contact_active a {
	background-image: url(navi/contact.png);
	height: 34px;
	width: 104px;
	background-position: -208px;
}
#contact:HOVER a {
	background-image: url(navi/contact.png);
	height: 34px;
	width: 104px;
	background-position: -104px;
}


