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

#show_row  {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	width: 600px;
	height: 60px;
	border: 0px;
	padding: 0px;
	}
	
#left_side_row {
  width:184px;
  height:58px;
  border:0px solid #1264b0;
  position: abosolute;
  z-index: -20;
  }
 
 #middle_row {
  width:184px;
  height:58px;
  border:0px solid #c713ce;
  position:absolute;
  left:186px;
  top:0px;
  }
 
#right_side_row {
  width:184px;
  height:58px;
  border:0px solid #c713ce;
  position:absolute;
  left:185px;
  top:0px;
  }
  
#wintext  {
	text-align: left;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	}

/* BUTTON CLASS START TACOS */
#taco_btn {
	display: block;
	width: 183px;
	height: 57px;
	background: url(../images/nutrition/tacos_off.gif) no-repeat 0 0;
	}

#taco_btn:hover {
	background: url(../images/nutrition/tacos.gif) no-repeat 0 0;
	}
	
#taco_btn span {
	display:none;
	}
/* BUTTON CLASS STOP TACOS */

/* BUTTON CLASS START BEVERAGES */
#bev_btn {
	display: block;
	width: 183px;
	height: 57px;
	background: url(../images/nutrition/bev_off.gif) no-repeat 0 0;
	}

#bev_btn:hover {
	background: url(../images/nutrition/bev.gif) no-repeat 0 0;
	}
	
#bev_btn span {
	display:none;
	}
/* BUTTON CLASS STOP BEVERAGES */

/* BUTTON CLASS START MUCHACOS */
#muchacos_btn {
	display: block;
	width: 183px;
	height: 57px;
	background: url(../images/nutrition/muchacos_off.gif) no-repeat 0 0;
	}

#muchacos_btn:hover {
	background: url(../images/nutrition/muchacos.gif) no-repeat 0 0;
	}
	
#muchacos_btn span {
	display:none;
	}
/* BUTTON CLASS STOP MUCHACOS */


/* BUTTON CLASS START SOUPS */
#soups_btn {
	display: block;
	width: 183px;
	height: 57px;
	background: url(../images/nutrition/sands_off.gif) no-repeat 0 0;
	}

#soups_btn:hover {
	background: url(../images/nutrition/sands.gif) no-repeat 0 0;
	}
	
#soups_btn span {
	display:none;
	}
/* BUTTON CLASS STOP SOUPS */


/* BUTTON CLASS START BURRITOS */
#bur_btn {
	display: block;
	width: 183px;
	height: 57px;
	background: url(../images/nutrition/burritos_off.gif) no-repeat 0 0;
	}

#bur_btn:hover {
	background: url(../images/nutrition/burritos.gif) no-repeat 0 0;
	}
	
#bur_btn span {
	display:none;
	}
/* BUTTON CLASS STOP BURRITOS */


/* BUTTON CLASS START PLATTERS */
#platters_btn {
	display: block;
	width: 183px;
	height: 57px;
	background: url(../images/nutrition/platters_off.gif) no-repeat 0 0;
	}

#platters_btn:hover {
	background: url(../images/nutrition/platters.gif) no-repeat 0 0;
	}
	
#platters_btn span {
	display:none;
	}
/* BUTTON CLASS STOP PLATTERS */


/* BUTTON CLASS START SPECIALITES */
#special_btn {
	display: block;
	width: 183px;
	height: 57px;
	background: url(../images/nutrition/specialties_off.gif) no-repeat 0 0;
	}

#special_btn:hover {
	background: url(../images/nutrition/specialties.gif) no-repeat 0 0;
	}
	
#special_btn span {
	display:none;
	}
/* BUTTON CLASS STOP SPECIALITES */


/* BUTTON CLASS START COMBO */
#combo_btn {
	display: block;
	width: 183px;
	height: 57px;
	background: url(../images/nutrition/combo_off.gif) no-repeat 0 0;
	}

#combo_btn:hover {
	background: url(../images/nutrition/combo.gif) no-repeat 0 0;
	}
	
#combo_btn span {
	display:none;
	}
/* BUTTON CLASS STOP COMBO*/


/* BUTTON CLASS START QUESADILLAS */
#ques_btn {
	display: block;
	width: 183px;
	height: 57px;
	background: url(../images/nutrition/ques_off.gif) no-repeat 0 0;
	}

#ques_btn:hover {
	background: url(../images/nutrition/ques.gif) no-repeat 0 0;
	}
	
#ques_btn span {
	display:none;
	}
/* BUTTON CLASS STOP QUESADILLAS */