/* TheMenu*/
.TheMenuWrapper {height: 50px; position: relative;}
.TheMenuListing { list-style: none; float: left;}
.TheMenuListing li{float: left;}
.TheMenuListing li a{float: left; height: 45px; width: 120px; text-indent: -99999px;}
		li a.ourcoffee {background: url(../img/menu/ourcoffee.jpg) no-repeat center;}
		li a.ourcoffee:hover {background: url(../img/menu/ourcoffeehover.jpg) no-repeat center;}
		li a.menus {background: url(../img/menu/menus.jpg) no-repeat center;}
		li a.menus:hover {background: url(../img/menu/menushover.jpg) no-repeat center;}
		li a.specials {background: url(../img/menu/specials.jpg) no-repeat center;}
		li a.specials:hover {background: url(../img/menu/specialshover.jpg) no-repeat center;}
		li a.faqs {background: url(../img/menu/faq.jpg) no-repeat center;}
		li a.faqs:hover {background: url(../img/menu/faqhover.jpg) no-repeat center;}
		li a.contact {background: url(../img/menu/contact.jpg) no-repeat center;}
		li a.contact:hover {background: url(../img/menu/contacthover.jpg) no-repeat center;}
/* TheMenu*/

