

	H2 {
		font-family: Georgia, "Palatino Linotype", Garamond, serif;
		font-size: 1.5em;
		padding-bottom: 52px;
		background: url(/site_images/restaurant/menus/subcategory_vine_underline_.gif) no-repeat bottom;
		margin: 60px auto 10px auto;
		font-weight: normal;
		text-align: center;
	}
	/* Quicklink Subcategory Listing */
	
	#quickLinks {
	background: url(/site_images/restaurant/menus/subcat_quicklink_bg.gif) repeat-x;
	height: 22px;
	position: relative;
	float: left;
	margin-left: auto;
	margin-right: auto;
	}
	
		#quickLinks .endCap {
			width: 3px;
			height: 22px;
			position: absolute;
		}

		#quickLinks .endCap-L {
			background: url(/site_images/restaurant/menus/subcat_quicklink_left-end.gif);
			left:0; top:0;
		}
	
		#quickLinks .endCap-R {
			background: url(/site_images/restaurant/menus/subcat_quicklink_right-end.gif);
			right: 0; top:0;
		}
		
		#quickLinks #content {
			
		}
	


	/* Menu Items */
	.menuItemEntry { 
		font-family: "Trebuchet MS", "Avant Garde", "Century Gothic";
		margin: auto 5px 20px 21px;
	}
	
	
		.menuItemEntry H3 {
			font-weight: bold;
			font-size: .8em;
			color: #80112d;
			letter-spacing: .02em;
		}
		
		.menuItemEntry .description {
			font-family: Trebuchet MS;
			font-weight: normal;
			font-size: .8em;
			color: #171717;
			text-align: justify;
		}













/* </style> */