@charset "UTF-8";
/* CSS Document */

#navbar ul {
	margin: 0;
	padding: 0;
}

/* Changes the vertical navbar into a harizontal navigation bar */
#navbar li {
	float:left;
}

#navbar a {
	text-decoration:none;
	display:block;
	float: left;
	text-indent:-9000px; /* Hides the Floating Navigation Text */ 
}

#navbar #home {
	background-image:url(../images/btn-home.jpg);
	background-position:0 0;
	background-repeat:no-repeat;
	width: 80px;
	height: 30px;
}
#navbar #home:hover {
	background-position:0 -30px;
}
#navbar #aboutus {
	background-image:url(../images/btn-aboutus.jpg);
	background-position:0 0;
	background-repeat:no-repeat;
	width: 80px;
	height: 30px;
}
#navbar #aboutus:hover {
	background-position:0 -30px;
}

#navbar #products {
	background-image:url(../images/btn-products.jpg);
	background-position:0 0;
	background-repeat:no-repeat;
	width: 96px;
	height: 30px;
}
#navbar #products:hover {
	background-position:0 -30px;
}


#navbar #contact {
	background-image:url(../images/btn-contact.jpg);
	background-position:0 0;
	background-repeat:no-repeat;
	width: 89px;
	height: 30px;
}
#navbar #contact:hover {
	background-position:0 -30px;
}


#navbar #latestnews {
	background-image:url(../images/btn-latestnews.jpg);
	background-position:0 0;
	background-repeat:no-repeat;
	width: 115px;
	height: 30px;
}
#navbar #latestnews:hover {
	background-position:0 -30px;
}


#navbar #orderform {
	background-image:url(../images/btn-orderform.jpg);
	background-position:0 0;
	background-repeat:no-repeat;
	width: 75px;
	height: 30px;
}
#navbar #orderform:hover {
	background-position:0 -30px;
}


#navbar #monthlyspecials {
	background-image:url(../images/btn-monthlyspecials.jpg);
	background-position:0 0;
	background-repeat:no-repeat;
	width: 151px;
	height: 30px;
}
#navbar #monthlyspecials:hover {
	background-position:0 -30px;
}
