@charset "utf-8";
.foodDescrpiption {
	font-size: 10pt;
	font-weight: normal;
	line-height: 18px;
	padding-bottom: 10px;
}

.foodheading {
	font-size: 16pt;
	font-weight: bold;
	color: #F8C14A;
	line-height: 40px;
}


#menutable {
	font-family: "Trebuchet MS", Arial;
	color: #CCCCCC;
	background-color: #565656;
	font-weight: bold;
	line-height: 28px;
	padding-left: 10px;
	padding-right: 10px;
}
#menutable tr {
	padding-right: 10px;
	padding-left: 10px;
}

#wholeMenu {
	margin-left: 200px;

}
#nav {
	width: 200px;
}

#pizza {
	width: 440px;
}
#appetizers {

}
#entrees {
}
#burgers {
}
#sandwiches {
}
#drinks {
}
.clearit {
	margin: 0;
	padding: 0;
	height: 0;
	clear: both;
}
/* END BUBBLE PLASTIC HORIZONTAL MENU */



/* BUBBLE PLASTIC VERTICAL MENU */

.bubplastic.vertical {
	width: 125px;
	margin: 0px;
	padding: 0px;
	display: block;
	float: left;
}
.bubplastic.vertical ul {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}
.bubplastic.vertical ul li {
	display: block;
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
	background: transparent url(../images/bg-bubplastic-button.gif) top left no-repeat;
}

.bubplastic.vertical ul li a {
	display: block;
	margin: 0;
	width: 100%;
	padding-left: 10px;
	text-transform: uppercase;
	font-family: "Helvetica Neue",helvetica,"microsoft sans serif",arial,sans-serif;
	font-size: 70%;
	color: #FFFFFF;
	text-decoration: none;
	background-color: transparent;
	background-image: url(../layoutimages/bg-bubplastic-h-pink.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

.bubplastic.vertical ul li a span.menu_ar {
	display: block;
	margin: 0;
	width: 100%;
	height: 22px;
	padding-top: 5px;
	cursor: pointer;
	background-color: transparent;
	background-image: url(../layoutimages/bg-bubplastic-h-pink.gif);
	background-repeat: no-repeat;
	background-position: right top;
}


/* BLUE HOVER */
.bubplastic.blue ul li a:hover,
.bubplastic.blue ul li.highlight a {
	background: transparent url(../images/bg-bubplastic-h-blue.gif) top left no-repeat;
}
.bubplastic.blue ul li a:hover span.menu_ar,
.bubplastic.blue ul li.highlight a span.menu_ar {
	background: transparent url(../images/bg-bubplastic-h-blue.gif) top right no-repeat;
}
