body {
	background: #000;
}

a {
	color: #b3d929;
}

#Menu {
	list-style: none;
	margin: 0;
	padding: 0;
}

#Menu li{
	float: right;
}

#Menu li a {
	text-transform: uppercase;
	color: #fff;
	display: block;
	font-size: 12px;
	height: 100px;
	text-align: center;
	width: 100px;
	text-decoration: none;
	font-weight: bold;
}

#Menu li a:hover {
	color: #000;
}

#Menu li#Button1 a {
	background: url(images/home_h.png) no-repeat;
}

#Menu li#Button2 a {
	background: url(images/menu_n.png) no-repeat;
}

#Menu li#Button3 a {
	background: url(images/deli_n.png) no-repeat;
}

#Menu li#Button4 a {
	background: url(images/revi_n.png) no-repeat;
}

#Menu li#Button1 a:hover {
	/* background: url(images/home_n.png) no-repeat; */
}

#Menu li#Button2 a:hover {
	background: url(images/menu_h.png) no-repeat;
}

#Menu li#Button3 a:hover {
	background: url(images/deli_h.png) no-repeat;
}

#Menu li#Button4 a:hover {
	background: url(images/revi_h.png) no-repeat;
}

#Menu li#Button2,
#Menu li#Button3,
#Menu li#Button4{
	margin-left: 10px;
	border-left: 0;
}.text {
	text-align: justify;
	font-size: 16px;
}
