.spTwoLine { 
/*used to move the size picker to two lines in the small version of the site, empty style in large version*/
}

.restNav {
	position: relative;
	right: 100px;
	top: 1.1em;
}

.menuContainer {
	/*background: url(../images/800/eventsBox1.jpg) no-repeat scroll 0%; */
	position: absolute;
	left: 372px;
	top: 198px; 
	width: 470px;
	height: 427px;
	z-index: 2;
	text-align: left;
	/*background-color: red;*/
}

.scroll { /*reinserted overflow for 1024*/
	/*background: url(../images/800/eventsBox1.jpg) no-repeat scroll 0%; */
	overflow: scroll;
	/*background-color: red;*/
}

.menuHead { /*took out scroll from rest8.css*/
	background: url(../images/1024/restCourseHead.jpg) no-repeat scroll 0%; 
	text-align: center;
	font-size: 1.6em;
	font-weight: bold;
	color: #180548;
}

.menuHead2nd {
	background: #C68F83;
}

.menuSelect {
	position: relative;
	top: -.6em;
	text-align: center;
	font-size: 1.3em;
	font-weight: bold;
}

.item {
	display: inline;
	font-size: 1.5em;
	font-weight: bold;
}

.price {
	position: absolute;
	right: 2em;
	display: inline;
	font-size: 1.5em;
	font-weight: bold;
}

.desc {
	/*display: inline;*/
	text-indent: 2em;
	font-size: 1.1em;
}

.extra {
	text-indent: 2em;
	font-size: 1.1em;
}

.menuContainer P {
	margin: .9em; 
}
