#FrontPage {
	text-align: center;
	height: 230px;
	margin: 0;
	padding: 0;
}
#FrontPage ul {
	margin: 0;
	margin-left: 40px;
	padding: 0;
}
#FrontPage li {
	display: inline;
	margin: 0;
	padding: 0;
}
#FrontPage a {
	font: normal bold 16pt/normal Georgia, sans-serif;
	text-decoration: none;
	background: inherit;
	color: #EFE3CA;
	float: left;
	width: 200px;
	padding: 10px;
	margin: 0 10px;
}
#FrontPage a:hover {
	background: url(../images/hover.png) no-repeat center center;
	color: #EFE3CA;
	text-decoration: underline;
}

#FrontPage .image {
	padding-top: 161px;
	display: block;
}
#FrontPage .text {
	padding-top: 20px;
	padding-bottom: 10px;
	width: 200px;
	display: block;
}
#FrontPage .menu .image {
	background: transparent url(../images/p4.jpg) no-repeat left top;
}
#FrontPage .menu .text {
	background: transparent url(../images/a4.png) no-repeat left top;
}
#FrontPage .order .image {
	background: transparent url(../images/p2.jpg) no-repeat left top;
}
#FrontPage .order .text {
	background: transparent url(../images/a2.png) no-repeat left top;
}
#FrontPage .news .image {
	background: transparent url(../images/p1.jpg) no-repeat left top;
}
#FrontPage .news .text {
	background: transparent url(../images/a1.png) no-repeat left top;
}
#FrontPage .weekly .image {
	background: transparent url(../images/p5.jpg) no-repeat left top;
}
#FrontPage .weekly .text {
	background: transparent url(../images/a5.png) no-repeat left top;
}
