﻿div.main { width: 628px; font-size: .8em; }
div.tabs { border-bottom: none; }
.content { margin-left: 10px; font-family: Arial, Tahoma, Sans-serif; }
.diningHeading  { color: #900000; font-family: Arial; font-size:14pt; font-weight: bold; }

/*JQUERY MOD*/
.ui-helper-reset { line-height: .6 }

/*JQUERY MENU*/
#jsddm
{	margin: 0;
	padding: 0;}
	
#jsddm li
{	float: left;
	list-style: none;
	font: 12px Tahoma, Arial;}

#jsddm li a
{	display: block;
	white-space: nowrap;}

/*#jsddm li a:hover
{	background: #1A4473}*/
	
	#jsddm li ul
	{	margin: 0;
		padding: 0;
		position: absolute;
		visibility: hidden;
		z-index: 999;
		/*border-top: 1px solid white*/}
	
	#jsddm li ul li
	{	float: none;
		display: inline;
		z-index: 999;}
	
	#jsddm li ul li a
	{	width: auto;
	    z-index: 999;
		/*background: #9F1B1B*/}
	
	/*#jsddm li ul li a:hover
	{	background: #7F1616}*/
ovalbutton
{
	display: block;
	float: left; /*font: normal 13px Tahoma;*/ /* Change 13px as desired */
	line-height: 4px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button  background (default is 24px) */
	height: 12px; /* Height of button background height */
	padding-left: 0px; /* Width of left menu image */
	text-decoration: none;
	padding-right: 0px;
	margin-right: 0px;
}

link.ovalbutton, a:visited.ovalbutton, a:active.ovalbutton
{
	color: #660000; /*button text color*/
}

ovalbutton span
{
background:#ffffff;
display: block;	
padding:5px;
border:1px solid #b0b0b0;
}

ovalbutton:hover
{
	/* Hover state CSS */
	
}

ovalbutton:hover span
{
	/* Hover state CSS */
	background:#F8F8F8;
	color: #660000;
}
.buttonwrapper
{
	/* Container you can use to surround a CSS button to clear float */

	width: 50%;
	font-family: arial;
	font-size: 12px;
font-weight:bold;
text-transform:uppercase;
	padding-top: 10px;
	padding-left: 80px;
	margin-left: 100px;
}
