h1 {
margin-top:25px;
margin-bottom:8px;
text-decoration:underline;


}
h2 {
margin-top:0px;
margin-bottom:5px;

}
#spaMenuContainer{
	width: 380px ;
	margin-left: 0px;
}

.itemName{
	
	float: left ;
	padding: 0 4px 8px 0 ;
	background: #FFFFFF;
	z-index: 2 ;
	/*font-weight: bold ;*/
	font-size: 12px ;
	color:#3388CC;
	
}

.itemPrice{
	width:30px;
	float: right ;
	padding: 0 0 0px 4px ;
	background: #FFFFFF;
	z-index: 2 ;
	/*font-weight: bold ;*/
	font-size: 12px ;
	color:#3388CC;
text-align:left;
	
}

.itemDescription{
	clear: both ;
	margin-bottom: 20px ;
}

.dashedLine{
	border-bottom: 1px dotted #3388CC;
	
	height: 10px ;
}

.barMenuColumn{
	width: 200px ;
	float: left ;
	margin-left: 20px ;
}

.barMenuColumn h2{
	font-weight: bold ;
	font-size: 14px ;
}

.barMenuColumn ul{
	margin-left: 20px ;
}

