/* CSS Document */

#navbottons {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 129px;
	width: 171px;
}
#navbottons ul {
	list-style: none;
	margin: 0;
	padding: 0;
	FLOAT: left;
}

#navbottons li {
	margin: 0;
	padding: 0;
	FLOAT: left;
}
/*-----------------------------------------*/
.home{
	background-image:url(but_home.jpg);
	background-repeat:no-repeat;
	background-position:center center;
	float:left;
	width: 103px;
	height: 29px;
	
}
.home:hover{
	background-image:url(butover_home.jpg);
	background-repeat:no-repeat;
	background-position:center center;
	float:left;
	width: 103px;
	height:29px;
	
}
/*-----------------------------------------------*/
.aboutus{
	background-image:url(but_aboutus.jpg);
	background-repeat:no-repeat;
	background-position:center center;
	float:left;
	width: 103px;
	height:29px;
	
}
.aboutus:hover{
	background-image:url(butover_aboutus.jpg);
	background-repeat:no-repeat;
	background-position:center center;
	float:left;
	width: 103px;
	height:29px;
	
}
/*-----------------------------------------------*/

.product{
	background-image:url(but_products.jpg);
	background-repeat:no-repeat;
	background-position:center center;
	float:left;
	width: 103px;
	height:29px;
	
}
.product:hover{
	background-image:url(butover_products.jpg);
	background-repeat:no-repeat;
	background-position:center center;
	float:left;
	width: 103px;
	height:29px;
	
}
/*-----------------------------------------------*/

.faq{
	background-image:url(but_faq.jpg);
	background-repeat:no-repeat;
	background-position:center center;
	float:left;
	width: 103px;
	height:29px;
	
}
.faq:hover{
	background-image:url(butover_faq.jpg);
	background-repeat:no-repeat;
	background-position:center center;
	float:left;
	width: 103px;
	height:29px;
}

/*-----------------------------------------------*/

.contact{
	background-image:url(but_contact.jpg);
	background-repeat:no-repeat;
	background-position:center center;
	float:left;
	width: 103px;
	height:29px;
	
}
.contact:hover{
	background-image:url(butover_contact.jpg);
	background-repeat:no-repeat;
	background-position:center center;
	float:left;
	width: 103px;
	height:29px;
	
}


