.menutable{
margin-left: auto;
margin-right: auto;
}
.menurow{
	background-color:#000000;
	width: 100%;
	/*height: 100%;*/
	height: 36px; 
	min-width: 980px;
	max-width: 980px;
    min-height: 26px;
	max-height: 36px; 
	font-family: Arial, Helvetica, Serif;
    margin-left: 0px;
}

.links {
	/*padding: 0px 0px 21px 97px;*/
	height: 26px; 
	min-width: 144px;
    max-width: 144px;
	min-height: 26px; 
    max-height: 30px; 
    font-size: 22px;
	text-align: center;
	color: #000000;
	z-index:6;
	border: 0px solid #000000;
	vertical-align: middle;
	background-image: url('images/mcrib_link.jpg');
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, Serif;
}
.mobileLinks {
	float: left;
	min-width: 187px;
    max-width: 187px;
	min-height: 40px; 
    max-height: 50px; 
    font-size: 24px;
	z-index:6;
	border: 1px solid #000000;
	vertical-align: middle;
	color: yellow;
	text-align: center;
	font-family: Arial, Helvetica, Serif;
	cursor: pointer;
	background: -webkit-linear-gradient(top, #c40c15, #89080F);
    background: -moz-linear-gradient(top, #c40c15, #89080F);
    background: -o-linear-gradient(top, #c40c15, #89080F);
    background: -ms-linear-gradient(top, #c40c15, #89080F);
    background: linear-gradient(top, #c40c15, #89080F);
     
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
     
    -webkit-box-shadow: 0 8px 0 #183235;
    -moz-box-shadow: 0 8px 0 #183235;
    box-shadow: 0 8px 0 #183235;
     
    text-shadow: 0 2px 2px rgba(255, 255, 255, 0.2);
}

.mobileData {
	margin-left:auto; 
	margin-right:auto; 
	width: 950px; 
	padding-top:25px;
    font-size: 22px;
	color: #000000;
	z-index:5;
	border: 0px solid #000000;
	font-family: Arial, Helvetica, Serif;
}

.mobileNearestTable{ 
	table-layout: fixed;
	width: 950px;
}

.mobileNearestTableHeader{
	margin-left:auto; 
	margin-right:auto; 
    font-size: 22px;
    font-weight:bold;
	color: #000000;
	z-index:5;
	font-family: Arial, Helvetica, Serif;
}

.mobileInputPrompt{
	visibility:hidden;
	left: 0px;
	right: 0px;
	position:absolute;
	top:0px;
	background-color:#000000;
	opacity:0.8;
	filter:alpha(opacity=80); /* For IE8 and earlier */
	width: 100%;
	height: 100%;
	z-index:10;
	font-family: Arial, Helvetica, Serif;
}
.mobileInputPrompt table{
	z-index:11;
	width: 50%;
	height: 50%;
	font-family: Arial, Helvetica, Serif;
	color:'#FFFF00';
}
A:link {text-decoration: none; color: yellow;}
A:visited {text-decoration: none; color: yellow;}
A:active {text-decoration: none; color: black;}
A:hover {text-decoration: underline; color: black;  }