@charset "UTF-8";
/* CSS Document */

#about {
	background-image:url(images/iphone/btn-off.png);
	background-repeat:no-repeat;
}

#menus {
	background-image:url(images/iphone/btn-on.png);
	background-repeat:no-repeat;
	margin-left:-15px;
}

#contact {
	background-image:url(images/iphone/btn-off.png);
	background-repeat:no-repeat;
	width:100px;
	height:21px;
	margin-left:-15px;
}

#content-menus {
	width:100%;
	height:2400px; //** CHANGE THIS FOR MENU HEIGHT **//
	color:#4c4b4b;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	//padding:10px;
	margin-left:auto;
	margin-right:auto;
}

#menu-holder {
	background-image:url(images/iphone/nav-bg.png);
	margin-left:auto;
	margin-right:auto;
	width:100%;
	height:21px;
}

#menu-main {
	width:250px;
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
	text-align:center;
	color:#4c4b4b;
}

#menu-main .menuTitle {
	font-weight:bold;
	
}

#lunch {
	background-image:url(images/iphone/btn-off.png);
	background-repeat:no-repeat;
	margin-left:60px;
}

#dinner {
	background-image:url(images/iphone/btn-on.png);
	background-repeat:no-repeat;
	margin-left:-15px;
}

#lunch, #dinner {
	position:relative;
	background-color:#fefefe;
	width:100px;
	height:21px;
	display:inline-block;
	padding:0px;
	text-align:center;
}

#lunch a:link, #lunch a:visited, #dinner a:link, #dinner a:visited {
	color:#4c4b4b;
	text-decoration:none;
}

#lunch .title-txt, #dinner .title-txt {
    position:absolute;
	margin-top:0px;
	margin-left:10px;
	padding-left:20px;
	padding-right:20px;
	padding-top:5px;
	padding-bottom:5px;
}

#menu-nav {
	width:320px;
	position:relative;
	background-image:url(images/iphone/nav-bg.png);
	margin-top:5px;
	margin-left:auto;
	margin-right:auto;
	
}


