#navigation {
	height: 33px;
	width: 600px;
	margin-top: 118px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	float: left;
}
.menu {
	margin: 0;
	padding: 0;
	list-style: none;
}
.menu li {
	height: 33px;
	list-style: none;
	background-repeat: no-repeat;
	text-align:center;
	margin: 0;
	padding-top: 10;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
.menu li a, .menu li a:visited {
	display: block;
	text-decoration: none;
	height: 33px;
	background-repeat: no-repeat;
	text-align:center;
	padding-top: 8px;
}
.home {
	background-image: url(images/roll_home.jpg);
	width: 85px;
}
.home a {
	background-image: url(images/roll_home.jpg);
	width: 85px;
	padding-left: 3px;
}
.about {
	background-image: url(images/roll_about.jpg);
	width: 79px;
}
.about a {
	background-image: url(images/roll_about.jpg);
	width: 79px;
}
.order {
	background-image: url(images/roll_order.jpg);
	width: 79px;
}
.order a {
	background-image: url(images/roll_order.jpg);
	width: 79px;
}
.galleries {
	background-image: url(images/roll_galleries.jpg);
	width: 102px;
}
.galleries a {	
	background-image: url(images/roll_galleries.jpg);
	width: 102px;}
.contact {
	background-image: url(images/roll_contact.jpg);
	width: 103px;
}
.contact a {
	background-image: url(images/roll_contact.jpg);
	width: 103px;
}
ul.menu li a:hover {background: none;}
.menu li {float: left;}
.menu:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}

