#navi {
	list-style-type: none;
	display: block;

}

#navi a {
	list-style-type: none;
	display: block;

}

#navi li {
	float:left;
}

/*  ---------------------------------------- Buttons ---------------------------------------- */
li#button-home {
	width:105px;
	height:44px;
	background:url(../images/b1b.jpg);
}
li#button-home a {
	width:105px;
	height:44px;
	background:url(../images/b1a.jpg);
}

li#button-about {
	width:156px;
	height:44px;
	background:url(../images/b2b.jpg);
}
li#button-about a {
	width:156px;
	height:44px;
	background:url(../images/b2a.jpg);
}

li#button-catalog {
	width:151px;
	height:44px;
	background:url(../images/b3b.jpg);
}
li#button-catalog a {
	width:151px;
	height:44px;
	background:url(../images/b3a.jpg);
}

li#button-products {
	width:166px;
	height:44px;
	background:url(../images/b4b.jpg);
}
li#button-products a {
	width:166px;
	height:44px;
	background:url(../images/b4a.jpg);
}

li#button-shops {
	width:134px;
	height:44px;
	background:url(../images/b5b.jpg);
}
li#button-shops a {
	width:134px;
	height:44px;
	background:url(../images/b5a.jpg);
}

li#button-fairs {
	width:123px;
	height:44px;
	background:url(../images/b6b.jpg);
}
li#button-fairs a {
	width:123px;
	height:44px;
	background:url(../images/b6a.jpg);
}

li#button-imprint {
	width:104px;
	height:44px;
	background:url(../images/b7b.jpg);
}
li#button-imprint a {
	width:104px;
	height:44px;
	background:url(../images/b7a.jpg);
}

Ul#navi li a:hover {
	background:none;
}
