/* CSS Document */
/* rollover menus from http://www.elated.com/articles/css-rollover-buttons/*/

.hiddenPic {
	display:none;
	}

#sandwiches {
	display:block;
	background:url(../images/menu/button-sandwiches.png) no-repeat 0 0;
	width:143px;
	height:36px;
	margin-top:10px;
	}

#sandwiches:hover {
	background:url(../images/menu/ro-button-sandwiches.png) no-repeat 0 0;
	}

#sandwiches span {
  display: none;
	}
	
#salads {
	display:block;
	background:url(../images/menu/button-salads.png) no-repeat 0 0;
	width:81px;
	height:36px;
	margin-top:10px;
	}

#salads:hover {
	background:url(../images/menu/ro-button-salads.png) no-repeat 0 0;
	}

#salads span {
  display: none;
	}
	
#breakfasts {
	display:block;
	background:url(../images/menu/button-breakfasts.png) no-repeat 0 0;
	width:140px;
	height:36px;
	margin-top:10px;
	}

#breakfasts:hover {
	background:url(../images/menu/ro-button-breakfasts.png) no-repeat 0 0;
	}

#breakfasts span {
	display: none;
	}

#hot-food {
	display:block;
	background:url(../images/menu/button-hot-food.png) no-repeat 0 0;
	width:109px;
	height:36px;
	margin-top:10px;
	}

#hot-food:hover {
	background:url(../images/menu/ro-button-hot-food.png) no-repeat 0 0;
	}

#hot-food span {
 	display: none;
	}

#drinks {
	display:block;
	background:url(../images/menu/button-drinks.png) no-repeat 0 0;
	width:79px;
	height:36px;
	margin-top:10px;
	}

#drinks:hover {
	background:url(../images/menu/ro-button-drinks.png) no-repeat 0 0;
	}

#drinks span {
	 display: none;
	}


#home {
	display:block;
	background:url(../images/menu/button-home.png) no-repeat 0 0;
	width:75px;
	height:36px;
	margin-top:15px;
	}

#home:hover {
	background:url(../images/menu/ro-button-home.png) no-repeat 0 0;
	}

#home span {
 	display: none;
	}

#contact-us {
	display:block;
	background:url(../images/menu/button-contact-us.png) no-repeat 0 0;
	width:133px;
	height:36px;
	margin-top:10px;
	}

#contact-us:hover {
	background:url(../images/menu/ro-button-contact-us.png) no-repeat 0 0;
	}

#contact-us span {
 	display: none;
	}

#about-us {
	display:block;
	background:url(../images/menu/button-about-us.png) no-repeat 0 0;
	width:111px;
	height:36px;
	margin-top:10px;
	}

#about-us:hover {
	background:url(../images/menu/ro-button-about-us.png) no-repeat 0 0;
	}

#about-us span {
 	display: none;
	}

