/*Controls the display of the food listings on the food-menu pages only*/
.foodListingsDisplay {
padding:5px;
margin:5px 0 5px 0;
float:;
clear:left;
width:;
background-color: /*#CCCCCC*/;
background-image:/* url(../img/source/eventListingBG.png)*/;
background-repeat:/*no-repeat*/;
background-position:;
background-attachment:;
border: /*0px dotted #80773C*/;
border-bottom-width:/*2px*/;
text-align:;
}

	.mealName{
	width:230px; 
	background-color: /*#999999*/;
	
	}
	
	.mealPairing{
	width:; 
	background-color: /*#666666*/;
	}

	.mealDescription{
	width:; 
	background-color: /*#FFFFFF*/;
	}

	/*Controls Pricing position On Menus*/
	.priceRight {
	width:300px;
	float:right;
	clear: none;
	padding-right:10px;
	background-color: /*#00FF99*/;
	text-align: right;
	}
 
 		.priceRight h4 {
 		clear:none;
		font-weight:normal; 
		font-size:14px; 
		}
 

/*Controls the display of the drinks listed on the drinks menu pages*/
.drinkListingsDisplay {
padding:5px;
margin:5px 0 5px 0;
float:;
clear:left;
width:;
background-color: /*#CCCCCC*/;
background-image:/* url(../img/source/eventListingBG.png)*/;
background-repeat:/*no-repeat*/;
background-position:;
background-attachment:;
border: /*0px dotted #80773C*/;
border-bottom-width:/*2px*/;
text-align:;
}
	/*Controls the drink Name display of the drinks on the drink-menu pages only*/
	.drinkName{
	width:230px; 
	background-color: /*#999999*/;
	}
	/*Controls the drink region display of the drinks on the drink-menu pages only*/
	.drinkRegion{
	width:; 
	background-color:/* #666666*/;
	}
	/*Controls the drink description display of the drinks on the drink-menu pages only*/
	.drinkDescription{
	width:; 
	background-color: /*#FFFFFF*/;
	}

	/*Controls the drink pricing display of the drinks on the drink-menu pages only*/
	.drinkPrice {
	width:300px;
	float:right;
	padding-right:10px;
	background-color: /*#00FF99*/;
	text-align: right;
	}
	
		/*Controls the drink price Heading display of the drinks on the drink-menu pages only*/
	 	.drinkPrice h4 {
 		clear:none;
		font-weight:normal; 
		font-size:14px; 
		}




/*Controls the wrapper display of the food listings on the catering-menu pages only*/
.cateringfoodListingsDisplay {
padding:5px;
margin:5px 0 5px 0;
float:;
clear:left;
width:;
background-color: /*#CCCCCC*/;
background-image:/* url(../img/source/foodMenuListingBG.png)*/;
background-repeat:/*no-repeat*/;
background-position:;
background-attachment:;
border:/* 0px dotted #80773C*/;
border-bottom-width:/*2px*/;
text-align:;
}

	/*Controls the meal Name display of the food listings on the catering-menu pages only*/
	.cateringMealName{ 
	width:230px; 
	background-color: /*#999999*/;
	}
 
 	/*Controls the meal desripton display of the food listings on the catering-menu pages only*/
	.cateringMealDescription{ 
	width:; 
	background-color: /*#666666*/;
	}
	
	/*Controls the pricing display of the food listings on the catering-menu pages only*/
	.cateringPrice{
	width:300px;
	float:;
	clear:;
	padding-right:;
	background-color: /*#00FF66*/;
	text-align:;
 }